Merge pull request #58 from Ondsel-Development/dragging.log

Dragging.log
This commit is contained in:
PaddleStroke
2024-04-26 17:12:37 +02:00
committed by GitHub
131 changed files with 583 additions and 52946 deletions

1
.gitignore vendored
View File

@@ -39,3 +39,4 @@ assembly.asmt
build
cmake-build-debug
.idea
temp/

View File

@@ -25,21 +25,14 @@ endif()
set(ONDSELSOLVER_SRC
OndselSolver/AllowZRotation.cpp
OndselSolver/AllowZRotationConstraintIqctJqc.cpp
OndselSolver/ASMTAllowRotation.cpp
OndselSolver/Array.cpp
OndselSolver/FullVector.cpp
OndselSolver/RowTypeMatrix.cpp
OndselSolver/FullColumn.cpp
OndselSolver/FullMatrix.cpp
OndselSolver/FullRow.cpp
OndselSolver/Abs.cpp
OndselSolver/AbsConstraint.cpp
OndselSolver/AccICKineNewtonRaphson.cpp
OndselSolver/AccICNewtonRaphson.cpp
OndselSolver/AccKineNewtonRaphson.cpp
OndselSolver/AccNewtonRaphson.cpp
OndselSolver/AllowZRotation.cpp
OndselSolver/AllowZRotationConstraintIqctJqc.cpp
OndselSolver/AngleJoint.cpp
OndselSolver/AngleZConstraintIJ.cpp
OndselSolver/AngleZConstraintIqcJc.cpp
@@ -53,6 +46,8 @@ set(ONDSELSOLVER_SRC
OndselSolver/ArcTan.cpp
OndselSolver/ArcTan2.cpp
OndselSolver/Arguments.cpp
OndselSolver/Array.cpp
OndselSolver/ASMTAllowRotation.cpp
OndselSolver/ASMTAngleJoint.cpp
OndselSolver/ASMTAnimationParameters.cpp
OndselSolver/ASMTAssembly.cpp
@@ -192,7 +187,11 @@ set(ONDSELSOLVER_SRC
OndselSolver/FixedJoint.cpp
OndselSolver/ForceTorqueData.cpp
OndselSolver/ForceTorqueItem.cpp
OndselSolver/FullColumn.cpp
OndselSolver/FullMatrix.cpp
OndselSolver/FullMotion.cpp
OndselSolver/FullRow.cpp
OndselSolver/FullVector.cpp
OndselSolver/Function.cpp
OndselSolver/FunctionFromData.cpp
OndselSolver/FunctionWithManyArgs.cpp
@@ -245,31 +244,6 @@ set(ONDSELSOLVER_SRC
OndselSolver/MatrixSolver.cpp
OndselSolver/MaximumIterationError.cpp
OndselSolver/MbDMath.cpp
OndselSolver/MBDynAxialRotationJoint.cpp
OndselSolver/MBDynClampJoint.cpp
OndselSolver/MBDynDriveHingeJoint.cpp
OndselSolver/MBDynInLineJoint.cpp
OndselSolver/MBDynInPlaneJoint.cpp
OndselSolver/MBDynPrismaticJoint.cpp
OndselSolver/MBDynRevoluteHingeJoint.cpp
OndselSolver/MBDynRevolutePinJoint.cpp
OndselSolver/MBDynSphericalHingeJoint.cpp
OndselSolver/MBDynTotalJoint.cpp
OndselSolver/MBDynBlock.cpp
OndselSolver/MBDynBody.cpp
OndselSolver/MBDynControlData.cpp
OndselSolver/MBDynData.cpp
OndselSolver/MBDynDrive.cpp
OndselSolver/MBDynElement.cpp
OndselSolver/MBDynGravity.cpp
OndselSolver/MBDynInitialValue.cpp
OndselSolver/MBDynItem.cpp
OndselSolver/MBDynJoint.cpp
OndselSolver/MBDynMarker.cpp
OndselSolver/MBDynNode.cpp
OndselSolver/MBDynReference.cpp
OndselSolver/MBDynStructural.cpp
OndselSolver/MBDynSystem.cpp
OndselSolver/MomentOfInertiaSolver.cpp
OndselSolver/Negative.cpp
OndselSolver/NewtonRaphson.cpp
@@ -312,6 +286,7 @@ set(ONDSELSOLVER_SRC
OndselSolver/RevoluteJoint.cpp
OndselSolver/RevRevJoint.cpp
OndselSolver/RotationLimitIJ.cpp
OndselSolver/RowTypeMatrix.cpp
OndselSolver/ScalarNewtonRaphson.cpp
OndselSolver/ScrewConstraintIJ.cpp
OndselSolver/ScrewConstraintIqcJc.cpp
@@ -360,21 +335,14 @@ set(ONDSELSOLVER_SRC
)
set(ONDSELSOLVER_HEADERS
OndselSolver/AllowZRotation.h
OndselSolver/AllowZRotationConstraintIqctJqc.h
OndselSolver/ASMTAllowRotation.h
OndselSolver/Array.h
OndselSolver/FullVector.h
OndselSolver/RowTypeMatrix.h
OndselSolver/FullRow.h
OndselSolver/FullColumn.h
OndselSolver/FullMatrix.h
OndselSolver/Abs.h
OndselSolver/AbsConstraint.h
OndselSolver/AccICKineNewtonRaphson.h
OndselSolver/AccICNewtonRaphson.h
OndselSolver/AccKineNewtonRaphson.h
OndselSolver/AccNewtonRaphson.h
OndselSolver/AllowZRotation.h
OndselSolver/AllowZRotationConstraintIqctJqc.h
OndselSolver/AngleJoint.h
OndselSolver/AngleZConstraintIJ.h
OndselSolver/AngleZConstraintIqcJc.h
@@ -388,15 +356,17 @@ set(ONDSELSOLVER_HEADERS
OndselSolver/ArcTan.h
OndselSolver/ArcTan2.h
OndselSolver/Arguments.h
OndselSolver/Array.h
OndselSolver/ASMTAllowRotation.h
OndselSolver/ASMTAngleJoint.h
OndselSolver/ASMTAnimationParameters.h
OndselSolver/ASMTAssembly.h
OndselSolver/ASMTCylSphJoint.h
OndselSolver/ASMTCompoundJoint.h
OndselSolver/ASMTConstantGravity.h
OndselSolver/ASMTConstantVelocityJoint.h
OndselSolver/ASMTConstraintSet.h
OndselSolver/ASMTCylindricalJoint.h
OndselSolver/ASMTCylSphJoint.h
OndselSolver/ASMTExtrusion.h
OndselSolver/ASMTFixedJoint.h
OndselSolver/ASMTForceTorque.h
@@ -529,8 +499,12 @@ set(ONDSELSOLVER_HEADERS
OndselSolver/FixedJoint.h
OndselSolver/ForceTorqueData.h
OndselSolver/ForceTorqueItem.h
OndselSolver/FullColumn.h
OndselSolver/FullMatrix.h
OndselSolver/FullMotion.h
OndselSolver/FullRow.h
OndselSolver/FullRow.h
OndselSolver/FullVector.h
OndselSolver/Function.h
OndselSolver/FunctionFromData.h
OndselSolver/FunctionWithManyArgs.h
@@ -582,30 +556,6 @@ set(ONDSELSOLVER_HEADERS
OndselSolver/MatrixSolver.h
OndselSolver/MaximumIterationError.h
OndselSolver/MbDMath.h
OndselSolver/MBDynAxialRotationJoint.h
OndselSolver/MBDynClampJoint.h
OndselSolver/MBDynDriveHingeJoint.h
OndselSolver/MBDynInLineJoint.h
OndselSolver/MBDynInPlaneJoint.h
OndselSolver/MBDynPrismaticJoint.h
OndselSolver/MBDynRevoluteHingeJoint.h
OndselSolver/MBDynRevolutePinJoint.h
OndselSolver/MBDynSphericalHingeJoint.h
OndselSolver/MBDynTotalJoint.h
OndselSolver/MBDynBlock.h
OndselSolver/MBDynBody.h
OndselSolver/MBDynControlData.h
OndselSolver/MBDynData.h
OndselSolver/MBDynElement.h
OndselSolver/MBDynGravity.h
OndselSolver/MBDynInitialValue.h
OndselSolver/MBDynItem.h
OndselSolver/MBDynJoint.h
OndselSolver/MBDynMarker.h
OndselSolver/MBDynNode.h
OndselSolver/MBDynReference.h
OndselSolver/MBDynStructural.h
OndselSolver/MBDynSystem.h
OndselSolver/MomentOfInertiaSolver.h
OndselSolver/Negative.h
OndselSolver/NewtonRaphson.h
@@ -646,6 +596,7 @@ set(ONDSELSOLVER_HEADERS
OndselSolver/RevoluteJoint.h
OndselSolver/RevRevJoint.h
OndselSolver/RotationLimitIJ.h
OndselSolver/RowTypeMatrix.h
OndselSolver/ScalarNewtonRaphson.h
OndselSolver/ScrewConstraintIJ.h
OndselSolver/ScrewConstraintIqcJc.h

View File

@@ -441,6 +441,16 @@ void MbD::ASMTAssembly::runFile(const char* fileName)
}
}
void MbD::ASMTAssembly::runDraggingLogTest()
{
auto assembly = ASMTAssembly::assemblyFromFile("../testapp/runPreDrag.asmt");
assembly->runDraggingLog("../testapp/dragging.log");
//auto assembly = ASMTAssembly::assemblyFromFile("../temp/runPreDrag.asmt");
//assembly->setDebug(true);
//assembly->runDraggingLog("../temp/dragging.log");
//assembly->setDebug(false);
}
void MbD::ASMTAssembly::runDraggingTest()
{
//auto assembly = ASMTAssembly::assemblyFromFile("../testapp/pistonWithLimits.asmt");
@@ -915,7 +925,12 @@ void MbD::ASMTAssembly::readTimes(std::vector<std::string>& lines)
assert(pos != std::string::npos);
str.erase(0, pos + substr.length());
times = readRowOfDoubles(str);
times->insert(times->begin(), times->at(0)); //The first element is the input state.
if (times->empty()) {
times->insert(times->begin(), 0.0); //The first element is the input state.
}
else {
times->insert(times->begin(), times->at(0)); //The first element is the input state.
}
lines.erase(lines.begin());
}
@@ -1035,6 +1050,47 @@ void MbD::ASMTAssembly::readMotionSeries(std::vector<std::string>& lines)
motion->readMotionSeries(lines);
}
void MbD::ASMTAssembly::runDraggingLog(const char* fileName)
{
std::ifstream stream(fileName);
if (stream.fail()) {
throw std::invalid_argument("File not found.");
}
std::string line;
std::vector<std::string> lines;
while (std::getline(stream, line)) {
lines.push_back(line);
}
assert(readStringOffTop(lines) == "runPreDrag");
runPreDrag();
while (lines[0].find("runDragStep") != std::string::npos)
{
assert(readStringOffTop(lines) == "runDragStep");
auto dragParts = std::make_shared<std::vector<std::shared_ptr<ASMTPart>>>();
while (lines[0].find("Name") != std::string::npos) {
assert(readStringOffTop(lines) == "Name");
auto dragPartName = readStringOffTop(lines);
std::string longerName = "/" + name + "/" + dragPartName;
auto dragPart = partAt(longerName);
dragParts->push_back(dragPart);
assert(readStringOffTop(lines) == "Position3D");
auto dragPartPosition3D = readColumnOfDoublesOffTop(lines);
dragPart->updateMbDFromPosition3D(dragPartPosition3D);
assert(readStringOffTop(lines) == "RotationMatrix");
auto dragPartRotationMatrix = std::make_shared<FullMatrix<double>>(3);
for (size_t i = 0; i < 3; i++)
{
auto row = readRowOfDoublesOffTop(lines);
dragPartRotationMatrix->atiput(i, row);
}
dragPart->updateMbDFromRotationMatrix(dragPartRotationMatrix);
}
runDragStep(dragParts);
}
assert(readStringOffTop(lines) == "runPostDrag");
runPostDrag();
}
void MbD::ASMTAssembly::outputFor(AnalysisType)
{
assert(false);
@@ -1183,7 +1239,7 @@ void MbD::ASMTAssembly::createMbD(std::shared_ptr<System> mbdSys, std::shared_pt
void MbD::ASMTAssembly::outputFile(std::string filename)
{
std::ofstream os(filename);
os << std::setprecision(static_cast<std::streamsize>(std::numeric_limits<double>::digits10) + 1);
os << std::setprecision(std::numeric_limits<double>::max_digits10);
// try {
os << "OndselSolver" << std::endl;
storeOnLevel(os, 0);
@@ -1227,29 +1283,56 @@ void MbD::ASMTAssembly::solve()
void MbD::ASMTAssembly::runPreDrag()
{
if (debug) {
outputFile("runPreDrag.asmt");
std::ofstream os("dragging.log");
os << "runPreDrag" << std::endl;
os.close();
}
mbdSystem = std::make_shared<System>();
mbdSystem->externalSystem->asmtAssembly = this;
try {
mbdSystem->runPreDrag(mbdSystem);
}
catch (SimulationStoppingError ex) {
}
mbdSystem->runPreDrag(mbdSystem);
}
void MbD::ASMTAssembly::runDragStep(std::shared_ptr<std::vector<std::shared_ptr<ASMTPart>>> dragParts) const
void MbD::ASMTAssembly::runDragStep(std::shared_ptr<std::vector<std::shared_ptr<ASMTPart>>> dragParts)
{
if (debug) {
std::ofstream os("dragging.log", std::ios_base::app);
os << "runDragStep" << std::endl;
os.close();
}
auto dragMbDParts = std::make_shared<std::vector<std::shared_ptr<Part>>>();
for (auto& dragPart : *dragParts) {
if (debug) {
std::ofstream os("dragging.log", std::ios_base::app);
os << std::setprecision(std::numeric_limits<double>::max_digits10);
dragPart->storeOnLevelName(os, 1);
dragPart->storeOnLevelPositionRaw(os, 1);
dragPart->storeOnLevelRotationMatrixRaw(os, 1);
os.close();
}
auto dragMbDPart = std::static_pointer_cast<Part>(dragPart->mbdObject);
dragMbDParts->push_back(dragMbDPart);
}
mbdSystem->runDragStep(dragMbDParts);
try {
mbdSystem->runDragStep(dragMbDParts);
}
catch (...) {
runPreDrag();
}
}
void MbD::ASMTAssembly::runPostDrag()
{
runPreDrag();
if (debug) {
//outputFile("runPostDrag.asmt");
std::ofstream os("dragging.log", std::ios_base::app);
os << "runPostDrag" << std::endl;
os.close();
}
mbdSystem = std::make_shared<System>();
mbdSystem->externalSystem->asmtAssembly = this;
mbdSystem->runPreDrag(mbdSystem);
}
void MbD::ASMTAssembly::runKINEMATIC()
@@ -1284,6 +1367,14 @@ std::shared_ptr<ASMTSpatialContainer> MbD::ASMTAssembly::spatialContainerAt(std:
return part;
}
std::shared_ptr<ASMTPart> MbD::ASMTAssembly::partAt(std::string& longname) const
{
for (auto& part : *parts) {
if (part->fullName("") == longname) return part;
}
return nullptr;
}
std::shared_ptr<ASMTMarker> MbD::ASMTAssembly::markerAt(std::string& longname) const
{
for (auto& refPoint : *refPoints) {
@@ -1533,4 +1624,9 @@ void MbD::ASMTAssembly::setFilename(std::string str)
filename = str;
}
void MbD::ASMTAssembly::setDebug(bool todebug)
{
debug = todebug;
}

View File

@@ -27,7 +27,6 @@ namespace MbD {
class ASMTLimit;
class SystemSolver;
class ASMTItemIJ;
class MBDynSystem;
class ASMTAssembly : public ASMTSpatialContainer
{
@@ -41,6 +40,7 @@ namespace MbD {
static void runSinglePendulum();
static std::shared_ptr<ASMTAssembly> assemblyFromFile(const char* chars);
static void runFile(const char* chars);
static void runDraggingLogTest();
static void runDraggingTest();
static void runDraggingTest2();
static void runDraggingTest3();
@@ -73,6 +73,7 @@ namespace MbD {
void readJointSeries(std::vector<std::string>& lines);
void readMotionSeriesMany(std::vector<std::string>& lines);
void readMotionSeries(std::vector<std::string>& lines);
void runDraggingLog(const char* chars);
void outputFor(AnalysisType type);
void preMbDrun(std::shared_ptr<System> mbdSys);
@@ -92,11 +93,12 @@ namespace MbD {
void solve();
void runPreDrag();
void runDragStep(std::shared_ptr<std::vector<std::shared_ptr<ASMTPart>>> dragParts) const;
void runDragStep(std::shared_ptr<std::vector<std::shared_ptr<ASMTPart>>> dragParts);
void runPostDrag();
void runKINEMATIC();
void initprincipalMassMarker();
std::shared_ptr<ASMTSpatialContainer> spatialContainerAt(std::shared_ptr<ASMTAssembly> self, std::string& longname) const;
std::shared_ptr<ASMTPart> partAt(std::string& longname) const;
std::shared_ptr<ASMTMarker> markerAt(std::string& longname) const;
std::shared_ptr<ASMTJoint> jointAt(std::string& longname) const;
std::shared_ptr<ASMTMotion> motionAt(std::string& longname) const;
@@ -126,6 +128,7 @@ namespace MbD {
void storeOnLevelGeneralConstraintSets(std::ofstream& os, size_t level);
void storeOnTimeSeries(std::ofstream& os) override;
void setFilename(std::string filename);
void setDebug(bool todebug);
std::string filename = "";
std::string notes = "(Text string: '' runs: (Core.RunArray runs: #() values: #()))";
@@ -143,7 +146,8 @@ namespace MbD {
std::shared_ptr<ASMTTime> asmtTime = ASMTTime::With();
std::shared_ptr<Units> mbdUnits = std::make_shared<Units>();
std::shared_ptr<System> mbdSystem;
MBDynSystem* mbdynItem = nullptr;
bool debug = false;
};
}

View File

@@ -83,6 +83,12 @@ FRowDsptr MbD::ASMTItem::readRowOfDoubles(std::string& line)
return readRowOfDoubles;
}
FRowDsptr MbD::ASMTItem::readRowOfDoublesOffTop(std::vector<std::string>& lines)
{
auto str = popOffTop(lines);
return readRowOfDoubles(str);
}
FColDsptr MbD::ASMTItem::readColumnOfDoubles(std::string& line)
{
std::istringstream iss(line);
@@ -94,6 +100,12 @@ FColDsptr MbD::ASMTItem::readColumnOfDoubles(std::string& line)
return readColumnOfDoubles;
}
FColDsptr MbD::ASMTItem::readColumnOfDoublesOffTop(std::vector<std::string>& lines)
{
auto str = popOffTop(lines);
return readColumnOfDoubles(str);
}
double MbD::ASMTItem::readDouble(std::string& line)
{
std::istringstream iss(line);

View File

@@ -30,10 +30,12 @@ namespace MbD {
virtual std::string classname();
void setName(std::string str);
virtual void parseASMT(std::vector<std::string>& lines);
std::string popOffTop(std::vector<std::string>& args);
std::string readStringOffTop(std::vector<std::string>& args);
std::string popOffTop(std::vector<std::string>& lines);
std::string readStringOffTop(std::vector<std::string>& lines);
FRowDsptr readRowOfDoubles(std::string& line);
FRowDsptr readRowOfDoublesOffTop(std::vector<std::string>& lines);
FColDsptr readColumnOfDoubles(std::string& line);
FColDsptr readColumnOfDoublesOffTop(std::vector<std::string>& lines);
double readDouble(std::string& line);
int readInt(std::string& line);
size_t readSize_t(std::string& line);
@@ -58,8 +60,8 @@ namespace MbD {
virtual void storeOnLevelBool(std::ofstream& os, size_t level, bool value);
//template<typename T>
//void storeOnLevelArray(std::ofstream& os, size_t level, std::vector<T> array);
void storeOnLevelArray(std::ofstream& os, size_t level, std::vector<double> array);
void storeOnLevelName(std::ofstream& os, size_t level);
virtual void storeOnLevelArray(std::ofstream& os, size_t level, std::vector<double> array);
virtual void storeOnLevelName(std::ofstream& os, size_t level);
virtual void storeOnTimeSeries(std::ofstream& os);
void logString(std::string& str);
void logString(const char* chars);

View File

@@ -5,6 +5,7 @@
* *
* See LICENSE file for details about copyright. *
***************************************************************************/
#include <ostream>
#include <fstream>
#include "ASMTPart.h"

View File

@@ -116,6 +116,12 @@ void MbD::ASMTSpatialItem::storeOnLevelPosition(std::ofstream& os, size_t level)
}
}
void MbD::ASMTSpatialItem::storeOnLevelPositionRaw(std::ofstream& os, size_t level)
{
storeOnLevelString(os, level, "Position3D");
storeOnLevelArray(os, level + 1, *position3D);
}
void MbD::ASMTSpatialItem::storeOnLevelRotationMatrix(std::ofstream& os, size_t level)
{
storeOnLevelString(os, level, "RotationMatrix");
@@ -135,6 +141,15 @@ void MbD::ASMTSpatialItem::storeOnLevelRotationMatrix(std::ofstream& os, size_t
}
void MbD::ASMTSpatialItem::storeOnLevelRotationMatrixRaw(std::ofstream& os, size_t level)
{
storeOnLevelString(os, level, "RotationMatrix");
for (size_t i = 0; i < 3; i++)
{
storeOnLevelArray(os, level + 1, *rotationMatrix->at(i));
}
}
FColDsptr MbD::ASMTSpatialItem::getPosition3D(size_t i)
{
auto vec3 = std::make_shared<FullColumn<double>>(3);

View File

@@ -31,7 +31,9 @@ namespace MbD {
double v31, double v32, double v33);
void storeOnLevel(std::ofstream& os, size_t level) override;
void storeOnLevelPosition(std::ofstream& os, size_t level);
void storeOnLevelPositionRaw(std::ofstream& os, size_t level);
void storeOnLevelRotationMatrix(std::ofstream& os, size_t level);
void storeOnLevelRotationMatrixRaw(std::ofstream& os, size_t level);
FColDsptr getPosition3D(size_t i);
FMatDsptr getRotationMatrix(size_t i);

View File

@@ -1,39 +0,0 @@
/***************************************************************************
* Copyright (c) 2023 Ondsel, Inc. *
* *
* This file is part of OndselSolver. *
* *
* See LICENSE file for details about copyright. *
***************************************************************************/
#include "MBDynAxialRotationJoint.h"
#include "ASMTAssembly.h"
#include "ASMTRevoluteJoint.h"
#include "ASMTRotationalMotion.h"
using namespace MbD;
void MbD::MBDynAxialRotationJoint::parseMBDyn(std::string line)
{
MBDynJoint::parseMBDyn(line);
readFunction(arguments);
}
void MbD::MBDynAxialRotationJoint::createASMT()
{
MBDynJoint::createASMT();
auto asmtAsm = asmtAssembly();
asmtMotion = ASMTRotationalMotion::With();
asmtMotion->setName(name + "Motion");
asmtMotion->setMotionJoint(asmtItem->fullName(""));
asmtMotion->setRotationZ(asmtFormulaIntegral());
asmtAsm->addMotion(asmtMotion);
return;
}
std::shared_ptr<ASMTJoint> MbD::MBDynAxialRotationJoint::asmtClassNew()
{
auto joint = ASMTRevoluteJoint::With();
joint->initialize();
return joint;
}

View File

@@ -1,26 +0,0 @@
/***************************************************************************
* Copyright (c) 2023 Ondsel, Inc. *
* *
* This file is part of OndselSolver. *
* *
* See LICENSE file for details about copyright. *
***************************************************************************/
#pragma once
#include "MBDynJoint.h"
namespace MbD {
class ASMTJoint;
class ASMTRotationalMotion;
class MBDynAxialRotationJoint : public MBDynJoint
{
public:
void parseMBDyn(std::string line) override;
void createASMT() override;
std::shared_ptr<ASMTJoint> asmtClassNew() override;
std::shared_ptr<ASMTRotationalMotion> asmtMotion;
};
}

View File

@@ -1,3 +0,0 @@
#include "MBDynBlock.h"
using namespace MbD;

View File

@@ -1,18 +0,0 @@
/***************************************************************************
* Copyright (c) 2023 Ondsel, Inc. *
* *
* This file is part of OndselSolver. *
* *
* See LICENSE file for details about copyright. *
***************************************************************************/
#pragma once
#include "MBDynItem.h"
namespace MbD {
class MBDynBlock : public MBDynItem
{
public:
};
}

View File

@@ -1,94 +0,0 @@
#include "MBDynBody.h"
#include "MBDynReference.h"
#include "MBDynStructural.h"
#include "SymbolicParser.h"
#include "BasicUserFunction.h"
#include "ASMTPart.h"
#include "ASMTAssembly.h"
#include "MomentOfInertiaSolver.h"
using namespace MbD;
void MbD::MBDynBody::initialize()
{
}
void MbD::MBDynBody::parseMBDyn(std::string line)
{
bodyString = line;
arguments = collectArgumentsFor("body", line);
name = readStringOffTop(arguments);
nodeName = readStringOffTop(arguments);
//auto iss = std::istringstream(arguments.at(0));
//iss >> name;
//arguments.erase(arguments.begin());
//iss = std::istringstream(arguments.at(0));
//iss >> nodeName;
//arguments.erase(arguments.begin());
readMass(arguments);
rPcmP = readPosition(arguments);
readInertiaMatrix(arguments);
}
void MbD::MBDynBody::readMass(std::vector<std::string>& args)
{
auto parser = std::make_shared<SymbolicParser>();
parser->variables = mbdynVariables();
auto userFunc = std::make_shared<BasicUserFunction>(popOffTop(args), 1.0);
parser->parseUserFunction(userFunc);
auto& sym = parser->stack->top();
mass = sym->getValue();
}
void MbD::MBDynBody::readInertiaMatrix(std::vector<std::string>& args)
{
auto parser = std::make_shared<SymbolicParser>();
parser->variables = mbdynVariables();
aJmat = std::make_shared<FullMatrix<double>>(3, 3);
std::string str = args.at(0); //Must copy string
if (str.find("diag") != std::string::npos) {
args.erase(args.begin());
for (size_t i = 0; i < 3; i++)
{
auto userFunc = std::make_shared<BasicUserFunction>(popOffTop(args), 1.0);
parser->parseUserFunction(userFunc);
auto& sym = parser->stack->top();
aJmat->at(i)->at(i) = sym->getValue();
}
}
else if (str.find("eye") != std::string::npos) {
args.erase(args.begin());
aJmat->identity();
}
else {
aJmat = readBasicOrientation(args);
}
}
void MbD::MBDynBody::createASMT()
{
auto asmtMassMarker = ASMTPrincipalMassMarker::With();
asmtItem = asmtMassMarker;
asmtMassMarker->setMass(mass);
if (aJmat->isDiagonalToWithin(1.0e-6)) {
asmtMassMarker->setMomentOfInertias(aJmat->asDiagonalMatrix());
asmtMassMarker->setPosition3D(rPcmP);
asmtMassMarker->setRotationMatrix(FullMatrix<double>::identitysptr(3));
auto asmtPart = asmtAssembly()->partPartialNamed(nodeName);
asmtPart->setPrincipalMassMarker(asmtMassMarker);
}
else {
auto solver = std::make_shared<MomentOfInertiaSolver>();
solver->setm(mass);
solver->setJPP(aJmat);
solver->setrPoP(rPcmP);
solver->setAPo(FullMatrix<double>::identitysptr(3));
solver->setrPcmP(rPcmP);
solver->calc();
asmtMassMarker->setMomentOfInertias(solver->aJpp);
asmtMassMarker->setPosition3D(rPcmP);
asmtMassMarker->setRotationMatrix(solver->aAPp);
auto asmtPart = asmtAssembly()->partPartialNamed(nodeName);
asmtPart->setPrincipalMassMarker(asmtMassMarker);
}
}

View File

@@ -1,28 +0,0 @@
/***************************************************************************
* Copyright (c) 2023 Ondsel, Inc. *
* *
* This file is part of OndselSolver. *
* *
* See LICENSE file for details about copyright. *
***************************************************************************/
#pragma once
#include "MBDynElement.h"
namespace MbD {
class MBDynBody : public MBDynElement
{
public:
void initialize() override;
void parseMBDyn(std::string line) override;
void readMass(std::vector<std::string>& args);
void readInertiaMatrix(std::vector<std::string>& args);
void createASMT() override;
std::string bodyString, nodeName;
double mass = std::numeric_limits<double>::min();
FColDsptr rPcmP;
FMatDsptr aJmat;
};
}

View File

@@ -1,52 +0,0 @@
/***************************************************************************
* Copyright (c) 2023 Ondsel, Inc. *
* *
* This file is part of OndselSolver. *
* *
* See LICENSE file for details about copyright. *
***************************************************************************/
#include "MBDynClampJoint.h"
#include "ASMTAssembly.h"
#include "ASMTFixedJoint.h"
using namespace MbD;
void MbD::MBDynClampJoint::parseMBDyn(std::string statement)
{
MBDynJoint::parseMBDyn(statement);
assert(joint_type == "clamp");
return;
}
void MbD::MBDynClampJoint::createASMT()
{
MBDynJoint::createASMT();
}
void MbD::MBDynClampJoint::readMarkerI(std::vector<std::string>& args)
{
//mkr1 should be on assembly which doesn't exist in MBDyn
//mkr2 is on the node
mkr1 = std::make_shared<MBDynMarker>();
mkr1->owner = this;
mkr1->nodeStr = "Assembly";
mkr1->rPmP = std::make_shared<FullColumn<double>>(3);
mkr1->aAPm = FullMatrix<double>::identitysptr(3);
}
void MbD::MBDynClampJoint::readMarkerJ(std::vector<std::string>& args)
{
if (args.empty()) return;
mkr2 = std::make_shared<MBDynMarker>();
mkr2->owner = this;
mkr2->nodeStr = readStringOffTop(args);
mkr2->parseMBDynClamp(args);
}
std::shared_ptr<ASMTJoint> MbD::MBDynClampJoint::asmtClassNew()
{
auto joint = ASMTFixedJoint::With();
joint->initialize();
return joint;
}

View File

@@ -1,24 +0,0 @@
/***************************************************************************
* Copyright (c) 2023 Ondsel, Inc. *
* *
* This file is part of OndselSolver. *
* *
* See LICENSE file for details about copyright. *
***************************************************************************/
#pragma once
#include "MBDynJoint.h"
namespace MbD {
class ASMTJoint;
class MBDynClampJoint : public MBDynJoint
{
public:
void parseMBDyn(std::string line) override;
void createASMT() override;
void readMarkerI(std::vector<std::string>& args) override;
void readMarkerJ(std::vector<std::string>& args) override;
std::shared_ptr<ASMTJoint> asmtClassNew() override;
};
}

View File

@@ -1,143 +0,0 @@
#include "MBDynControlData.h"
using namespace MbD;
void MbD::MBDynControlData::initialize()
{
}
void MbD::MBDynControlData::parseMBDyn(std::vector<std::string>& lines)
{
readMaxIterations(lines);
readDefaultOrientation(lines);
readOmegaRotates(lines);
readPrint(lines);
readInitialStiffness(lines);
readStructuralNodes(lines);
readRigidBodies(lines);
readJoints(lines);
readGravity(lines);
assert(lines.size() == 2);
}
void MbD::MBDynControlData::readMaxIterations(std::vector<std::string>& lines)
{
//max iterations: 1000;
std::vector<std::string> tokens{ "max", "iterations:" };
auto it = findLineWith(lines, tokens);
if (it == lines.end()) return;
std::istringstream iss(*it);
std::string str;
iss >> str;
iss >> str;
iss >> maxIterations;
lines.erase(it);
}
void MbD::MBDynControlData::readDefaultOrientation(std::vector<std::string>& lines)
{
//default orientation: euler321;
std::vector<std::string> tokens{ "default", "orientation:" };
auto it = findLineWith(lines, tokens);
if (it == lines.end()) return;
std::istringstream iss(*it);
std::string str;
iss >> str;
iss >> str;
iss >> defaultOrientation;
lines.erase(it);
}
void MbD::MBDynControlData::readOmegaRotates(std::vector<std::string>& lines)
{
//omega rotates: no;
std::vector<std::string> tokens{ "omega", "rotates:" };
auto it = findLineWith(lines, tokens);
if (it == lines.end()) return;
std::istringstream iss(*it);
std::string str;
iss >> str;
iss >> str;
iss >> omegaRotates;
lines.erase(it);
}
void MbD::MBDynControlData::readPrint(std::vector<std::string>& lines)
{
//print: none;
std::vector<std::string> tokens{ "print:" };
auto it = findLineWith(lines, tokens);
if (it == lines.end()) return;
std::istringstream iss(*it);
std::string str;
iss >> str;
iss >> str;
iss >> print;
lines.erase(it);
}
void MbD::MBDynControlData::readInitialStiffness(std::vector<std::string>& lines)
{
//initial stiffness: 1.0, 1.0;
std::vector<std::string> tokens{ "initial", "stiffness:" };
auto it = findLineWith(lines, tokens);
if (it == lines.end()) return;
std::istringstream iss(*it);
std::string str;
iss >> str;
iss >> str;
iss >> initialStiffness;
iss >> str;
initialStiffness.append(str);
lines.erase(it);
}
void MbD::MBDynControlData::readStructuralNodes(std::vector<std::string>& lines)
{
//structural nodes: 4;
std::vector<std::string> tokens{ "structural", "nodes:" };
auto it = findLineWith(lines, tokens);
if (it == lines.end()) return;
std::istringstream iss(*it);
std::string str;
iss >> str;
iss >> str;
iss >> structuralNodes;
lines.erase(it);
}
void MbD::MBDynControlData::readRigidBodies(std::vector<std::string>& lines)
{
//rigid bodies: 3;
std::vector<std::string> tokens{ "rigid", "bodies:" };
auto it = findLineWith(lines, tokens);
if (it == lines.end()) return;
std::istringstream iss(*it);
std::string str;
iss >> str;
iss >> str;
iss >> rigidBodies;
lines.erase(it);
}
void MbD::MBDynControlData::readJoints(std::vector<std::string>& lines)
{
//joints: 6;
std::vector<std::string> tokens{ "joints:" };
auto it = findLineWith(lines, tokens);
if (it == lines.end()) return;
std::istringstream iss(*it);
std::string str;
iss >> str;
iss >> joints;
lines.erase(it);
}
void MbD::MBDynControlData::readGravity(std::vector<std::string>& lines)
{
//gravity;
std::vector<std::string> tokens{ "gravity" };
auto it = findLineWith(lines, tokens);
if (it == lines.end()) return;
lines.erase(it);
}

View File

@@ -1,35 +0,0 @@
/***************************************************************************
* Copyright (c) 2023 Ondsel, Inc. *
* *
* This file is part of OndselSolver. *
* *
* See LICENSE file for details about copyright. *
***************************************************************************/
#pragma once
#include "MBDynBlock.h"
namespace MbD {
class MBDynControlData : public MBDynBlock
{
public:
void initialize() override;
void parseMBDyn(std::vector<std::string>& lines) override;
void readMaxIterations(std::vector<std::string>& lines);
void readDefaultOrientation(std::vector<std::string>& lines);
void readOmegaRotates(std::vector<std::string>& lines);
void readPrint(std::vector<std::string>& lines);
void readInitialStiffness(std::vector<std::string>& lines);
void readStructuralNodes(std::vector<std::string>& lines);
void readRigidBodies(std::vector<std::string>& lines);
void readJoints(std::vector<std::string>& lines);
void readGravity(std::vector<std::string>& lines);
size_t maxIterations = 1000;
std::string defaultOrientation = "euler321";
std::string omegaRotates = "no";
std::string print = "none";
std::string initialStiffness = "1.0, 1.0";
size_t structuralNodes = SIZE_MAX, rigidBodies = SIZE_MAX, joints = SIZE_MAX;
};
}

View File

@@ -1,15 +0,0 @@
#include "MBDynData.h"
using namespace MbD;
void MbD::MBDynData::initialize()
{
}
void MbD::MBDynData::parseMBDyn(std::vector<std::string>& lines)
{
assert(lines.size() == 3);
std::vector<std::string> tokens{ "problem:", "initial", "value" };
auto problemit = findLineWith(lines, tokens);
assert(problemit != lines.end());
}

View File

@@ -1,20 +0,0 @@
/***************************************************************************
* Copyright (c) 2023 Ondsel, Inc. *
* *
* This file is part of OndselSolver. *
* *
* See LICENSE file for details about copyright. *
***************************************************************************/
#pragma once
#include "MBDynBlock.h"
namespace MbD {
class MBDynData : public MBDynBlock
{
public:
void initialize() override;
void parseMBDyn(std::vector<std::string>& lines) override;
};
}

View File

@@ -1,151 +0,0 @@
#include <regex>
#include "MBDynDrive.h"
using namespace MbD;
void MbD::MBDynDrive::parseMBDyn(std::string line)
{
driveString = line;
arguments = collectArgumentsFor("drive caller", line);
auto iss = std::istringstream(arguments.at(0));
iss >> name;
arguments.erase(arguments.begin());
assert(arguments.at(0).find("name") != std::string::npos);
arguments.erase(arguments.begin());
iss = std::istringstream(arguments.at(0));
iss >> driveName;
driveName = std::regex_replace(driveName, std::regex("\""), "");
arguments.erase(arguments.begin());
readFunction(arguments);
}
void MbD::MBDynDrive::readFunction(std::vector<std::string>& args)
{
if (args.empty()) return;
std::string str = readStringOffTop(args);
if (str == "ramp") {
std::string slope, initValue, initTime, finalTime;
slope = popOffTop(args);
initTime = popOffTop(args);
finalTime = popOffTop(args);
initValue = popOffTop(args);
slope.erase(remove_if(slope.begin(), slope.end(), isspace), slope.end());
initTime.erase(remove_if(initTime.begin(), initTime.end(), isspace), initTime.end());
finalTime.erase(remove_if(finalTime.begin(), finalTime.end(), isspace), finalTime.end());
initValue.erase(remove_if(initValue.begin(), initValue.end(), isspace), initValue.end());
//f = slope*(time - t0) + f0
//rampstep(time, t0, f0, t1, f1)
//t0 = initTime
//f0 = initValue
//t1 = finalTime
//f1 = initValue + slope * (finalTime - initTime)
auto ss = std::stringstream();
ss << "rampstep(time, " << initTime << ", " << initValue << ", " << finalTime << ", "
<< initValue << " + " << slope << "*(" << finalTime << " - " << initTime << "))";
formula = ss.str();
}
else if (str == "cosine") {
std::string initial_time, angular_velocity, amplitude, number_of_cycles, initial_value;
initial_time = popOffTop(args);
angular_velocity = popOffTop(args);
amplitude = popOffTop(args);
number_of_cycles = popOffTop(args);
initial_value = popOffTop(args);
initial_time.erase(remove_if(initial_time.begin(), initial_time.end(), isspace), initial_time.end());
angular_velocity.erase(remove_if(angular_velocity.begin(), angular_velocity.end(), isspace), angular_velocity.end());
amplitude.erase(remove_if(amplitude.begin(), amplitude.end(), isspace), amplitude.end());
number_of_cycles.erase(remove_if(number_of_cycles.begin(), number_of_cycles.end(), isspace), number_of_cycles.end());
initial_value.erase(remove_if(initial_value.begin(), initial_value.end(), isspace), initial_value.end());
//f(t) = initial_value + amplitude * (1 ? cos (angular_velocity * (t ? initial_time)))
double nCycle;
if (number_of_cycles.find("forever") != std::string::npos) {
nCycle = 1.0e9;
}
else if (number_of_cycles.find("one") != std::string::npos) {
nCycle = 1.0;
}
else if (number_of_cycles.find("half") != std::string::npos) {
nCycle = 0.5;
}
else {
nCycle = stod(number_of_cycles);
}
double x0 = stod(initial_time);
double y0 = stod(initial_value);
double omega = stod(angular_velocity);
double amp = stod(amplitude);
double x1 = x0 + (2 * OS_M_PI * nCycle / omega);
double y1 = y0 + amp * (1.0 - std::cos(omega * (x1 - x0)));
double f1 = y0;
auto ss = std::stringstream();
ss << "(" << y0 << " + " << amp << "*(1.0 - cos(" << omega << "*(time - " << x0 << "))))";
std::string f2 = ss.str();
double f3 = y1;
double t1 = x0;
double t2 = x1;
ss = std::stringstream();
ss << "piecewise(time, functions(" << f1 << ", " << f2 << ", " << f3 << "), transitions(" << t1 << ", " << t2 << "))";
formula = ss.str();
}
else if (str == "sine") {
std::string initial_time, angular_velocity, amplitude, number_of_cycles, initial_value;
initial_time = popOffTop(args);
angular_velocity = popOffTop(args);
amplitude = popOffTop(args);
number_of_cycles = popOffTop(args);
initial_value = popOffTop(args);
initial_time.erase(remove_if(initial_time.begin(), initial_time.end(), isspace), initial_time.end());
angular_velocity.erase(remove_if(angular_velocity.begin(), angular_velocity.end(), isspace), angular_velocity.end());
amplitude.erase(remove_if(amplitude.begin(), amplitude.end(), isspace), amplitude.end());
number_of_cycles.erase(remove_if(number_of_cycles.begin(), number_of_cycles.end(), isspace), number_of_cycles.end());
initial_value.erase(remove_if(initial_value.begin(), initial_value.end(), isspace), initial_value.end());
//f(t) = initial_value + amplitude · sin (angular_velocity · (t initial_time))
double nCycle;
if (number_of_cycles.find("forever") != std::string::npos) {
nCycle = 1.0e9;
}
else if (number_of_cycles.find("one") != std::string::npos) {
nCycle = 0.5; //Different from cosine
}
else if (number_of_cycles.find("half") != std::string::npos) {
nCycle = 0.25; //Different from cosine
}
else {
nCycle = stod(number_of_cycles);
if (nCycle < 0.0) {
nCycle -= 0.75;
}
else if (nCycle > 0.0) {
nCycle -= 0.5;
}
}
double x0 = stod(initial_time);
double y0 = stod(initial_value);
double omega = stod(angular_velocity);
double amp = stod(amplitude);
double x1 = x0 + (2 * OS_M_PI * nCycle / omega);
double y1 = y0 + amp * std::sin(omega * (x1 - x0));
double f1 = y0;
auto ss = std::stringstream();
ss << "(" << y0 << " + " << amp << "*sin(" << omega << "*(time - " << x0 << ")))";
std::string f2 = ss.str();
double f3 = y1;
double t1 = x0;
double t2 = x1;
ss = std::stringstream();
ss << "piecewise(time, functions(" << f1 << ", " << f2 << ", " << f3 << "), transitions(" << t1 << ", " << t2 << "))";
formula = ss.str();
}
else {
assert(false);
}
}
void MbD::MBDynDrive::createASMT()
{
assert(false);
}

View File

@@ -1,24 +0,0 @@
/***************************************************************************
* Copyright (c) 2023 Ondsel, Inc. *
* *
* This file is part of OndselSolver. *
* *
* See LICENSE file for details about copyright. *
***************************************************************************/
#pragma once
#include "MBDynElement.h"
namespace MbD {
class MBDynDrive : public MBDynElement
{
public:
void parseMBDyn(std::string line) override;
void readFunction(std::vector<std::string>& args);
void createASMT() override;
std::string driveString, driveName, formula;
};
}

View File

@@ -1,42 +0,0 @@
/***************************************************************************
* Copyright (c) 2023 Ondsel, Inc. *
* *
* This file is part of OndselSolver. *
* *
* See LICENSE file for details about copyright. *
***************************************************************************/
#include "MBDynDriveHingeJoint.h"
#include "ASMTMarker.h"
#include "ASMTJoint.h"
#include "ASMTRotationalMotion.h"
#include "ASMTAssembly.h"
using namespace MbD;
void MbD::MBDynDriveHingeJoint::parseMBDyn(std::string line)
{
MBDynJoint::parseMBDyn(line);
readFunction(arguments);
}
void MbD::MBDynDriveHingeJoint::createASMT()
{
mkr1->createASMT();
if (mkr2) mkr2->createASMT();
auto asmtAsm = asmtAssembly();
auto asmtMotion = ASMTRotationalMotion::With();
asmtItem = asmtMotion;
asmtMotion->setName(name);
asmtMotion->setMarkerI(mkr1->asmtItem->fullName(""));
asmtMotion->setMarkerJ(mkr2->asmtItem->fullName(""));
asmtMotion->setRotationZ(formula);
asmtAsm->addMotion(asmtMotion);
return;
}
std::shared_ptr<ASMTJoint> MbD::MBDynDriveHingeJoint::asmtClassNew()
{
assert(false);
return ASMTJoint::With();
}

View File

@@ -1,23 +0,0 @@
/***************************************************************************
* Copyright (c) 2023 Ondsel, Inc. *
* *
* This file is part of OndselSolver. *
* *
* See LICENSE file for details about copyright. *
***************************************************************************/
#pragma once
#include "MBDynJoint.h"
namespace MbD {
class ASMTJoint;
class MBDynDriveHingeJoint : public MBDynJoint
{
public:
void parseMBDyn(std::string line) override;
void createASMT() override;
std::shared_ptr<ASMTJoint> asmtClassNew() override;
};
}

View File

@@ -1,11 +0,0 @@
#include "MBDynElement.h"
using namespace MbD;
void MbD::MBDynElement::initialize()
{
}
void MBDynElement::parseMBDyn(std::vector<std::string> &lines) {
MBDynItem::parseMBDyn(lines);
}

View File

@@ -1,20 +0,0 @@
/***************************************************************************
* Copyright (c) 2023 Ondsel, Inc. *
* *
* This file is part of OndselSolver. *
* *
* See LICENSE file for details about copyright. *
***************************************************************************/
#pragma once
#include "MBDynItem.h"
namespace MbD {
class MBDynElement : public MBDynItem
{
public:
void parseMBDyn(std::vector<std::string>& lines) override;
void initialize() override;
};
}

View File

@@ -1,41 +0,0 @@
#include <regex>
#include "MBDynGravity.h"
#include "ASMTConstantGravity.h"
#include "ASMTAssembly.h"
using namespace MbD;
void MbD::MBDynGravity::parseMBDyn(std::string line)
{
gravityString = line;
arguments = collectArgumentsFor("gravity", line);
assert(arguments.at(0).find("uniform") != std::string::npos);
arguments.erase(arguments.begin());
gvec = readPosition(arguments);
assert(arguments.at(0).find("string") != std::string::npos);
arguments.erase(arguments.begin());
auto iss = std::istringstream(arguments.at(0));
iss >> formula;
formula = std::regex_replace(formula, std::regex("\""), "");
double mag;
iss = std::istringstream(formula);
iss >> mag;
arguments.erase(arguments.begin());
gvec->normalizeSelf();
gvec->magnifySelf(mag);
}
void MbD::MBDynGravity::readFunction(std::vector<std::string>&)
{
assert(false);
noop();
}
void MbD::MBDynGravity::createASMT()
{
auto asmtGravity = ASMTConstantGravity::With();
asmtGravity->setg(gvec);
asmtAssembly()->setConstantGravity(asmtGravity);
}

View File

@@ -1,24 +0,0 @@
/***************************************************************************
* Copyright (c) 2023 Ondsel, Inc. *
* *
* This file is part of OndselSolver. *
* *
* See LICENSE file for details about copyright. *
***************************************************************************/
#pragma once
#include "MBDynElement.h"
namespace MbD {
class MBDynGravity : public MBDynElement
{
public:
void parseMBDyn(std::string line) override;
void readFunction(std::vector<std::string>& args);
void createASMT() override;
std::string gravityString, formula;
FColDsptr gvec;
};
}

View File

@@ -1,29 +0,0 @@
/***************************************************************************
* Copyright (c) 2023 Ondsel, Inc. *
* *
* This file is part of OndselSolver. *
* *
* See LICENSE file for details about copyright. *
***************************************************************************/
#include "MBDynInLineJoint.h"
#include "ASMTPointInLineJoint.h"
using namespace MbD;
void MbD::MBDynInLineJoint::parseMBDyn(std::string line)
{
MBDynJoint::parseMBDyn(line);
}
void MbD::MBDynInLineJoint::createASMT()
{
MBDynJoint::createASMT();
}
std::shared_ptr<ASMTJoint> MbD::MBDynInLineJoint::asmtClassNew()
{
auto joint = ASMTPointInLineJoint::With();
joint->initialize();
return joint;
}

View File

@@ -1,22 +0,0 @@
/***************************************************************************
* Copyright (c) 2023 Ondsel, Inc. *
* *
* This file is part of OndselSolver. *
* *
* See LICENSE file for details about copyright. *
***************************************************************************/
#pragma once
#include "MBDynJoint.h"
namespace MbD {
class ASMTJoint;
class MBDynInLineJoint : public MBDynJoint
{
public:
void parseMBDyn(std::string line) override;
void createASMT() override;
std::shared_ptr<ASMTJoint> asmtClassNew() override;
};
}

View File

@@ -1,29 +0,0 @@
/***************************************************************************
* Copyright (c) 2023 Ondsel, Inc. *
* *
* This file is part of OndselSolver. *
* *
* See LICENSE file for details about copyright. *
***************************************************************************/
#include "MBDynInPlaneJoint.h"
#include "ASMTPointInPlaneJoint.h"
using namespace MbD;
void MbD::MBDynInPlaneJoint::parseMBDyn(std::string line)
{
MBDynJoint::parseMBDyn(line);
}
void MbD::MBDynInPlaneJoint::createASMT()
{
MBDynJoint::createASMT();
}
std::shared_ptr<ASMTJoint> MbD::MBDynInPlaneJoint::asmtClassNew()
{
auto joint = ASMTPointInPlaneJoint::With();
joint->initialize();
return joint;
}

View File

@@ -1,24 +0,0 @@
/***************************************************************************
* Copyright (c) 2023 Ondsel, Inc. *
* *
* This file is part of OndselSolver. *
* *
* See LICENSE file for details about copyright. *
***************************************************************************/
#pragma once
#include "MBDynJoint.h"
namespace MbD {
class ASMTJoint;
class MBDynInPlaneJoint : public MBDynJoint
{
public:
void parseMBDyn(std::string line) override;
void createASMT() override;
std::shared_ptr<ASMTJoint> asmtClassNew() override;
};
}

View File

@@ -1,148 +0,0 @@
#include "MBDynInitialValue.h"
#include "ASMTSimulationParameters.h"
#include "ASMTAssembly.h"
using namespace MbD;
void MbD::MBDynInitialValue::initialize()
{
}
void MbD::MBDynInitialValue::parseMBDyn(std::vector<std::string>& lines)
{
readInitialTime(lines);
readFinalTime(lines);
readTimeStep(lines);
readMaxIterations(lines);
readTolerance(lines);
readDerivativesTolerance(lines);
readDerivativesMaxIterations(lines);
readDerivativesCoefficient(lines);
assert(lines.size() == 2);
}
void MbD::MBDynInitialValue::readInitialTime(std::vector<std::string>& lines)
{
//initial time: 0.;
std::vector<std::string> tokens{ "initial", "time:" };
auto it = findLineWith(lines, tokens);
if (it == lines.end()) return;
std::istringstream iss(*it);
std::string str;
iss >> str;
iss >> str;
iss >> initialTime;
lines.erase(it);
}
void MbD::MBDynInitialValue::readFinalTime(std::vector<std::string>& lines)
{
//final time: 5.;
std::vector<std::string> tokens{ "final", "time:" };
auto it = findLineWith(lines, tokens);
if (it == lines.end()) return;
std::istringstream iss(*it);
std::string str;
iss >> str;
iss >> str;
iss >> finalTime;
lines.erase(it);
}
void MbD::MBDynInitialValue::readTimeStep(std::vector<std::string>& lines)
{
//time step: 1.e-2;
std::vector<std::string> tokens{ "time", "step:" };
auto it = findLineWith(lines, tokens);
if (it == lines.end()) return;
std::istringstream iss(*it);
std::string str;
iss >> str;
iss >> str;
iss >> timeStep;
lines.erase(it);
}
void MbD::MBDynInitialValue::readMaxIterations(std::vector<std::string>& lines)
{
//max iterations: 10;
std::vector<std::string> tokens{ "max", "iterations:" };
auto it = findLineWith(lines, tokens);
if (it == lines.end()) return;
std::istringstream iss(*it);
std::string str;
iss >> str;
iss >> str;
iss >> maxIterations;
lines.erase(it);
}
void MbD::MBDynInitialValue::readTolerance(std::vector<std::string>& lines)
{
//tolerance: 1.e-6;
std::vector<std::string> tokens{ "tolerance:" };
auto it = findLineWith(lines, tokens);
if (it == lines.end()) return;
std::istringstream iss(*it);
std::string str;
iss >> str;
iss >> tolerance;
lines.erase(it);
}
void MbD::MBDynInitialValue::readDerivativesTolerance(std::vector<std::string>& lines)
{
//derivatives tolerance: 0.0001;
std::vector<std::string> tokens{ "derivatives", "tolerance:" };
auto it = findLineWith(lines, tokens);
if (it == lines.end()) return;
std::istringstream iss(*it);
std::string str;
iss >> str;
iss >> str;
iss >> derivativesTolerance;
lines.erase(it);
}
void MbD::MBDynInitialValue::readDerivativesMaxIterations(std::vector<std::string>& lines)
{
//derivatives max iterations: 100;
std::vector<std::string> tokens{ "derivatives", "max", "iterations:" };
auto it = findLineWith(lines, tokens);
if (it == lines.end()) return;
std::istringstream iss(*it);
std::string str;
iss >> str;
iss >> str;
iss >> str;
iss >> derivativesMaxIterations;
lines.erase(it);
}
void MbD::MBDynInitialValue::readDerivativesCoefficient(std::vector<std::string>& lines)
{
//derivatives coefficient: auto;
std::vector<std::string> tokens{ "derivatives", "coefficient:" };
auto it = findLineWith(lines, tokens);
if (it == lines.end()) return;
std::istringstream iss(*it);
std::string str;
iss >> str;
iss >> str;
iss >> derivativesCoefficient;
lines.erase(it);
}
void MbD::MBDynInitialValue::createASMT()
{
auto simulationParameters = ASMTSimulationParameters::With();
asmtItem = simulationParameters;
simulationParameters->settstart(initialTime);
simulationParameters->settend(finalTime); //tstart == tend Initial Conditions only.
simulationParameters->sethmin(1.0e-9);
simulationParameters->sethmax(1.0);
simulationParameters->sethout(timeStep);
simulationParameters->seterrorTol(tolerance);
simulationParameters->setmaxIter(maxIterations);
asmtAssembly()->setSimulationParameters(simulationParameters);
}

View File

@@ -1,34 +0,0 @@
/***************************************************************************
* Copyright (c) 2023 Ondsel, Inc. *
* *
* This file is part of OndselSolver. *
* *
* See LICENSE file for details about copyright. *
***************************************************************************/
#pragma once
#include "MBDynBlock.h"
namespace MbD {
class MBDynInitialValue : public MBDynBlock
{
public:
void initialize() override;
void parseMBDyn(std::vector<std::string>& lines) override;
void readInitialTime(std::vector<std::string>& lines);
void readFinalTime(std::vector<std::string>& lines);
void readTimeStep(std::vector<std::string>& lines);
void readMaxIterations(std::vector<std::string>& lines);
void readTolerance(std::vector<std::string>& lines);
void readDerivativesTolerance(std::vector<std::string>& lines);
void readDerivativesMaxIterations(std::vector<std::string>& lines);
void readDerivativesCoefficient(std::vector<std::string>& lines);
void createASMT() override;
double initialTime = 0.0, finalTime = 5.0, timeStep = 1.0e-2, tolerance = 1.0e-6;
size_t maxIterations = 10;
double derivativesTolerance = 1.0e-4;
size_t derivativesMaxIterations = 100;
std::string derivativesCoefficient = "auto";
};
}

View File

@@ -1,464 +0,0 @@
#include "MBDynItem.h"
#include "MBDynSystem.h"
#include "SymbolicParser.h"
#include "BasicUserFunction.h"
#include "EulerAngles.h"
#include "Constant.h"
#include "MBDynReference.h"
#include "FullMatrix.h"
#include "ASMTItem.h"
#include "MBDynBody.h"
#include "MBDynDrive.h"
#include "MBDynGravity.h"
using namespace MbD;
MBDynSystem* MbD::MBDynItem::root()
{
return nullptr;
}
void MbD::MBDynItem::initialize()
{
assert(false);
}
void MbD::MBDynItem::noop()
{
//No Operations
}
void MbD::MBDynItem::parseMBDyn(std::vector<std::string>&)
{
assert(false);
}
void MbD::MBDynItem::parseMBDyn(std::string)
{
assert(false);
}
std::vector<std::string> MbD::MBDynItem::collectArgumentsFor(std::string title, std::string& statement)
{
size_t previousPos = 0;
auto pos = statement.find(":");
auto front = statement.substr(previousPos, pos - previousPos);
assert(front.find(title) != std::string::npos);
auto arguments = std::vector<std::string>();
std::string argument;
while (true) {
previousPos = pos;
pos = statement.find(",", pos + 1);
if (pos != std::string::npos) {
argument = statement.substr(previousPos + 1, pos - previousPos - 1);
arguments.push_back(argument);
}
else {
argument = statement.substr(previousPos + 1);
arguments.push_back(argument);
break;
}
}
auto arguments2 = std::vector<std::string>();
while (!arguments.empty()) {
argument = arguments[0];
auto n = std::count(argument.begin(), argument.end(), '"');
if ((n % 2) == 0) {
arguments2.push_back(argument);
arguments.erase(arguments.begin());
}
else {
//Need to find matching '"'
auto it = std::find_if(arguments.begin() + 1, arguments.end(), [](const std::string& s) {
auto nn = std::count(s.begin(), s.end(), '"');
return (nn % 2) == 1;
});
std::vector<std::string> needToCombineArgs(arguments.begin(), it + 1);
arguments.erase(arguments.begin(), it + 1);
std::stringstream ss;
ss << needToCombineArgs[0];
needToCombineArgs.erase(needToCombineArgs.begin());
for (auto& arg : needToCombineArgs) {
ss << ',' << arg;
}
arguments2.push_back(ss.str());
}
}
return arguments2;
}
std::vector<std::string>::iterator MbD::MBDynItem::findLineWith(std::vector<std::string>& lines, std::vector<std::string>& tokens)
{
auto it = std::find_if(lines.begin(), lines.end(), [&](const std::string& line) {
return lineHasTokens(line, tokens);
});
return it;
}
bool MbD::MBDynItem::lineHasTokens(const std::string& line, std::vector<std::string>& tokens)
{
size_t index = 0;
for (auto& token : tokens) {
index = line.find(token, index);
if (index == std::string::npos) return false;
index++;
}
return true;
}
std::shared_ptr<std::vector<std::shared_ptr<MBDynNode>>> MbD::MBDynItem::mbdynNodes()
{
return owner->mbdynNodes();
}
std::shared_ptr<std::vector<std::shared_ptr<MBDynBody>>> MbD::MBDynItem::mbdynBodies()
{
return owner->mbdynBodies();
}
std::shared_ptr<std::vector<std::shared_ptr<MBDynJoint>>> MbD::MBDynItem::mbdynJoints()
{
return owner->mbdynJoints();
}
std::shared_ptr<std::vector<std::shared_ptr<MBDynDrive>>> MbD::MBDynItem::mbdynDrives()
{
return owner->mbdynDrives();
}
std::vector<std::string> MbD::MBDynItem::nodeNames()
{
return owner->nodeNames();
}
std::shared_ptr<std::map<std::string, Symsptr>> MbD::MBDynItem::mbdynVariables()
{
return owner->mbdynVariables();
}
std::shared_ptr<std::map<std::string, std::shared_ptr<MBDynReference>>> MbD::MBDynItem::mbdynReferences()
{
return owner->mbdynReferences();
}
void MbD::MBDynItem::createASMT()
{
assert(false);
}
std::shared_ptr<MBDynNode> MbD::MBDynItem::nodeAt(std::string nodeName)
{
return owner->nodeAt(nodeName);
}
int MbD::MBDynItem::nodeidAt(std::string nodeName)
{
return owner->nodeidAt(nodeName);
}
std::shared_ptr<MBDynBody> MbD::MBDynItem::bodyWithNode(std::string nodeName)
{
return owner->bodyWithNode(nodeName);
}
std::shared_ptr<ASMTAssembly> MbD::MBDynItem::asmtAssembly()
{
return owner->asmtAssembly();
}
std::string MbD::MBDynItem::formulaFromDrive(std::string driveName, std::string varName)
{
std::vector<std::string> tokens{ "drive:", driveName };
auto drives = mbdynDrives();
auto it = std::find_if(drives->begin(), drives->end(), [&](auto& drive) {
return lineHasTokens(drive->driveName, tokens);
});
auto& formula = (*it)->formula;
assert(varName == "Time");
return formula;
}
void MbD::MBDynItem::logString(std::string& str)
{
std::cout << str << std::endl;
}
FColDsptr MbD::MBDynItem::readVector3(std::vector<std::string>& args)
{
auto parser = std::make_shared<SymbolicParser>();
parser->variables = mbdynVariables();
auto rFfF = std::make_shared<FullColumn<double>>(3);
std::string str = args.at(0); //Must copy string
if (str.find("null") != std::string::npos) {
args.erase(args.begin());
}
else {
for (size_t i = 0; i < 3; i++)
{
auto userFunc = std::make_shared<BasicUserFunction>(popOffTop(args), 1.0);
parser->parseUserFunction(userFunc);
auto& sym = parser->stack->top();
rFfF->at(i) = sym->getValue();
}
}
return rFfF;
}
FColDsptr MbD::MBDynItem::readPosition(std::vector<std::string>& args)
{
auto rOfO = std::make_shared<FullColumn<double>>(3);
if (args.empty()) return rOfO;
std::string str = args.at(0); //Must copy string
if (str.find("position") != std::string::npos) {
args.erase(args.begin());
rOfO = readBasicPosition(args);
}
else if (str.find("orientation") != std::string::npos) {
//Do nothing
}
else if (str.find("reference") != std::string::npos) {
args.erase(args.begin());
auto refName = readStringOffTop(args);
auto& ref = mbdynReferences()->at(refName);
auto rFfF = readBasicPosition(args);
auto& rOFO = ref->rOfO;
auto& aAOF = ref->aAOf;
rOfO = rOFO->plusFullColumn(aAOF->timesFullColumn(rFfF));
}
else if (str.find("offset") != std::string::npos) {
args.erase(args.begin());
rOfO = readBasicPosition(args);
}
else if (str.find("null") != std::string::npos) {
args.erase(args.begin());
}
else {
rOfO = readBasicPosition(args);
}
return rOfO;
}
FColDsptr MbD::MBDynItem::readBasicPosition(std::vector<std::string>& args)
{
return readVector3(args);
}
FMatDsptr MbD::MBDynItem::readOrientation(std::vector<std::string>& args)
{
auto aAOf = FullMatrix<double>::identitysptr(3);
if (args.empty()) return aAOf;
std::string str = args.at(0); //Must copy string
if (str.find("reference") != std::string::npos) {
args.erase(args.begin());
auto refName = readStringOffTop(args);
auto& ref = mbdynReferences()->at(refName);
auto aAFf = readBasicOrientation(args);
auto& aAOF = ref->aAOf;
aAOf = aAOF->timesFullMatrix(aAFf);
}
else if (str.find("hinge") != std::string::npos) {
args.erase(args.begin());
aAOf = readOrientation(args);
}
else if (str.find("position") != std::string::npos) {
if (str.find("orientation") != std::string::npos) {
args.erase(args.begin());
aAOf = readOrientation(args);
}
}
else if (str.find("orientation") != std::string::npos) {
args.erase(args.begin());
aAOf = readOrientation(args);
}
else {
aAOf = readBasicOrientation(args);
}
return aAOf;
}
FMatDsptr MbD::MBDynItem::readBasicOrientation(std::vector<std::string>& args)
{
auto parser = std::make_shared<SymbolicParser>();
parser->variables = mbdynVariables();
std::string str = args.at(0); //Must copy string
if (str.find("euler") != std::string::npos) {
args.erase(args.begin());
auto euler = std::make_shared<EulerAngles<Symsptr>>();
euler->rotOrder = std::make_shared<std::vector<size_t>>(std::initializer_list<size_t>{ 1, 2, 3 });
for (size_t i = 0; i < 3; i++)
{
auto userFunc = std::make_shared<BasicUserFunction>(popOffTop(args), 1.0);
parser->parseUserFunction(userFunc);
auto& sym = parser->stack->top();
euler->at(i) = sym;
}
euler->calc();
auto& aAFf = euler->aA;
return aAFf;
}
if (str.find("eye") != std::string::npos) {
args.erase(args.begin());
auto aAFf = FullMatrix<double>::identitysptr(3);
return aAFf;
}
auto iss = std::istringstream(str);
int integer;
iss >> integer;
if (integer == 1) {
args.erase(args.begin());
FColDsptr vecX, vecY, vecZ, vec;
vecX = readPosition(args);
vecX->normalizeSelf();
auto axis = stoi(popOffTop(args));
str = args.at(0);
if (str.find("guess") != std::string::npos) {
args.erase(args.begin());
double min = std::numeric_limits<double>::max();
double max = -1.0;
size_t imin, imax;
for (size_t i = 0; i < 3; i++)
{
auto mag = std::abs(vecX->at(i));
if (mag > max) {
imax = i;
max = mag;
}
if (mag < min) {
imin = i;
min = mag;
}
}
vec = std::make_shared<FullColumn<double>>(3);
vec->at(imin) = 1.0;
vec->at(imax) = -vecX->at(imin) / vecX->at(imax);
}
else {
vec = readPosition(args);
}
vec->normalizeSelf();
if (axis == 2) {
vecZ = vecX->cross(vec);
vecY = vecZ->cross(vecX);
}
else if (axis == 3) {
vecY = vec->cross(vecX);
vecZ = vecX->cross(vecY);
}
else {
assert(false);
}
auto aAFf = FullMatrix<double>::identitysptr(3);
aAFf->atijputFullColumn(0, 0, vecX);
aAFf->atijputFullColumn(0, 1, vecY);
aAFf->atijputFullColumn(0, 2, vecZ);
return aAFf;
}
if (integer == 3) {
args.erase(args.begin());
FColDsptr vecX, vecY, vecZ, vec;
vecZ = readPosition(args);
vecZ->normalizeSelf();
auto axis = stoi(popOffTop(args));
str = args.at(0);
if (str.find("guess") != std::string::npos) {
args.erase(args.begin());
double min = std::numeric_limits<double>::max();
double max = -1.0;
size_t imin, imax;
for (size_t i = 0; i < 3; i++)
{
auto mag = std::abs(vecZ->at(i));
if (mag > max) {
imax = i;
max = mag;
}
if (mag < min) {
imin = i;
min = mag;
}
}
vec = std::make_shared<FullColumn<double>>(3);
vec->at(imin) = 1.0;
vec->at(imax) = -vecZ->at(imin) / vecZ->at(imax);
}
else {
vec = readPosition(args);
}
vec->normalizeSelf();
if (axis == 2) {
vecX = vec->cross(vecZ);
vecY = vecZ->cross(vecX);
}
else if (axis == 1) {
vecY = vecZ->cross(vec);
vecX = vecY->cross(vecZ);
}
else {
assert(false);
}
auto aAFf = FullMatrix<double>::identitysptr(3);
aAFf->atijputFullColumn(0, 0, vecX);
aAFf->atijputFullColumn(0, 1, vecY);
aAFf->atijputFullColumn(0, 2, vecZ);
return aAFf;
}
auto aAFf = FullMatrix<double>::identitysptr(3);
for (size_t i = 0; i < 3; i++)
{
auto& rowi = aAFf->at(i);
for (size_t j = 0; j < 3; j++)
{
auto userFunc = std::make_shared<BasicUserFunction>(popOffTop(args), 1.0);
parser->parseUserFunction(userFunc);
auto& sym = parser->stack->top();
rowi->at(j) = sym->getValue();
}
}
return aAFf;
}
std::string MbD::MBDynItem::popOffTop(std::vector<std::string>& args)
{
std::string str = args.at(0); //Must copy string
args.erase(args.begin());
return str;
}
std::string MbD::MBDynItem::readStringOffTop(std::vector<std::string>& args)
{
auto iss = std::istringstream(args.at(0));
args.erase(args.begin());
std::string str;
iss >> str;
return str;
}
void MbD::MBDynItem::readName(std::vector<std::string>& args)
{
name = readStringOffTop(args);
}
std::string MbD::MBDynItem::readJointTypeOffTop(std::vector<std::string>& args)
{
auto ss = std::stringstream();
auto iss = std::istringstream(popOffTop(args));
std::string str;
iss >> str;
ss << str;
while (!iss.eof()) {
ss << ' ';
iss >> str;
ss << str;
}
return ss.str();
}
std::string MbD::MBDynItem::readToken(std::string& line)
{
auto iss = std::istringstream(line);
std::string str;
iss >> str;
return str;
}

View File

@@ -1,70 +0,0 @@
/***************************************************************************
* Copyright (c) 2023 Ondsel, Inc. *
* *
* This file is part of OndselSolver. *
* *
* See LICENSE file for details about copyright. *
***************************************************************************/
#pragma once
#include "CREATE.h"
namespace MbD {
class MBDynSystem;
class MBDynReference;
class MBDynNode;
class ASMTItem;
class MBDynBody;
class MBDynJoint;
class MBDynDrive;
class ASMTAssembly;
class MBDynItem
{
//
public:
virtual ~MBDynItem() {}
virtual MBDynSystem* root();
virtual void initialize();
void noop();
//void setName(std::string str);
virtual void parseMBDyn(std::vector<std::string>& lines);
virtual void parseMBDyn(std::string line);
static std::vector<std::string> collectArgumentsFor(std::string title, std::string& statement);
std::vector<std::string>::iterator findLineWith(std::vector<std::string>& lines, std::vector<std::string>& tokens);
static bool lineHasTokens(const std::string& line, std::vector<std::string>& tokens);
virtual std::shared_ptr<std::vector<std::shared_ptr<MBDynNode>>> mbdynNodes();
virtual std::shared_ptr<std::vector<std::shared_ptr<MBDynBody>>> mbdynBodies();
virtual std::shared_ptr<std::vector<std::shared_ptr<MBDynJoint>>> mbdynJoints();
virtual std::shared_ptr<std::vector<std::shared_ptr<MBDynDrive>>> mbdynDrives();
virtual std::vector<std::string> nodeNames();
virtual std::shared_ptr<std::map<std::string, Symsptr>> mbdynVariables();
virtual std::shared_ptr<std::map<std::string, std::shared_ptr<MBDynReference>>> mbdynReferences();
virtual void createASMT();
virtual std::shared_ptr<MBDynNode> nodeAt(std::string nodeName);
virtual int nodeidAt(std::string nodeName);
virtual std::shared_ptr<MBDynBody> bodyWithNode(std::string nodeName);
virtual std::shared_ptr<ASMTAssembly> asmtAssembly();
virtual std::string formulaFromDrive(std::string driveName, std::string varName);
void logString(std::string& str);
FColDsptr readVector3(std::vector<std::string>& args);
FColDsptr readPosition(std::vector<std::string>& args);
FColDsptr readBasicPosition(std::vector<std::string>& args);
FMatDsptr readOrientation(std::vector<std::string>& args);
FMatDsptr readBasicOrientation(std::vector<std::string>& args);
std::string popOffTop(std::vector<std::string>& args);
std::string readStringOffTop(std::vector<std::string>& args);
void readName(std::vector<std::string>& args);
std::string readJointTypeOffTop(std::vector<std::string>& args);
std::string readToken(std::string& line);
std::string name;
MBDynItem* owner = nullptr;
std::shared_ptr<ASMTItem> asmtItem;
std::vector<std::string> arguments;
};
}

View File

@@ -1,410 +0,0 @@
/***************************************************************************
* Copyright (c) 2023 Ondsel, Inc. *
* *
* This file is part of OndselSolver. *
* *
* See LICENSE file for details about copyright. *
***************************************************************************/
#include <regex>
#include "MBDynJoint.h"
#include "ASMTMarker.h"
#include "ASMTPart.h"
#include "ASMTJoint.h"
#include "ASMTAssembly.h"
#include "ASMTRevoluteJoint.h"
#include "ASMTRotationalMotion.h"
#include "ASMTPointInLineJoint.h"
#include "ASMTNoRotationJoint.h"
#include "ASMTFixedJoint.h"
#include "ASMTSphericalJoint.h"
#include "MBDynTotalJoint.h"
#include "MBDynClampJoint.h"
#include "MBDynAxialRotationJoint.h"
#include "MBDynDriveHingeJoint.h"
#include "MBDynInLineJoint.h"
#include "MBDynInPlaneJoint.h"
#include "MBDynPrismaticJoint.h"
#include "MBDynRevoluteHingeJoint.h"
#include "MBDynRevolutePinJoint.h"
#include "MBDynSphericalHingeJoint.h"
using namespace MbD;
std::shared_ptr<MBDynJoint> MbD::MBDynJoint::newJoint(std::string statement)
{
//std::shared_ptr<MBDynJoint> joint;
//std::vector<std::string> tokens{ "total", "joint" };
std::vector<std::string> tokens;
tokens = { "axial", "rotation" };
if (lineHasTokens(statement, tokens)) {
return std::make_shared<MBDynAxialRotationJoint>();
}
tokens = { "clamp" };
if (lineHasTokens(statement, tokens)) {
return std::make_shared<MBDynClampJoint>();
}
tokens = { "drive", "hinge" };
if (lineHasTokens(statement, tokens)) {
return std::make_shared<MBDynDriveHingeJoint>();
}
tokens = { "in", "line" };
if (lineHasTokens(statement, tokens)) {
return std::make_shared<MBDynInLineJoint>();
}
tokens = { "in", "plane" };
if (lineHasTokens(statement, tokens)) {
return std::make_shared<MBDynInPlaneJoint>();
}
tokens = { "prismatic" };
if (lineHasTokens(statement, tokens)) {
return std::make_shared<MBDynPrismaticJoint>();
}
tokens = { "revolute", "hinge" };
if (lineHasTokens(statement, tokens)) {
return std::make_shared<MBDynRevoluteHingeJoint>();
}
tokens = { "revolute", "pin" };
if (lineHasTokens(statement, tokens)) {
return std::make_shared<MBDynRevolutePinJoint>();
}
tokens = { "spherical", "hinge" };
if (lineHasTokens(statement, tokens)) {
return std::make_shared<MBDynSphericalHingeJoint>();
}
tokens = { "total", "joint" };
if (lineHasTokens(statement, tokens)) {
return std::make_shared<MBDynTotalJoint>();
}
return std::make_shared<MBDynJoint>();
}
void MbD::MBDynJoint::initialize()
{
}
void MbD::MBDynJoint::parseMBDyn(std::string line)
{
jointString = line;
arguments = collectArgumentsFor("joint", line);
readName(arguments);
readJointType(arguments);
readMarkerI(arguments);
readMarkerJ(arguments);
}
void MbD::MBDynJoint::readJointType(std::vector<std::string>& args)
{
joint_type = readJointTypeOffTop(args);
}
//void MbD::MBDynJoint::parseMBDyn0(std::string line)
//{
// jointString = line;
// arguments = collectArgumentsFor("joint", line);
// auto ss = std::stringstream();
// name = readStringOffTop(arguments);
// auto iss = std::istringstream(arguments.at(0));
// iss >> joint_type;
// if (joint_type == "axial") {
// ss << joint_type;
// iss >> joint_type;
// if (joint_type == "rotation") {
// ss << " " << joint_type;
// joint_type = ss.str();
// }
// else {
// assert(false);
// }
// arguments.erase(arguments.begin());
// readMarkerI(arguments);
// readMarkerJ(arguments);
// readFunction(arguments);
// return;
// }
// else if (joint_type == "revolute") {
// ss << joint_type;
// iss >> joint_type;
// if (joint_type == "hinge") {
// ss << " " << joint_type;
// joint_type = ss.str();
// }
// else {
// assert(false);
// }
// }
// else if (joint_type == "spherical") {
// ss << joint_type;
// iss >> joint_type;
// if (joint_type == "hinge") {
// ss << " " << joint_type;
// joint_type = ss.str();
// }
// else {
// assert(false);
// }
// }
// else if (joint_type == "drive") {
// ss << joint_type;
// iss >> joint_type;
// if (joint_type == "hinge") {
// ss << " " << joint_type;
// joint_type = ss.str();
// }
// else {
// assert(false);
// }
// arguments.erase(arguments.begin());
// readMarkerI(arguments);
// readMarkerJ(arguments);
// readFunction(arguments);
// return;
// }
// else if (joint_type == "in") {
// ss << joint_type;
// iss >> joint_type;
// if (joint_type == "line") {
// ss << " " << joint_type;
// joint_type = ss.str();
// }
// else {
// assert(false);
// }
// }
// else if (joint_type == "total") {
// ss << joint_type;
// iss >> joint_type;
// if (joint_type == "joint") {
// ss << " " << joint_type;
// joint_type = ss.str();
// }
// else {
// assert(false);
// }
// arguments.erase(arguments.begin());
// readTotalJointMarkerI(arguments);
// readTotalJointMarkerJ(arguments);
// readTotalJointFunction(arguments);
// return;
// }
// else if (joint_type == "clamp") {
// //mkr1 should be on assembly which doesn't exist in MBDyn
// //mkr2 is on the node
// arguments.erase(arguments.begin());
// mkr1 = std::make_shared<MBDynMarker>();
// mkr1->owner = this;
// mkr1->nodeStr = "Assembly";
// mkr1->rPmP = std::make_shared<FullColumn<double>>(3);
// mkr1->aAPm = FullMatrix<double>::identitysptr(3);
// readClampMarkerJ(arguments);
// return;
// }
// else if (joint_type == "prismatic") {
// noop();
// }
// else {
// assert(false);
// }
// arguments.erase(arguments.begin());
// readMarkerI(arguments);
// readMarkerJ(arguments);
//}
void MbD::MBDynJoint::readMarkerI(std::vector<std::string>& args)
{
mkr1 = std::make_shared<MBDynMarker>();
mkr1->owner = this;
mkr1->nodeStr = readStringOffTop(args);
auto _nodeNames = nodeNames();
std::string nodeName;
auto it = std::find_if(args.begin(), args.end(), [&](const std::string& s) {
auto iss = std::istringstream(s);
iss >> nodeName;
if (std::find(_nodeNames.begin(), _nodeNames.end(), nodeName) != _nodeNames.end()) return true;
return false;
});
auto markerArgs = std::vector<std::string>(args.begin(), it);
args.erase(args.begin(), it);
mkr1->parseMBDyn(markerArgs);
}
void MbD::MBDynJoint::readMarkerJ(std::vector<std::string>& args)
{
if (args.empty()) return;
mkr2 = std::make_shared<MBDynMarker>();
mkr2->owner = this;
mkr2->nodeStr = readStringOffTop(args);
mkr2->parseMBDyn(args);
}
void MbD::MBDynJoint::readTotalJointMarkerI(std::vector<std::string>& args)
{
mkr1 = std::make_shared<MBDynMarker>();
mkr1->owner = this;
mkr1->nodeStr = readStringOffTop(args);
auto _nodeNames = nodeNames();
std::string nodeName;
auto it = std::find_if(args.begin(), args.end(), [&](const std::string& s) {
auto iss = std::istringstream(s);
iss >> nodeName;
if (std::find(_nodeNames.begin(), _nodeNames.end(), nodeName) != _nodeNames.end()) return true;
return false;
});
auto markerArgs = std::vector<std::string>(args.begin(), it);
args.erase(args.begin(), it);
mkr1->parseMBDynTotalJointMarker(markerArgs);
}
void MbD::MBDynJoint::readTotalJointMarkerJ(std::vector<std::string>& args)
{
if (args.empty()) return;
mkr2 = std::make_shared<MBDynMarker>();
mkr2->owner = this;
mkr2->nodeStr = readStringOffTop(args);
mkr2->parseMBDynTotalJointMarker(args);
}
void MbD::MBDynJoint::readClampMarkerJ(std::vector<std::string>& args)
{
if (args.empty()) return;
mkr2 = std::make_shared<MBDynMarker>();
mkr2->owner = this;
mkr2->nodeStr = readStringOffTop(args);
mkr2->parseMBDynClamp(args);
}
void MbD::MBDynJoint::readFunction(std::vector<std::string>& args)
{
if (args.empty()) return;
std::string str;
auto iss = std::istringstream(args.at(0));
iss >> str;
if (str.find("ramp") != std::string::npos) {
args.erase(args.begin());
std::string slope, initValue, initTime, finalTime;
slope = popOffTop(args);
initTime = popOffTop(args);
finalTime = popOffTop(args);
initValue = popOffTop(args);
//f = slope*(time - t0) + f0
auto ss = std::stringstream();
ss << slope << "*(time - " << initTime << ") + " << initValue;
formula = ss.str();
}
else if (str.find("single") != std::string::npos) {
args.erase(args.begin());
auto vec3 = readVector3(args);
assert(vec3->at(0) == 0 && vec3->at(1) == 0 && vec3->at(2) == 1);
assert(readStringOffTop(args) == "string");
formula = popOffTop(args);
formula = std::regex_replace(formula, std::regex("\""), "");
}
else if (str.find("string") != std::string::npos) {
args.erase(args.begin());
formula = popOffTop(args);
formula = std::regex_replace(formula, std::regex("\""), "");
}
else {
assert(false);
}
}
void MbD::MBDynJoint::readTotalJointFunction(std::vector<std::string>& args)
{
std::vector<std::string> tokens{ "position", "constraint" };
assert(lineHasTokens(args[0], tokens));
args.erase(args.begin());
assert(readStringOffTop(args) == "active");
assert(readStringOffTop(args) == "active");
assert(readStringOffTop(args) == "active");
assert(readStringOffTop(args) == "null");
std::vector<std::string> tokens1{ "orientation", "constraint" };
assert(lineHasTokens(args[0], tokens1));
args.erase(args.begin());
assert(readStringOffTop(args) == "active");
assert(readStringOffTop(args) == "active");
assert(readStringOffTop(args) == "rotation");
readFunction(args);
}
void MbD::MBDynJoint::createASMT()
{
mkr1->createASMT();
if (mkr2) mkr2->createASMT();
auto asmtAsm = asmtAssembly();
auto asmtJoint = asmtClassNew();
asmtItem = asmtJoint;
asmtJoint->setName(name);
asmtJoint->setMarkerI(mkr1->asmtItem->fullName(""));
asmtJoint->setMarkerJ(mkr2->asmtItem->fullName(""));
asmtAsm->addJoint(asmtJoint);
}
std::shared_ptr<ASMTJoint> MbD::MBDynJoint::asmtClassNew()
{
assert(false);
return ASMTJoint::With();
}
std::string MbD::MBDynJoint::asmtFormula()
{
auto ss = std::stringstream();
std::string drivestr = "model::drive";
size_t previousPos = 0;
auto pos = formula.find(drivestr);
ss << formula.substr(previousPos, pos - previousPos);
while (pos != std::string::npos) {
previousPos = pos;
pos = formula.find('(', pos + 1);
previousPos = pos;
pos = formula.find(',', pos + 1);
auto driveName = formula.substr(previousPos + 1, pos - previousPos - 1);
driveName = readToken(driveName);
previousPos = pos;
pos = formula.find(')', pos + 1);
auto varName = formula.substr(previousPos + 1, pos - previousPos - 1);
varName = readToken(varName);
//Insert drive formula
ss << formulaFromDrive(driveName, varName);
previousPos = pos;
pos = formula.find(drivestr, pos + 1);
ss << formula.substr(previousPos + 1, pos - previousPos);
}
return ss.str();
}
std::string MbD::MBDynJoint::asmtFormula(std::string mbdynFormula)
{
auto ss = std::stringstream();
std::string drivestr = "model::drive";
size_t previousPos = 0;
auto pos = mbdynFormula.find(drivestr);
ss << mbdynFormula.substr(previousPos, pos - previousPos);
while (pos != std::string::npos) {
previousPos = pos;
pos = mbdynFormula.find('(', pos + 1);
previousPos = pos;
pos = mbdynFormula.find(',', pos + 1);
auto driveName = mbdynFormula.substr(previousPos + 1, pos - previousPos - 1);
driveName = readToken(driveName);
previousPos = pos;
pos = mbdynFormula.find(')', pos + 1);
auto varName = mbdynFormula.substr(previousPos + 1, pos - previousPos - 1);
varName = readToken(varName);
//Insert drive mbdynFormula
ss << formulaFromDrive(driveName, varName);
previousPos = pos;
pos = mbdynFormula.find(drivestr, pos + 1);
ss << mbdynFormula.substr(previousPos + 1, pos - previousPos);
}
return ss.str();
}
std::string MbD::MBDynJoint::asmtFormulaIntegral()
{
auto ss = std::stringstream();
ss << "integral(time, " << asmtFormula() << ")";
return ss.str();
}

View File

@@ -1,40 +0,0 @@
/***************************************************************************
* Copyright (c) 2023 Ondsel, Inc. *
* *
* This file is part of OndselSolver. *
* *
* See LICENSE file for details about copyright. *
***************************************************************************/
#pragma once
#include "MBDynElement.h"
#include "MBDynMarker.h"
namespace MbD {
class ASMTJoint;
class MBDynJoint : public MBDynElement
{
public:
static std::shared_ptr<MBDynJoint> newJoint(std::string line);
void initialize() override;
void parseMBDyn(std::string line) override;
virtual void readJointType(std::vector<std::string>& args);
virtual void readMarkerI(std::vector<std::string>& args);
virtual void readMarkerJ(std::vector<std::string>& args);
void readTotalJointMarkerI(std::vector<std::string>& args);
void readTotalJointMarkerJ(std::vector<std::string>& args);
void readClampMarkerJ(std::vector<std::string>& args);
virtual void readFunction(std::vector<std::string>& args);
void readTotalJointFunction(std::vector<std::string>& args);
void createASMT() override;
virtual std::shared_ptr<ASMTJoint> asmtClassNew();
std::string asmtFormula();
std::string asmtFormula(std::string mbdynFormula);
std::string asmtFormulaIntegral();
std::string jointString, joint_type;
std::shared_ptr<MBDynMarker> mkr1, mkr2;
std::string formula;
};
}

View File

@@ -1,74 +0,0 @@
#include "MBDynMarker.h"
#include "MBDynStructural.h"
#include "ASMTMarker.h"
#include "ASMTPart.h"
#include "ASMTAssembly.h"
#include "MBDynBody.h"
#include "ASMTSpatialContainer.h"
using namespace MbD;
void MbD::MBDynMarker::parseMBDyn(std::vector<std::string>& args)
{
rPmP = std::make_shared<FullColumn<double>>(3);
aAPm = FullMatrix<double>::identitysptr(3);
if (args.empty()) return;
std::string str = args.at(0); //Must copy string
if (str.find("reference") != std::string::npos) {
auto strucNode = std::static_pointer_cast<MBDynStructural>(nodeAt(nodeStr));
auto& rOPO = strucNode->rOfO;
auto& aAOP = strucNode->aAOf;
auto rOmO = readPosition(args);
auto aAOm = readOrientation(args);
rPmP = aAOP->transposeTimesFullColumn(rOmO->minusFullColumn(rOPO));
aAPm = aAOP->transposeTimesFullMatrix(aAOm);
}
else if (str.find("offset") != std::string::npos) {
rPmP = readPosition(args);
}
else {
rPmP = readPosition(args);
aAPm = readOrientation(args);
}
}
void MbD::MBDynMarker::parseMBDynTotalJointMarker(std::vector<std::string>& args)
{
parseMBDyn(args);
aAPm2 = readOrientation(args);
assert(aAPm->equaltol(aAPm2, 1.0e-9));
}
void MbD::MBDynMarker::parseMBDynClamp(std::vector<std::string>& args)
{
//rOmO = rOPO + aAOP*rPmP
//aAOm = aAOP * aAPm
auto rOmO = std::make_shared<FullColumn<double>>(3);
auto aAOm = FullMatrix<double>::identitysptr(3);
auto rOPO = readPosition(args);
auto aAOP = readOrientation(args);
rPmP = aAOP->transposeTimesFullColumn(rOmO->minusFullColumn(rOPO));
aAPm = aAOP->transposeTimesFullMatrix(aAOm);
}
void MbD::MBDynMarker::createASMT()
{
auto asmtAsm = asmtAssembly();
if (nodeStr == "Assembly") {
auto mkr = ASMTMarker::With();
asmtItem = mkr;
mkr->setName(asmtAsm->generateUniqueMarkerName());
mkr->setPosition3D(rPmP);
mkr->setRotationMatrix(aAPm);
asmtAsm->addMarker(mkr);
}
else {
auto asmtPart = asmtAsm->partPartialNamed(nodeStr);
auto mkr = ASMTMarker::With();
asmtItem = mkr;
mkr->setName(asmtPart->generateUniqueMarkerName());
mkr->setPosition3D(rPmP);
mkr->setRotationMatrix(aAPm);
asmtPart->addMarker(mkr);
}
}

View File

@@ -1,26 +0,0 @@
/***************************************************************************
* Copyright (c) 2023 Ondsel, Inc. *
* *
* This file is part of OndselSolver. *
* *
* See LICENSE file for details about copyright. *
***************************************************************************/
#pragma once
#include "MBDynItem.h"
namespace MbD {
class MBDynMarker : public MBDynItem
{
public:
void parseMBDyn(std::vector<std::string>& args) override;
void parseMBDynTotalJointMarker(std::vector<std::string>& args);
void parseMBDynClamp(std::vector<std::string>& args);
void createASMT() override;
std::string nodeStr;
FColDsptr rPmP; //part to marker
FMatDsptr aAPm, aAPm2;
};
}

View File

@@ -1,41 +0,0 @@
#include "MBDynNode.h"
#include "ASMTPart.h"
#include "EulerAngles.h"
using namespace MbD;
void MbD::MBDynNode::initialize()
{
}
void MbD::MBDynNode::parseMBDyn(std::vector<std::string>&)
{
assert(false);
}
void MbD::MBDynNode::outputLine(size_t i, std::ostream& os)
{
auto id = nodeidAt(name);
auto asmtPart = std::static_pointer_cast<ASMTPart>(asmtItem);
auto x = asmtPart->xs->at(i);
auto y = asmtPart->ys->at(i);
auto z = asmtPart->zs->at(i);
auto aA = asmtPart->getRotationMatrix(i);
auto vx = asmtPart->vxs->at(i);
auto vy = asmtPart->vys->at(i);
auto vz = asmtPart->vzs->at(i);
auto omex = asmtPart->omexs->at(i);
auto omey = asmtPart->omeys->at(i);
auto omez = asmtPart->omezs->at(i);
os << id << " ";
os << x << " " << y << " " << z << " ";
auto row = aA->at(0);
os << row->at(0) << " " << row->at(1) << " " << row->at(2) << " ";
row = aA->at(1);
os << row->at(0) << " " << row->at(1) << " " << row->at(2) << " ";
row = aA->at(2);
os << row->at(0) << " " << row->at(1) << " " << row->at(2) << " ";
os << vx << " " << vy << " " << vz << " ";
os << omex << " " << omey << " " << omez << " ";
os << std::endl;
}

View File

@@ -1,21 +0,0 @@
/***************************************************************************
* Copyright (c) 2023 Ondsel, Inc. *
* *
* This file is part of OndselSolver. *
* *
* See LICENSE file for details about copyright. *
***************************************************************************/
#pragma once
#include "MBDynItem.h"
namespace MbD {
class MBDynNode : public MBDynItem
{
public:
void initialize() override;
void parseMBDyn(std::vector<std::string>& lines) override;
void outputLine(size_t i, std::ostream& os);
};
}

View File

@@ -1,29 +0,0 @@
/***************************************************************************
* Copyright (c) 2023 Ondsel, Inc. *
* *
* This file is part of OndselSolver. *
* *
* See LICENSE file for details about copyright. *
***************************************************************************/
#include "MBDynPrismaticJoint.h"
#include "ASMTNoRotationJoint.h"
using namespace MbD;
void MbD::MBDynPrismaticJoint::parseMBDyn(std::string line)
{
MBDynJoint::parseMBDyn(line);
}
void MbD::MBDynPrismaticJoint::createASMT()
{
MBDynJoint::createASMT();
}
std::shared_ptr<ASMTJoint> MbD::MBDynPrismaticJoint::asmtClassNew()
{
auto joint = ASMTNoRotationJoint::With();
joint->initialize();
return joint;
}

View File

@@ -1,23 +0,0 @@
/***************************************************************************
* Copyright (c) 2023 Ondsel, Inc. *
* *
* This file is part of OndselSolver. *
* *
* See LICENSE file for details about copyright. *
***************************************************************************/
#pragma once
#include "MBDynJoint.h"
namespace MbD {
class ASMTJoint;
class MBDynPrismaticJoint : public MBDynJoint
{
public:
void parseMBDyn(std::string line) override;
void createASMT() override;
std::shared_ptr<ASMTJoint> asmtClassNew() override;
};
}

View File

@@ -1,66 +0,0 @@
#include "MBDynReference.h"
#include "SymbolicParser.h"
#include "BasicUserFunction.h"
#include "EulerAngles.h"
using namespace MbD;
void MbD::MBDynReference::initialize()
{
}
void MbD::MBDynReference::parseMBDyn(std::string line)
{
refString = line;
arguments = collectArgumentsFor("reference", line);
std::istringstream iss(arguments.at(0));
iss >> name;
arguments.erase(arguments.begin());
rOfO = readPosition(arguments);
aAOf = readOrientation(arguments);
readVelocity(arguments);
readOmega(arguments);
}
void MbD::MBDynReference::readVelocity(std::vector<std::string>& args)
{
auto parser = std::make_shared<SymbolicParser>();
parser->variables = mbdynVariables();
vOfO = std::make_shared<FullColumn<double>>(3);
std::string str = args.at(0); //Must copy string
if (str.find("null") != std::string::npos) {
args.erase(args.begin());
return;
}
else {
for (size_t i = 0; i < 3; i++)
{
auto userFunc = std::make_shared<BasicUserFunction>(popOffTop(args), 1.0);
parser->parseUserFunction(userFunc);
auto& sym = parser->stack->top();
vOfO->at(i) = sym->getValue();
}
}
}
void MbD::MBDynReference::readOmega(std::vector<std::string>& args)
{
auto parser = std::make_shared<SymbolicParser>();
parser->variables = mbdynVariables();
omeOfO = std::make_shared<FullColumn<double>>(3);
std::string str = args.at(0); //Must copy string
if (str.find("null") != std::string::npos) {
args.erase(args.begin());
return;
}
else {
for (size_t i = 0; i < 3; i++)
{
auto userFunc = std::make_shared<BasicUserFunction>(popOffTop(args), 1.0);
parser->parseUserFunction(userFunc);
auto& sym = parser->stack->top();
omeOfO->at(i) = sym->getValue();
}
}
}

View File

@@ -1,26 +0,0 @@
/***************************************************************************
* Copyright (c) 2023 Ondsel, Inc. *
* *
* This file is part of OndselSolver. *
* *
* See LICENSE file for details about copyright. *
***************************************************************************/
#pragma once
#include "MBDynItem.h"
namespace MbD {
class MBDynReference : public MBDynItem
{
public:
void initialize() override;
void parseMBDyn(std::string line) override;
void readVelocity(std::vector<std::string>& args);
void readOmega(std::vector<std::string>& args);
std::string refString, name;
FColDsptr rOfO, vOfO, omeOfO;
FMatDsptr aAOf;
};
}

View File

@@ -1,29 +0,0 @@
/***************************************************************************
* Copyright (c) 2023 Ondsel, Inc. *
* *
* This file is part of OndselSolver. *
* *
* See LICENSE file for details about copyright. *
***************************************************************************/
#include "MBDynRevoluteHingeJoint.h"
#include "ASMTRevoluteJoint.h"
using namespace MbD;
void MbD::MBDynRevoluteHingeJoint::parseMBDyn(std::string line)
{
MBDynJoint::parseMBDyn(line);
}
void MbD::MBDynRevoluteHingeJoint::createASMT()
{
MBDynJoint::createASMT();
}
std::shared_ptr<ASMTJoint> MbD::MBDynRevoluteHingeJoint::asmtClassNew()
{
auto joint = ASMTRevoluteJoint::With();
joint->initialize();
return joint;
}

View File

@@ -1,23 +0,0 @@
/***************************************************************************
* Copyright (c) 2023 Ondsel, Inc. *
* *
* This file is part of OndselSolver. *
* *
* See LICENSE file for details about copyright. *
***************************************************************************/
#pragma once
#include "MBDynJoint.h"
namespace MbD {
class ASMTJoint;
class MBDynRevoluteHingeJoint : public MBDynJoint
{
public:
void parseMBDyn(std::string line) override;
void createASMT() override;
std::shared_ptr<ASMTJoint> asmtClassNew() override;
};
}

View File

@@ -1,28 +0,0 @@
/***************************************************************************
* Copyright (c) 2023 Ondsel, Inc. *
* *
* This file is part of OndselSolver. *
* *
* See LICENSE file for details about copyright. *
***************************************************************************/
#include "MBDynRevolutePinJoint.h"
#include "ASMTJoint.h"
using namespace MbD;
void MbD::MBDynRevolutePinJoint::parseMBDyn(std::string line)
{
MBDynJoint::parseMBDyn(line);
}
void MbD::MBDynRevolutePinJoint::createASMT()
{
MBDynJoint::createASMT();
}
std::shared_ptr<ASMTJoint> MbD::MBDynRevolutePinJoint::asmtClassNew()
{
assert(false);
return ASMTJoint::With();
}

View File

@@ -1,26 +0,0 @@
/***************************************************************************
* Copyright (c) 2023 Ondsel, Inc. *
* *
* This file is part of OndselSolver. *
* *
* See LICENSE file for details about copyright. *
***************************************************************************/
#pragma once
#include "MBDynJoint.h"
namespace MbD {
class ASMTJoint;
class MBDynRevolutePinJoint : public MBDynJoint
{
//Note: this is equivalent to a revolute hinge (see Section 8.12.38) when one node is grounded.
public:
void parseMBDyn(std::string line) override;
void createASMT() override;
std::shared_ptr<ASMTJoint> asmtClassNew() override;
};
}

View File

@@ -1,29 +0,0 @@
/***************************************************************************
* Copyright (c) 2023 Ondsel, Inc. *
* *
* This file is part of OndselSolver. *
* *
* See LICENSE file for details about copyright. *
***************************************************************************/
#include "MBDynSphericalHingeJoint.h"
#include "ASMTSphericalJoint.h"
using namespace MbD;
void MbD::MBDynSphericalHingeJoint::parseMBDyn(std::string line)
{
MBDynJoint::parseMBDyn(line);
}
void MbD::MBDynSphericalHingeJoint::createASMT()
{
MBDynJoint::createASMT();
}
std::shared_ptr<ASMTJoint> MbD::MBDynSphericalHingeJoint::asmtClassNew()
{
auto joint = ASMTSphericalJoint::With();
joint->initialize();
return joint;
}

View File

@@ -1,23 +0,0 @@
/***************************************************************************
* Copyright (c) 2023 Ondsel, Inc. *
* *
* This file is part of OndselSolver. *
* *
* See LICENSE file for details about copyright. *
***************************************************************************/
#pragma once
#include "MBDynJoint.h"
namespace MbD {
class ASMTJoint;
class MBDynSphericalHingeJoint : public MBDynJoint
{
public:
void parseMBDyn(std::string line) override;
void createASMT() override;
std::shared_ptr<ASMTJoint> asmtClassNew() override;
};
}

View File

@@ -1,89 +0,0 @@
#include "MBDynStructural.h"
#include "SymbolicParser.h"
#include "BasicUserFunction.h"
#include "EulerAngles.h"
#include "Constant.h"
#include "MBDynReference.h"
#include "ASMTPart.h"
#include "ASMTAssembly.h"
using namespace MbD;
MbD::MBDynStructural::MBDynStructural()
{
rOfO = std::make_shared<FullColumn<double>>(3);
aAOf = FullMatrix<double>::identitysptr(3);
vOfO = std::make_shared<FullColumn<double>>(3);
omeOfO = std::make_shared<FullColumn<double>>(3);
}
void MbD::MBDynStructural::parseMBDyn(std::string line)
{
strucString = line;
arguments = collectArgumentsFor("structural", line);
std::istringstream iss(arguments.at(0));
iss >> name;
arguments.erase(arguments.begin());
iss = std::istringstream(arguments.at(0));
iss >> type;
arguments.erase(arguments.begin());
rOfO = readPosition(arguments);
aAOf = readOrientation(arguments);
readVelocity(arguments);
readOmega(arguments);
}
void MbD::MBDynStructural::readVelocity(std::vector<std::string>& args)
{
auto parser = std::make_shared<SymbolicParser>();
parser->variables = mbdynVariables();
vOfO = std::make_shared<FullColumn<double>>(3);
std::string str = args.at(0); //Must copy string
if (str.find("null") != std::string::npos) {
args.erase(args.begin());
return;
}
else {
for (size_t i = 0; i < 3; i++)
{
auto userFunc = std::make_shared<BasicUserFunction>(popOffTop(args), 1.0);
parser->parseUserFunction(userFunc);
auto& sym = parser->stack->top();
vOfO->at(i) = sym->getValue();
}
}
}
void MbD::MBDynStructural::readOmega(std::vector<std::string>& args)
{
auto parser = std::make_shared<SymbolicParser>();
parser->variables = mbdynVariables();
omeOfO = std::make_shared<FullColumn<double>>(3);
std::string str = args.at(0); //Must copy string
if (str.find("null") != std::string::npos) {
args.erase(args.begin());
return;
}
else {
for (size_t i = 0; i < 3; i++)
{
auto userFunc = std::make_shared<BasicUserFunction>(popOffTop(args), 1.0);
parser->parseUserFunction(userFunc);
auto& sym = parser->stack->top();
omeOfO->at(i) = sym->getValue();
}
}
}
void MbD::MBDynStructural::createASMT()
{
auto asmtPart = ASMTPart::With();
asmtItem = asmtPart;
asmtPart->setName(name);
asmtPart->setPosition3D(rOfO);
asmtPart->setRotationMatrix(aAOf);
asmtPart->setVelocity3D(vOfO);
asmtPart->setOmega3D(omeOfO);
asmtAssembly()->addPart(asmtPart);
}

View File

@@ -1,26 +0,0 @@
/***************************************************************************
* Copyright (c) 2023 Ondsel, Inc. *
* *
* This file is part of OndselSolver. *
* *
* See LICENSE file for details about copyright. *
***************************************************************************/
#pragma once
#include "MBDynNode.h"
namespace MbD {
class MBDynStructural : public MBDynNode
{
public:
MBDynStructural();
void parseMBDyn(std::string line) override;
void readVelocity(std::vector<std::string>& args);
void readOmega(std::vector<std::string>& args);
void createASMT() override;
std::string strucString, type;
FColDsptr rOfO, vOfO, omeOfO;
FMatDsptr aAOf;
};
}

View File

@@ -1,453 +0,0 @@
#include <string>
#include <cassert>
#include <fstream>
#include <algorithm>
#include <numeric>
#include <iomanip>
#include "MBDynSystem.h"
#include "CREATE.h"
#include "FullColumn.h"
#include "MBDynInitialValue.h"
#include "MBDynData.h"
#include "MBDynControlData.h"
#include "ASMTAssembly.h"
#include "ASMTConstantGravity.h"
#include "ASMTTime.h"
#include "MBDynBody.h"
#include "MBDynJoint.h"
#include "MBDynStructural.h"
#include "SymbolicParser.h"
#include "BasicUserFunction.h"
#include "MBDynReference.h"
#include "MBDynDrive.h"
#include "MBDynGravity.h"
using namespace MbD;
void MbD::MBDynSystem::runFile(const char* filename)
{
std::ifstream stream(filename);
std::string line;
std::vector<std::string> lines;
while (std::getline(stream, line)) {
lines.push_back(line);
}
eraseComments(lines);
auto statements = collectStatements(lines);
auto system = std::make_shared<MBDynSystem>();
system->setFilename(filename);
system->parseMBDyn(statements);
system->runKINEMATIC();
}
void MbD::MBDynSystem::parseMBDyn(std::vector<std::string>& lines)
{
readDataBlock(lines);
readInitialValueBlock(lines);
readControlDataBlock(lines);
readLabels(lines);
readVariables(lines);
readReferences(lines);
readNodesBlock(lines);
readElementsBlock(lines);
assert(lines.empty());
}
std::shared_ptr<std::vector<std::shared_ptr<MBDynNode>>> MbD::MBDynSystem::mbdynNodes()
{
return nodes;
}
std::shared_ptr<std::vector<std::shared_ptr<MBDynBody>>> MbD::MBDynSystem::mbdynBodies()
{
return bodies;
}
std::shared_ptr<std::vector<std::shared_ptr<MBDynJoint>>> MbD::MBDynSystem::mbdynJoints()
{
return joints;
}
std::shared_ptr<std::vector<std::shared_ptr<MBDynDrive>>> MbD::MBDynSystem::mbdynDrives()
{
return drives;
}
std::shared_ptr<std::map<std::string, Symsptr>> MbD::MBDynSystem::mbdynVariables()
{
return variables;
}
std::shared_ptr<std::map<std::string, std::shared_ptr<MBDynReference>>> MbD::MBDynSystem::mbdynReferences()
{
return references;
}
void MbD::MBDynSystem::createASMT()
{
auto asmtAsm = ASMTAssembly::With();
asmtAsm->mbdynItem = this;
asmtItem = asmtAsm;
asmtItem->setName("Assembly");
initialValue->createASMT();
for (auto& node : *nodes) node->createASMT();
for (auto& body : *bodies) body->createASMT();
for (auto& joint : *joints) joint->createASMT();
if (gravity) gravity->createASMT();
}
std::shared_ptr<MBDynNode> MbD::MBDynSystem::nodeAt(std::string nodeName)
{
for (auto& node : *nodes) {
if (node->name == nodeName) return node;
}
return nullptr;
}
int MbD::MBDynSystem::nodeidAt(std::string nodeName)
{
return labels->at(nodeName);
}
std::shared_ptr<MBDynBody> MbD::MBDynSystem::bodyWithNode(std::string nodeName)
{
for (auto& body : *bodies) {
if (body->nodeName == nodeName) return body;
}
return nullptr;
}
std::shared_ptr<ASMTAssembly> MbD::MBDynSystem::asmtAssembly()
{
return std::static_pointer_cast<ASMTAssembly>(asmtItem);
}
std::vector<std::string> MbD::MBDynSystem::nodeNames()
{
auto nodeNames = std::vector<std::string>();
for (auto& node : *nodes) {
nodeNames.push_back(node->name);
}
return nodeNames;
}
void MbD::MBDynSystem::runKINEMATIC()
{
createASMT();
auto debugFile1 = filename.substr(0, filename.find_last_of('.')) + "debug1.asmt";
asmtAssembly()->outputFile(debugFile1);
std::static_pointer_cast<ASMTAssembly>(asmtItem)->runKINEMATIC();
outputFiles();
auto debugFile2 = filename.substr(0, filename.find_last_of('.')) + "debug2.asmt";
asmtAssembly()->outputFile(debugFile2);
}
void MbD::MBDynSystem::outputFiles()
{
auto movFile = filename.substr(0, filename.find_last_of('.')) + ".mov";
auto asmtAsm = asmtAssembly();
auto& asmtTimes = asmtAsm->times;
//auto& asmtParts = asmtAsm->parts;
//auto& asmtJoints = asmtAsm->joints;
//auto& asmtMotions = asmtAsm->motions;
std::ofstream os(movFile);
os << std::setprecision(static_cast<std::streamsize>(std::numeric_limits<double>::digits10) + 1);
for (size_t i = 1; i < asmtTimes->size(); i++)
{
for (auto& node : *nodes) {
node->outputLine(i, os);
}
}
os.close();
}
void MbD::MBDynSystem::setFilename(std::string str)
{
std::stringstream ss;
ss << "FileName = " << str << std::endl;
auto str2 = ss.str();
logString(str2);
filename = str;
}
void MbD::MBDynSystem::readDataBlock(std::vector<std::string>& lines)
{
std::vector<std::string> tokens{ "begin:", "data" };
auto beginit = findLineWith(lines, tokens);
std::vector<std::string> tokens1{ "end:", "data" };
auto endit = findLineWith(lines, tokens1);
std::vector<std::string> blocklines = { beginit, endit + 1 };
parseMBDynData(blocklines);
lines.erase(beginit, endit + 1);
}
void MbD::MBDynSystem::readInitialValueBlock(std::vector<std::string>& lines)
{
std::vector<std::string> tokens{ "begin:", "initial", "value" };
auto beginit = findLineWith(lines, tokens);
std::vector<std::string> tokens1{ "end:", "initial", "value" };
auto endit = findLineWith(lines, tokens1);
std::vector<std::string> blocklines = { beginit, endit + 1 };
initialValue = std::make_shared<MBDynInitialValue>();
initialValue->owner = this;
initialValue->parseMBDyn(blocklines);
lines.erase(beginit, endit + 1);
}
void MbD::MBDynSystem::readControlDataBlock(std::vector<std::string>& lines)
{
std::vector<std::string> tokens{ "begin:", "control", "data" };
auto beginit = findLineWith(lines, tokens);
std::vector<std::string> tokens1{ "end:", "control", "data" };
auto endit = findLineWith(lines, tokens1);
std::vector<std::string> blocklines = { beginit, endit + 1 };
controlData = std::make_shared<MBDynControlData>();
controlData->owner = this;
controlData->parseMBDyn(blocklines);
lines.erase(beginit, endit + 1);
}
void MbD::MBDynSystem::readLabels(std::vector<std::string>& lines)
{
parseMBDynLabels(lines);
}
void MbD::MBDynSystem::readVariables(std::vector<std::string>& lines)
{
parseMBDynVariables(lines);
}
void MbD::MBDynSystem::readReferences(std::vector<std::string>& lines)
{
parseMBDynReferences(lines);
}
void MbD::MBDynSystem::readNodesBlock(std::vector<std::string>& lines)
{
std::vector<std::string> tokens{ "begin:", "nodes" };
auto beginit = findLineWith(lines, tokens);
std::vector<std::string> tokens1{ "end:", "nodes" };
auto endit = findLineWith(lines, tokens1);
std::vector<std::string> blocklines = { beginit, endit + 1 };
parseMBDynNodes(blocklines);
lines.erase(beginit, endit + 1);
}
void MbD::MBDynSystem::readElementsBlock(std::vector<std::string>& lines)
{
std::vector<std::string> tokens{ "begin:", "elements" };
auto beginit = findLineWith(lines, tokens);
std::vector<std::string> tokens1{ "end:", "elements" };
auto endit = findLineWith(lines, tokens1);
std::vector<std::string> blocklines = { beginit, endit + 1 };
parseMBDynElements(blocklines);
lines.erase(beginit, endit + 1);
}
void MbD::MBDynSystem::eraseComments(std::vector<std::string>& lines)
{
for (size_t i = 0; i < lines.size(); i++)
{
auto& line = lines[i];
auto it = line.find('#');
if (it != std::string::npos) {
lines[i] = line.substr(0, it);
}
}
for (int i = (int)lines.size() - 1; i >= 0; i--) //Use int because of decrement
{
auto& line = lines[i];
auto it = std::find_if(line.begin(), line.end(), [](unsigned char ch) { return !std::isspace(ch); });
if (it == line.end()) lines.erase(lines.begin() + i);
}
}
std::vector<std::string> MbD::MBDynSystem::collectStatements(std::vector<std::string>& lines)
{
auto statements = std::vector<std::string>();
while (!lines.empty()) {
std::stringstream ss;
while (!lines.empty()) {
std::string line = lines[0]; //Must copy string
lines.erase(lines.begin());
auto i = line.find(';');
if (i != std::string::npos) {
ss << line.substr(0, i);
if (line.size() > i + 1) {
auto remainder = line.substr(i + 1);
auto it = std::find_if(remainder.begin(), remainder.end(), [](unsigned char ch) { return !std::isspace(ch); });
if (it != remainder.end()) lines.insert(lines.begin(), remainder);
}
break;
}
else {
ss << line;
}
}
statements.push_back(ss.str());
}
return statements;
}
void MbD::MBDynSystem::initialize()
{
}
void MbD::MBDynSystem::parseMBDynData(std::vector<std::string>& lines)
{
assert(lines.size() == 3);
std::vector<std::string> tokens{ "problem:", "initial", "value" };
auto problemit = findLineWith(lines, tokens);
assert(problemit != lines.end());
data = *problemit;
}
void MbD::MBDynSystem::parseMBDynNodes(std::vector<std::string>& lines)
{
nodes = std::make_shared<std::vector<std::shared_ptr<MBDynNode>>>();
std::vector<std::string> tokens{ "structural:" };
while (true) {
auto it = findLineWith(lines, tokens);
if (it != lines.end()) {
auto structural = std::make_shared<MBDynStructural>();
structural->owner = this;
structural->parseMBDyn(*it);
nodes->push_back(structural);
lines.erase(it);
}
else {
break;
}
}
}
void MbD::MBDynSystem::parseMBDynElements(std::vector<std::string>& lines)
{
assert(lines[0].find("begin: elements") != std::string::npos);
lines.erase(lines.begin());
bodies = std::make_shared<std::vector<std::shared_ptr<MBDynBody>>>();
joints = std::make_shared<std::vector<std::shared_ptr<MBDynJoint>>>();
drives = std::make_shared<std::vector<std::shared_ptr<MBDynDrive>>>();
std::vector<std::string> bodyTokens{ "body:" };
std::vector<std::string> jointTokens{ "joint:" };
std::vector<std::string> driveTokens{ "drive", "caller:" };
std::vector<std::string> gravityTokens{ "gravity" };
std::vector<std::string>::iterator it;
while (true) {
it = findLineWith(lines, bodyTokens);
if (it != lines.end()) {
auto body = std::make_shared<MBDynBody>();
body->owner = this;
body->parseMBDyn(*it);
bodies->push_back(body);
lines.erase(it);
continue;
}
it = findLineWith(lines, jointTokens);
if (it != lines.end()) {
//auto joint = std::make_shared<MBDynJoint>();
auto joint = MBDynJoint::newJoint(*it);
joint->owner = this;
joint->parseMBDyn(*it);
joints->push_back(joint);
lines.erase(it);
continue;
}
it = findLineWith(lines, driveTokens);
if (it != lines.end()) {
auto drive = std::make_shared<MBDynDrive>();
drive->owner = this;
drive->parseMBDyn(*it);
drives->push_back(drive);
lines.erase(it);
continue;
}
it = findLineWith(lines, gravityTokens);
if (it != lines.end()) {
auto grav = std::make_shared<MBDynGravity>();
grav->owner = this;
grav->parseMBDyn(*it);
gravity = grav;
lines.erase(it);
continue;
}
break;
}
assert(lines[0].find("end: elements") != std::string::npos);
lines.erase(lines.begin());
}
void MbD::MBDynSystem::parseMBDynVariables(std::vector<std::string>& lines)
{
variables = std::make_shared<std::map<std::string, Symsptr>>();
std::string str, variable;
std::vector<std::string> tokens{ "set:", "real" };
while (true) {
auto it = findLineWith(lines, tokens);
if (it != lines.end()) {
std::istringstream iss(*it);
iss >> str;
iss >> str;
iss >> variable;
iss >> str;
iss >> str;
auto parser = std::make_shared<SymbolicParser>();
parser->variables = variables;
auto userFunc = std::make_shared<BasicUserFunction>(str, 1.0);
parser->parseUserFunction(userFunc);
auto& sym = parser->stack->top();
//auto val = sym->getValue();
variables->insert(std::make_pair(variable, sym));
lines.erase(it);
}
else {
break;
}
}
}
void MbD::MBDynSystem::parseMBDynLabels(std::vector<std::string>& lines)
{
labels = std::make_shared<std::map<std::string, int>>();
std::string str, label;
int intValue;
std::vector<std::string> tokens{ "set:", "integer" };
while (true) {
auto it = findLineWith(lines, tokens);
if (it != lines.end()) {
std::istringstream iss(*it);
iss >> str;
iss >> str;
iss >> label;
iss >> str;
iss >> intValue;
labels->insert(std::make_pair(label, intValue));
lines.erase(it);
}
else {
break;
}
}
}
void MbD::MBDynSystem::parseMBDynReferences(std::vector<std::string>& lines)
{
references = std::make_shared<std::map<std::string, std::shared_ptr<MBDynReference>>>();
std::string str, refName;
std::vector<std::string> tokens{ "reference:" };
while (true) {
auto it = findLineWith(lines, tokens);
if (it != lines.end()) {
auto reference = std::make_shared<MBDynReference>();
reference->owner = this;
reference->parseMBDyn(*it);
references->insert(std::make_pair(reference->name, reference));
lines.erase(it);
}
else {
break;
}
}
}

View File

@@ -1,79 +0,0 @@
/***************************************************************************
* Copyright (c) 2023 Ondsel, Inc. *
* *
* This file is part of OndselSolver. *
* *
* See LICENSE file for details about copyright. *
***************************************************************************/
#pragma once
#include <memory>
#include <string>
#include "MBDynItem.h"
namespace MbD {
class MBDynData;
class MBDynInitialValue;
class MBDynControlData;
class MBDynNode;
class MBDynElement;
class MBDynLabel;
class MBDynReference;
class MBDynDrive;
class MBDynGravity;
class MBDynSystem : public MBDynItem
{
public:
static void runFile(const char* chars);
static void eraseComments(std::vector<std::string>& lines);
static std::vector<std::string> collectStatements(std::vector<std::string>& lines);
void initialize() override;
void parseMBDyn(std::vector<std::string>& lines) override;
void parseMBDynData(std::vector<std::string>& lines);
void parseMBDynNodes(std::vector<std::string>& lines);
void parseMBDynElements(std::vector<std::string>& lines);
void parseMBDynVariables(std::vector<std::string>& lines);
void parseMBDynLabels(std::vector<std::string>& lines);
void parseMBDynReferences(std::vector<std::string>& lines);
std::shared_ptr<std::vector<std::shared_ptr<MBDynNode>>> mbdynNodes() override;
std::shared_ptr<std::vector<std::shared_ptr<MBDynBody>>> mbdynBodies() override;
std::shared_ptr<std::vector<std::shared_ptr<MBDynJoint>>> mbdynJoints() override;
std::shared_ptr<std::vector<std::shared_ptr<MBDynDrive>>> mbdynDrives() override;
std::shared_ptr<std::map<std::string, Symsptr>> mbdynVariables() override;
std::shared_ptr<std::map<std::string, std::shared_ptr<MBDynReference>>> mbdynReferences() override;
void createASMT() override;
std::shared_ptr<MBDynNode> nodeAt(std::string nodeName) override;
int nodeidAt(std::string nodeName) override;
std::shared_ptr<MBDynBody> bodyWithNode(std::string nodeName) override;
std::shared_ptr<ASMTAssembly> asmtAssembly() override;
std::vector<std::string> nodeNames() override;
void runKINEMATIC();
void outputFiles();
void setFilename(std::string filename);
void readDataBlock(std::vector<std::string>& lines);
void readInitialValueBlock(std::vector<std::string>& lines);
void readControlDataBlock(std::vector<std::string>& lines);
void readLabels(std::vector<std::string>& lines);
void readVariables(std::vector<std::string>& lines);
void readReferences(std::vector<std::string>& lines);
void readNodesBlock(std::vector<std::string>& lines);
void readElementsBlock(std::vector<std::string>& lines);
std::string filename = "";
std::string data;
std::shared_ptr<MBDynInitialValue> initialValue;
std::shared_ptr<MBDynControlData> controlData;
std::shared_ptr<std::vector<std::shared_ptr<MBDynNode>>> nodes;
std::shared_ptr<std::vector<std::shared_ptr<MBDynBody>>> bodies;
std::shared_ptr<std::vector<std::shared_ptr<MBDynJoint>>> joints;
std::shared_ptr<std::vector<std::shared_ptr<MBDynDrive>>> drives;
std::shared_ptr<MBDynGravity> gravity;
std::shared_ptr<std::map<std::string, Symsptr>> variables;
std::shared_ptr<std::map<std::string, int>> labels;
std::shared_ptr<std::map<std::string, std::shared_ptr<MBDynReference>>> references;
};
}

View File

@@ -1,123 +0,0 @@
/***************************************************************************
* Copyright (c) 2023 Ondsel, Inc. *
* *
* This file is part of OndselSolver. *
* *
* See LICENSE file for details about copyright. *
***************************************************************************/
#include <regex>
#include "MBDynTotalJoint.h"
#include "ASMTAssembly.h"
#include "ASMTJoint.h"
#include "ASMTGeneralMotion.h"
using namespace MbD;
void MbD::MBDynTotalJoint::parseMBDyn(std::string statement)
{
MBDynJoint::parseMBDyn(statement);
readPositionConstraints(arguments);
readOrientationConstraints(arguments);
return;
}
void MbD::MBDynTotalJoint::readMarkerI(std::vector<std::string>& args)
{
mkr1 = std::make_shared<MBDynMarker>();
mkr1->owner = this;
mkr1->nodeStr = readStringOffTop(args);
auto _nodeNames = nodeNames();
std::string nodeName;
auto it = std::find_if(args.begin(), args.end(), [&](const std::string& s) {
auto iss = std::istringstream(s);
iss >> nodeName;
if (std::find(_nodeNames.begin(), _nodeNames.end(), nodeName) != _nodeNames.end()) return true;
return false;
});
auto markerArgs = std::vector<std::string>(args.begin(), it);
args.erase(args.begin(), it);
mkr1->parseMBDynTotalJointMarker(markerArgs);
}
void MbD::MBDynTotalJoint::readMarkerJ(std::vector<std::string>& args)
{
if (args.empty()) return;
mkr2 = std::make_shared<MBDynMarker>();
mkr2->owner = this;
mkr2->nodeStr = readStringOffTop(args);
mkr2->parseMBDynTotalJointMarker(args);
}
void MbD::MBDynTotalJoint::readPositionConstraints(std::vector<std::string>& args)
{
std::vector<std::string> tokens{ "position", "constraint" };
assert(lineHasTokens(popOffTop(args), tokens));
positionConstraints = std::vector<std::string>();
positionConstraints.push_back(readStringOffTop(args));
positionConstraints.push_back(readStringOffTop(args));
positionConstraints.push_back(readStringOffTop(args));
readPositionFormulas(args);
}
void MbD::MBDynTotalJoint::readOrientationConstraints(std::vector<std::string>& args)
{
std::vector<std::string> tokens{ "orientation", "constraint" };
assert(lineHasTokens(popOffTop(args), tokens));
orientationConstraints = std::vector<std::string>();
orientationConstraints.push_back(readStringOffTop(args));
orientationConstraints.push_back(readStringOffTop(args));
orientationConstraints.push_back(readStringOffTop(args));
readOrientationFormulas(args);
}
void MbD::MBDynTotalJoint::readPositionFormulas(std::vector<std::string>& args)
{
std::string str = readStringOffTop(args);
if (str == "null") return;
assert(false);
}
void MbD::MBDynTotalJoint::readOrientationFormulas(std::vector<std::string>& args)
{
std::string str = readStringOffTop(args);
if (str == "null") { return; }
else if (str == "single") {
auto vec3 = readVector3(args);
assert(vec3->at(0) == 0 && vec3->at(1) == 0 && vec3->at(2) == 1);
assert(readStringOffTop(args) == "string");
formula = popOffTop(args);
formula = std::regex_replace(formula, std::regex("\""), "");
orientationFormulas = std::vector<std::string>();
for (auto& status : orientationConstraints) {
if (status == "active") {
orientationFormulas.push_back("");
}
else if (status == "rotation") {
orientationFormulas.push_back(formula);
}
else { assert(false); }
}
return;
}
assert(false);
}
void MbD::MBDynTotalJoint::createASMT()
{
mkr1->createASMT();
if (mkr2) mkr2->createASMT();
auto asmtAsm = asmtAssembly();
auto asmtMotion = ASMTGeneralMotion::With();
asmtItem = asmtMotion;
asmtMotion->setName(name);
asmtMotion->setMarkerI(mkr1->asmtItem->fullName(""));
asmtMotion->setMarkerJ(mkr2->asmtItem->fullName(""));
asmtAsm->addMotion(asmtMotion);
for (size_t i = 0; i < 3; i++)
{
asmtMotion->rIJI->atiput(i, asmtFormula(positionFormulas.at(i)));
asmtMotion->angIJJ->atiput(i, asmtFormula(orientationFormulas.at(i)));
}
}

View File

@@ -1,30 +0,0 @@
/***************************************************************************
* Copyright (c) 2023 Ondsel, Inc. *
* *
* This file is part of OndselSolver. *
* *
* See LICENSE file for details about copyright. *
***************************************************************************/
#pragma once
#include "MBDynJoint.h"
namespace MbD {
class MBDynTotalJoint : public MBDynJoint
{
public:
void parseMBDyn(std::string line) override;
void readMarkerI(std::vector<std::string>& args) override;
void readMarkerJ(std::vector<std::string>& args) override;
void readPositionConstraints(std::vector<std::string>& args);
void readOrientationConstraints(std::vector<std::string>& args);
void readPositionFormulas(std::vector<std::string>& args);
void readOrientationFormulas(std::vector<std::string>& args);
void createASMT() override;
std::vector<std::string> positionConstraints = std::vector<std::string>(3);
std::vector<std::string> orientationConstraints = std::vector<std::string>(3);
std::vector<std::string> positionFormulas = std::vector<std::string>(3);
std::vector<std::string> orientationFormulas = std::vector<std::string>(3);
};
}

View File

@@ -255,31 +255,6 @@
<ClCompile Include="Ln.cpp" />
<ClCompile Include="Log10.cpp" />
<ClCompile Include="LogN.cpp" />
<ClCompile Include="MBDynAxialRotationJoint.cpp" />
<ClCompile Include="MBDynBlock.cpp" />
<ClCompile Include="MBDynBody.cpp" />
<ClCompile Include="MBDynClampJoint.cpp" />
<ClCompile Include="MBDynControlData.cpp" />
<ClCompile Include="MBDynData.cpp" />
<ClCompile Include="MBDynDrive.cpp" />
<ClCompile Include="MBDynDriveHingeJoint.cpp" />
<ClCompile Include="MBDynElement.cpp" />
<ClCompile Include="MBDynGravity.cpp" />
<ClCompile Include="MBDynInitialValue.cpp" />
<ClCompile Include="MBDynInLineJoint.cpp" />
<ClCompile Include="MBDynInPlaneJoint.cpp" />
<ClCompile Include="MBDynItem.cpp" />
<ClCompile Include="MBDynJoint.cpp" />
<ClCompile Include="MBDynMarker.cpp" />
<ClCompile Include="MBDynNode.cpp" />
<ClCompile Include="MBDynPrismaticJoint.cpp" />
<ClCompile Include="MBDynReference.cpp" />
<ClCompile Include="MBDynRevoluteHingeJoint.cpp" />
<ClCompile Include="MBDynRevolutePinJoint.cpp" />
<ClCompile Include="MBDynSphericalHingeJoint.cpp" />
<ClCompile Include="MBDynStructural.cpp" />
<ClCompile Include="MBDynSystem.cpp" />
<ClCompile Include="MBDynTotalJoint.cpp" />
<ClCompile Include="MomentOfInertiaSolver.cpp" />
<ClCompile Include="Negative.cpp" />
<ClCompile Include="PiecewiseFunction.cpp" />
@@ -595,31 +570,6 @@
<ClInclude Include="Ln.h" />
<ClInclude Include="Log10.h" />
<ClInclude Include="LogN.h" />
<ClInclude Include="MBDynAxialRotationJoint.h" />
<ClInclude Include="MBDynBlock.h" />
<ClInclude Include="MBDynBody.h" />
<ClInclude Include="MBDynClampJoint.h" />
<ClInclude Include="MBDynControlData.h" />
<ClInclude Include="MBDynData.h" />
<ClInclude Include="MBDynDrive.h" />
<ClInclude Include="MBDynDriveHingeJoint.h" />
<ClInclude Include="MBDynElement.h" />
<ClInclude Include="MBDynGravity.h" />
<ClInclude Include="MBDynInitialValue.h" />
<ClInclude Include="MBDynInLineJoint.h" />
<ClInclude Include="MBDynInPlaneJoint.h" />
<ClInclude Include="MBDynItem.h" />
<ClInclude Include="MBDynJoint.h" />
<ClInclude Include="MBDynMarker.h" />
<ClInclude Include="MBDynNode.h" />
<ClInclude Include="MBDynPrismaticJoint.h" />
<ClInclude Include="MBDynReference.h" />
<ClInclude Include="MBDynRevoluteHingeJoint.h" />
<ClInclude Include="MBDynRevolutePinJoint.h" />
<ClInclude Include="MBDynSphericalHingeJoint.h" />
<ClInclude Include="MBDynStructural.h" />
<ClInclude Include="MBDynSystem.h" />
<ClInclude Include="MBDynTotalJoint.h" />
<ClInclude Include="MomentOfInertiaSolver.h" />
<ClInclude Include="Negative.h" />
<ClInclude Include="PiecewiseFunction.h" />
@@ -834,18 +784,6 @@
<None Include="..\testapp\Gears.asmt" />
<None Include="..\testapp\gyro.asmt" />
<None Include="..\testapp\InitialConditions.mbd" />
<None Include="..\testapp\MBDynCase(Cosine-half drive).mbd" />
<None Include="..\testapp\MBDynCase(Sine-forever drive).mbd" />
<None Include="..\testapp\MBDynCase.mbd" />
<None Include="..\testapp\MBDynCase2.mbd" />
<None Include="..\testapp\MBDynCase2orig.mbd" />
<None Include="..\testapp\MBDynCase3orig.mbd" />
<None Include="..\testapp\MBDynCase4orig.mbd" />
<None Include="..\testapp\MBDynCase5orig.mbd" />
<None Include="..\testapp\MBDynCase6orig.mbd" />
<None Include="..\testapp\MBDynCaseBird.mbd" />
<None Include="..\testapp\MBDynCaseDebug1.mbd" />
<None Include="..\testapp\MBDynCaseDebug2.mbd" />
<None Include="..\testapp\piston.asmt" />
<None Include="..\testapp\planarbug.asmt" />
<None Include="..\testapp\quasikine.asmt" />
@@ -858,10 +796,6 @@
<Media Include="..\testapp\CrankSlider2.mov" />
<Media Include="..\testapp\InitialConditionsMBDyn.mov" />
<Media Include="..\testapp\InitialConditionsOndselSolver.mov" />
<Media Include="..\testapp\MBDynCase(Cosine-half drive).mov" />
<Media Include="..\testapp\MBDynCase(Sine-forever drive).mov" />
<Media Include="..\testapp\MBDynCase.mov" />
<Media Include="..\testapp\MBDynCase2.mov" />
<Media Include="..\testapp\SphericalHinge.mov" />
</ItemGroup>
<ItemGroup>

View File

@@ -810,48 +810,9 @@
<ClCompile Include="ASMTPointInPlaneJoint.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="MBDynItem.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="MBDynData.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="MBDynSystem.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="MBDynBlock.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="MBDynInitialValue.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="MBDynControlData.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="MBDynNode.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="MBDynStructural.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="MBDynElement.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="MBDynBody.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="MBDynJoint.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="MBDynReference.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="ArcSine.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="MBDynMarker.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="ASMTPointInLineJoint.cpp">
<Filter>Source Files</Filter>
</ClCompile>
@@ -864,9 +825,6 @@
<ClCompile Include="MomentOfInertiaSolver.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="MBDynDrive.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="PiecewiseFunction.cpp">
<Filter>Source Files</Filter>
</ClCompile>
@@ -885,9 +843,6 @@
<ClCompile Include="..\testapp\OndselSolver.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="MBDynGravity.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="ASMTInLineJoint.cpp">
<Filter>Source Files</Filter>
</ClCompile>
@@ -936,36 +891,6 @@
<ClCompile Include="ASMTCompoundJoint.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="MBDynAxialRotationJoint.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="MBDynClampJoint.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="MBDynDriveHingeJoint.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="MBDynInLineJoint.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="MBDynInPlaneJoint.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="MBDynPrismaticJoint.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="MBDynRevoluteHingeJoint.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="MBDynRevolutePinJoint.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="MBDynSphericalHingeJoint.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="MBDynTotalJoint.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="Functions.cpp">
<Filter>Source Files</Filter>
</ClCompile>
@@ -1023,6 +948,12 @@
<ClCompile Include="AngleZConstraintIJ.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="AngleZConstraintIqcJc.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="AngleZConstraintIqcJqc.cpp">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="Array.h">
@@ -1826,48 +1757,9 @@
<ClInclude Include="ASMTPointInPlaneJoint.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="MBDynItem.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="MBDynData.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="MBDynSystem.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="MBDynBlock.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="MBDynInitialValue.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="MBDynControlData.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="MBDynNode.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="MBDynStructural.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="MBDynElement.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="MBDynBody.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="MBDynJoint.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="MBDynReference.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="ArcSine.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="MBDynMarker.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="ASMTPointInLineJoint.h">
<Filter>Header Files</Filter>
</ClInclude>
@@ -1880,9 +1772,6 @@
<ClInclude Include="MomentOfInertiaSolver.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="MBDynDrive.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="PiecewiseFunction.h">
<Filter>Header Files</Filter>
</ClInclude>
@@ -1901,9 +1790,6 @@
<ClInclude Include="..\testapp\OndselSolver.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="MBDynGravity.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="ASMTInLineJoint.h">
<Filter>Header Files</Filter>
</ClInclude>
@@ -1952,36 +1838,6 @@
<ClInclude Include="ASMTCompoundJoint.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="MBDynAxialRotationJoint.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="MBDynClampJoint.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="MBDynDriveHingeJoint.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="MBDynInLineJoint.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="MBDynInPlaneJoint.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="MBDynPrismaticJoint.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="MBDynRevoluteHingeJoint.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="MBDynRevolutePinJoint.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="MBDynSphericalHingeJoint.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="MBDynTotalJoint.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="Functions.h">
<Filter>Header Files</Filter>
</ClInclude>
@@ -2039,6 +1895,12 @@
<ClInclude Include="AngleZConstraintIJ.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="AngleZConstraintIqcJc.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="AngleZConstraintIqcJqc.h">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="OndselSolver.rc">
@@ -2058,11 +1920,6 @@
<None Include="..\testapp\fourbot.asmt" />
<None Include="..\testapp\gyro.asmt" />
<None Include="..\testapp\InitialConditions.mbd" />
<None Include="..\testapp\MBDynCase.mbd" />
<None Include="..\testapp\MBDynCase2.mbd" />
<None Include="..\testapp\MBDynCase2orig.mbd" />
<None Include="..\testapp\MBDynCaseDebug1.mbd" />
<None Include="..\testapp\MBDynCaseDebug2.mbd" />
<None Include="..\testapp\piston.asmt" />
<None Include="..\testapp\quasikine.asmt" />
<None Include="..\testapp\robot.asmt" />
@@ -2073,23 +1930,12 @@
<None Include="..\testapp\constvel.asmt" />
<None Include="..\testapp\anglejoint.asmt" />
<None Include="..\testapp\Gears.asmt" />
<None Include="..\testapp\MBDynCase4orig.mbd" />
<None Include="..\testapp\MBDynCase3orig.mbd" />
<None Include="..\testapp\MBDynCase5orig.mbd" />
<None Include="..\testapp\MBDynCase6orig.mbd" />
<None Include="..\testapp\MBDynCase(Cosine-half drive).mbd" />
<None Include="..\testapp\MBDynCase(Sine-forever drive).mbd" />
<None Include="..\testapp\MBDynCaseBird.mbd" />
</ItemGroup>
<ItemGroup>
<Media Include="..\testapp\CrankSlider2.mov" />
<Media Include="..\testapp\InitialConditionsMBDyn.mov" />
<Media Include="..\testapp\InitialConditionsOndselSolver.mov" />
<Media Include="..\testapp\MBDynCase.mov" />
<Media Include="..\testapp\MBDynCase2.mov" />
<Media Include="..\testapp\SphericalHinge.mov" />
<Media Include="..\testapp\MBDynCase(Cosine-half drive).mov" />
<Media Include="..\testapp\MBDynCase(Sine-forever drive).mov" />
</ItemGroup>
<ItemGroup>
<Text Include="..\CMakeLists.txt" />

View File

@@ -121,9 +121,9 @@ FColDsptr Part::qX()
return partFrame->qX;
}
void Part::qE(std::shared_ptr<EulerParameters<double>> x)
void Part::qE(std::shared_ptr<EulerParameters<double>> qe)
{
partFrame->qE = x;
partFrame->qE = qe;
}
std::shared_ptr<EulerParameters<double>> Part::qE()

View File

@@ -38,7 +38,11 @@ void MbD::PosICDragLimitNewtonRaphson::run()
{
preRun();
system->deactivateLimits();
if (system->limitsSatisfied()) return;
if (system->limitsSatisfied()) {
std::string str("MbD: No limits reached. ");
system->logString(str);
return;
}
auto limits = system->limits();
std::partition(limits->begin(), limits->end(), [](auto limit) { return !limit->satisfied(); });
//Violated limits are in front.

View File

@@ -0,0 +1 @@
runPreDrag

View File

@@ -3,7 +3,7 @@ Assembly
Notes
(Text string: '' runs: (Core.RunArray runs: #() values: #()))
Name
Assembly
OndselAssembly
Position3D
0 0 0
RotationMatrix
@@ -25,9 +25,9 @@ Assembly
Markers
Marker
Name
Marker0
marker-AssemblyExample#BasePin
Position3D
0 0 0
-206.51702880859375 40.255699157714844 364.26800537109375
RotationMatrix
1 0 0
0 1 0
@@ -37,9 +37,9 @@ Assembly
Parts
Part
Name
structural_node_1
AssemblyExample#BasePin
Position3D
-0.1322131193924678 0.04215394533365132 0.2000000152587891
-206.51702880859375 40.255699157714844 364.26800537109375
RotationMatrix
1 0 0
0 1 0
@@ -61,9 +61,9 @@ Assembly
Mass
1
MomentOfInertias
1 2 3
1 1 1
Density
10
1
RefPoints
RefPoint
Position3D
@@ -75,41 +75,24 @@ Assembly
Markers
Marker
Name
Marker0
FixingMarker
Position3D
0.1322131193924678 -0.04215394533365132 -0.2000000152587891
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
RefPoint
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
Markers
Marker
Name
Marker1
Position3D
0.2032130965042842 0.117846068852255 -2.842170943040401e-17
RotationMatrix
1 -0 0
0 1 2.471452993948174e-16
-0 -2.471452993948174e-16 1
RefCurves
RefSurfaces
Part
Name
structural_node_2
AssemblyExample#Stick
Position3D
0.4257698614077033 0.1732822793381788 0.302175885912376
-206.81702880859257 269.20743548911616 124.57579919241013
RotationMatrix
-0.8995965927692124 0.4234982246408653 -0.1066546951805642
-0.4367218454325635 -0.8723574602808865 0.2196963614042295
1.387778780781446e-17 0.2442165334663419 0.969720725148062
1 1.9573942562249709e-15 -4.8204795291975149e-16
-1.4705626826996499e-15 0.87188642801965233 0.48970813413208841
1.3788429567821853e-15 -0.48970813413208841 0.87188642801965233
Velocity3D
0 0 0
Omega3D
@@ -119,35 +102,18 @@ Assembly
Name
MassMarker
Position3D
-0.003947705364974695 0.01042661386112648 -1.13686837721616e-16
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
Mass
12.63583350443436
1
MomentOfInertias
0.08708924866282601 0.085370944710882 0.06459712318937701
1 1 1
Density
10
1
RefPoints
RefPoint
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
Markers
Marker
Name
Marker0
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
RefCurves
RefSurfaces
KinematicIJs
@@ -155,19 +121,12 @@ Assembly
Joints
FixedJoint
Name
joint_1
AssemblyExample#GroundedJoint
MarkerI
/Assembly/Marker0
/OndselAssembly/marker-AssemblyExample#BasePin
MarkerJ
/Assembly/structural_node_1/Marker0
/OndselAssembly/AssemblyExample#BasePin/FixingMarker
Motions
GeneralMotion
Name
joint_2
MarkerI
/Assembly/structural_node_1/Marker1
MarkerJ
/Assembly/structural_node_2/Marker0
Limits
GeneralConstraintSets
ForceTorques
@@ -177,15 +136,15 @@ Assembly
tstart
0
tend
4
hmin
1e-09
hmax
1
hmin
1.0000000000000001e-09
hmax
1000000000
hout
0.01
0.10000000000000001
errorTol
1e-06
9.9999999999999995e-07
AnimationParameters
nframe
1000000

File diff suppressed because it is too large Load Diff

View File

@@ -1,440 +0,0 @@
OndselSolver
Assembly
Notes
(Text string: '' runs: (Core.RunArray runs: #() values: #()))
Name
Assembly
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
Velocity3D
0 0 0
Omega3D
0 0 0
RefPoints
RefPoint
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
Markers
Marker
Name
Marker0
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
RefCurves
RefSurfaces
Parts
Part
Name
structural_node_1
Position3D
-0.06210573361337854 0.04852643537547956 -4.033966837940965e-17
RotationMatrix
1 0 0
0 1 0
0 0 1
Velocity3D
0 0 0
Omega3D
0 0 0
FeatureOrder
PrincipalMassMarker
Name
MassMarker
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
Mass
1
MomentOfInertias
1 2 3
Density
10
RefPoints
RefPoint
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
Markers
Marker
Name
Marker0
Position3D
0.06210573361337854 -0.04852643537547956 4.033966837940965e-17
RotationMatrix
1 0 0
0 1 0
0 0 1
RefPoint
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
Markers
Marker
Name
Marker1
Position3D
0.2521057336133785 0.1114735646245204 0.135
RotationMatrix
2.220446049250313e-16 -1 0
1 2.220446049250313e-16 0
-0 0 1
RefPoint
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
Markers
Marker
Name
Marker2
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
RefPoint
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
Markers
Marker
Name
Marker3
Position3D
0 0.1114735580310104 2.411867397077946e-17
RotationMatrix
-1.110223024625157e-16 -2.220446049250313e-16 -1
-1 1.232595164407831e-32 1.110223024625157e-16
-1.232595164407831e-32 1 -2.220446049250313e-16
RefCurves
RefSurfaces
Part
Name
structural_node_2
Position3D
0.01166600667694188 0.1599999999999978 -1.208436328934954e-19
RotationMatrix
1 0 0
0 1 0
0 0 1
Velocity3D
0 0 0
Omega3D
0 0 0
FeatureOrder
PrincipalMassMarker
Name
MassMarker
Position3D
0 0 2.084363289349543e-20
RotationMatrix
1 0 0
0 1 0
0 0 1
Mass
3.805252376198168
MomentOfInertias
0.031674420620509 0.029604112147595 0.002867529429125
Density
10
RefPoints
RefPoint
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
Markers
Marker
Name
Marker0
Position3D
0.08833399332305812 2.216893335571513e-15 0.065
RotationMatrix
2.220446049250313e-16 -1 0
1 2.220446049250313e-16 0
-0 0 1
RefPoint
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
Markers
Marker
Name
Marker1
Position3D
-0.1616660066769419 2.216893335571513e-15 0
RotationMatrix
2.220446049250313e-16 -1 0
-1 -2.220446049250313e-16 -0
0 0 -1
RefCurves
RefSurfaces
Part
Name
structural_node_3
Position3D
0.2111281366952498 0.16 -2.021769781041616e-18
RotationMatrix
1 0 0
0 1 0
0 0 1
Velocity3D
0 0 0
Omega3D
0 0 0
FeatureOrder
PrincipalMassMarker
Name
MassMarker
Position3D
0 0 2.176978104161549e-20
RotationMatrix
1 0 0
0 1 0
0 0 1
Mass
15.23878495484552
MomentOfInertias
0.09813066341583701 0.095433846761275 0.077043262824289
Density
10
RefPoints
RefPoint
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
Markers
Marker
Name
Marker0
Position3D
-0.02112813669524979 0 0.135
RotationMatrix
2.220446049250313e-16 -1 0
1 2.220446049250313e-16 0
-0 0 1
RefPoint
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
Markers
Marker
Name
Marker1
Position3D
-0.1111281366952498 0 0.065
RotationMatrix
2.220446049250313e-16 -1 0
1 2.220446049250313e-16 0
-0 0 1
RefCurves
RefSurfaces
Part
Name
structural_node_4
Position3D
-0.1812239275015207 0.1600000016990933 -4.340477856936436e-12
RotationMatrix
1 0 0
0 1 0
0 0 1
Velocity3D
0 0 0
Omega3D
0 0 0
FeatureOrder
PrincipalMassMarker
Name
MassMarker
Position3D
0 0 -4.306356366563123e-20
RotationMatrix
1 0 0
0 1 0
0 0 1
Mass
2.865603331977783
MomentOfInertias
0.010133521085753 0.006853402672398001 0.00669113151275
Density
10
RefPoints
RefPoint
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
Markers
Marker
Name
Marker0
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
RefPoint
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
Markers
Marker
Name
Marker1
Position3D
0 -8.292603282173139e-09 4.340448411165876e-12
RotationMatrix
1 0 0
0 1 0
0 0 1
RefPoint
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
Markers
Marker
Name
Marker2
Position3D
0.03122392750152071 -1.69909327496498e-09 7.275957614183426e-15
RotationMatrix
1 0 0
0 1 0
0 0 1
RefCurves
RefSurfaces
KinematicIJs
ConstraintSets
Joints
FixedJoint
Name
joint_1
MarkerI
/Assembly/Marker0
MarkerJ
/Assembly/structural_node_1/Marker0
RevoluteJoint
Name
joint_2
MarkerI
/Assembly/structural_node_1/Marker1
MarkerJ
/Assembly/structural_node_3/Marker0
RevoluteJoint
Name
joint_3
MarkerI
/Assembly/structural_node_2/Marker0
MarkerJ
/Assembly/structural_node_3/Marker1
NoRotationJoint
Name
joint_4
MarkerI
/Assembly/structural_node_1/Marker2
MarkerJ
/Assembly/structural_node_4/Marker0
PointInLineJoint
Name
joint_5
MarkerI
/Assembly/structural_node_1/Marker3
MarkerJ
/Assembly/structural_node_4/Marker1
PointInLineJoint
Name
joint_6
MarkerI
/Assembly/structural_node_2/Marker1
MarkerJ
/Assembly/structural_node_4/Marker2
Motions
RotationalMotion
Name
joint_2Motion
MarkerI
/Assembly/structural_node_1/Marker1
MarkerJ
/Assembly/structural_node_3/Marker0
MotionJoint
/Assembly/joint_2
RotationZ
integral(time, rampstep(time, 0.0, 0.0, 1.0, 0.0 + 10.0*(1.0 - 0.0)))
Limits
GeneralConstraintSets
ForceTorques
ConstantGravity
0 0 0
SimulationParameters
tstart
0
tend
3
hmin
1e-09
hmax
1
hout
0.01
errorTol
1e-06
AnimationParameters
nframe
1000000
icurrent
1
istart
1
iend
1000000
isForward
true
framesPerSecond
30

File diff suppressed because one or more lines are too long

View File

@@ -1,301 +0,0 @@
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05

View File

@@ -1,802 +0,0 @@
1 -5.115002e-08 -1.107391e-02 6.608064e-07 1.000000e+00 0.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 0.000000e+00 1.000000e+00 0.000000e+00 0.000000e+00 0.000000e+00 0.000000e+00 8.726646e+00 1.745329e-05
1 -5.115002e-08 -1.107391e-02 6.608064e-07 9.961995e-01 -1.742013e-07 8.710064e-02 1.742013e-07 1.000000e+00 7.600964e-09 -8.710064e-02 7.600964e-09 9.961995e-01 0.000000e+00 0.000000e+00 0.000000e+00 0.000000e+00 8.710064e+00 1.742013e-05
1 -5.115002e-08 -1.107391e-02 6.608064e-07 9.848842e-01 -3.464285e-07 1.732142e-01 3.464285e-07 1.000000e+00 3.023166e-08 -1.732142e-01 3.023166e-08 9.848842e-01 0.000000e+00 0.000000e+00 0.000000e+00 9.529121e-22 8.660692e+00 1.732138e-05
1 -5.115002e-08 -1.107391e-02 6.608064e-07 9.663081e-01 -5.147761e-07 2.573880e-01 5.147761e-07 1.000000e+00 6.738374e-08 -2.573880e-01 6.738374e-08 9.663081e-01 -1.355253e-20 0.000000e+00 0.000000e+00 -2.541099e-21 8.579141e+00 1.715828e-05
1 -5.115002e-08 -1.107391e-02 6.608064e-07 9.408816e-01 -6.774713e-07 3.387357e-01 6.774713e-07 1.000000e+00 1.182368e-07 -3.387357e-01 1.182368e-07 9.408816e-01 -1.355253e-20 0.000000e+00 0.000000e+00 -4.658681e-21 8.466573e+00 1.693315e-05
1 -5.115002e-08 -1.107391e-02 6.608064e-07 9.091529e-01 -8.329248e-07 4.164624e-01 8.329248e-07 1.000000e+00 1.816941e-07 -4.164624e-01 1.816941e-07 9.091529e-01 -4.065758e-20 0.000000e+00 0.000000e+00 -6.988022e-21 8.324092e+00 1.664818e-05
1 -5.115002e-08 -1.107391e-02 6.608064e-07 8.717844e-01 -9.797796e-07 4.898898e-01 9.797796e-07 1.000000e+00 2.564313e-07 -4.898898e-01 2.564313e-07 8.717844e-01 -1.355253e-20 0.000000e+00 0.000000e+00 -5.526890e-20 8.153668e+00 1.630734e-05
1 -5.115002e-08 -1.107391e-02 6.608064e-07 8.295274e-01 -1.116932e-06 5.584661e-01 1.116932e-06 1.000000e+00 3.409453e-07 -5.584661e-01 3.409453e-07 8.295274e-01 -8.131516e-20 0.000000e+00 0.000000e+00 -4.235165e-20 7.956470e+00 1.591294e-05
1 -5.115002e-08 -1.107391e-02 6.608064e-07 7.831899e-01 -1.243565e-06 6.217826e-01 1.243565e-06 1.000000e+00 4.336202e-07 -6.217826e-01 4.336202e-07 7.831899e-01 0.000000e+00 0.000000e+00 0.000000e+00 -1.490778e-19 7.735517e+00 1.547103e-05
1 -5.115002e-08 -1.107391e-02 6.608064e-07 7.336171e-01 -1.359126e-06 6.795631e-01 1.359126e-06 1.000000e+00 5.327659e-07 -6.795631e-01 5.327659e-07 7.336171e-01 -1.626303e-19 0.000000e+00 0.000000e+00 -2.297577e-20 7.491112e+00 1.498222e-05
1 -5.115002e-08 -1.107391e-02 6.608064e-07 6.816481e-01 -1.463360e-06 7.316802e-01 1.463360e-06 1.000000e+00 6.367039e-07 -7.316802e-01 6.367039e-07 6.816481e-01 8.131516e-20 0.000000e+00 0.000000e+00 -2.252049e-19 7.228337e+00 1.445667e-05
1 -5.115002e-08 -1.107391e-02 6.608064e-07 6.188334e-01 -1.612496e-06 7.855223e-01 1.564323e-06 1.000000e+00 8.203986e-07 -7.855223e-01 7.211201e-07 6.188334e-01 -1.590951e-19 -6.147077e-25 2.151741e-19 -6.506539e-06 8.726583e+00 2.334780e-05
1 -5.115002e-08 -1.107391e-02 6.608064e-07 5.492378e-01 -1.777569e-06 8.356661e-01 1.652161e-06 1.000000e+00 1.041252e-06 -8.356661e-01 8.087597e-07 5.492378e-01 -1.628316e-19 -6.887415e-25 2.409896e-19 -6.688450e-06 8.726546e+00 2.424638e-05
1 -5.115002e-08 -1.107391e-02 6.608064e-07 4.746489e-01 -1.947649e-06 8.801752e-01 1.720752e-06 1.000000e+00 1.284853e-06 -8.801752e-01 9.047088e-07 4.746489e-01 -1.643878e-19 -7.708134e-25 2.679385e-19 -6.824621e-06 8.726705e+00 2.532875e-05
1 -5.115002e-08 -1.107391e-02 6.608064e-07 3.933931e-01 -2.147010e-06 9.193704e-01 1.771096e-06 1.000000e+00 1.577464e-06 -9.193704e-01 1.007730e-06 3.933931e-01 -2.590115e-19 -9.610215e-24 4.211102e-19 -8.893606e-06 9.180260e+00 3.059558e-05
1 -5.115002e-08 -1.107391e-02 6.608064e-07 3.104195e-01 -2.338031e-06 9.505997e-01 1.798619e-06 1.000000e+00 1.872192e-06 -9.505997e-01 1.128602e-06 3.104195e-01 -2.106308e-19 -8.073578e-23 3.717656e-19 -7.600841e-06 8.778851e+00 2.852485e-05
1 -5.115002e-08 -1.107391e-02 6.608064e-07 2.194520e-01 -2.578357e-06 9.756233e-01 1.794128e-06 1.000000e+00 2.239217e-06 -9.756233e-01 1.258992e-06 2.194520e-01 -4.051240e-19 -6.939374e-22 7.428674e-19 -1.122819e-05 9.708934e+00 3.862680e-05
1 -5.115002e-08 -1.107391e-02 6.608064e-07 1.339423e-01 -2.765691e-06 9.909891e-01 1.769807e-06 1.000000e+00 2.551632e-06 -9.909891e-01 1.412088e-06 1.339423e-01 -1.877302e-19 -5.955178e-21 4.291924e-19 -6.838641e-06 8.305923e+00 2.778044e-05
1 -5.115002e-08 -1.107391e-02 6.608064e-07 4.706798e-02 -2.946824e-06 9.988917e-01 1.730878e-06 1.000000e+00 2.868534e-06 -9.988917e-01 1.593944e-06 4.706798e-02 -1.359945e-19 -1.192711e-24 4.011086e-19 -5.732813e-06 8.726732e+00 3.174564e-05
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -4.021321e-02 -3.123059e-06 9.991911e-01 1.677629e-06 1.000000e+00 3.193104e-06 -9.991911e-01 1.804677e-06 -4.021321e-02 -1.237111e-19 -1.269690e-24 4.248256e-19 -4.956972e-06 8.726544e+00 3.290491e-05
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -1.268901e-01 -3.281810e-06 9.919168e-01 1.610910e-06 1.000000e+00 3.514628e-06 -9.919168e-01 2.043860e-06 -1.268901e-01 1.085225e-20 -1.612107e-23 5.252377e-19 -3.212302e-06 8.674916e+00 3.261449e-05
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -2.121617e-01 -3.431859e-06 9.772346e-01 1.521416e-06 1.000000e+00 3.842112e-06 -9.772346e-01 2.301930e-06 -2.121617e-01 -7.095153e-20 -1.353170e-22 4.713374e-19 -2.881751e-06 8.621753e+00 3.434222e-05
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -2.948292e-01 -3.550317e-06 9.555500e-01 1.426357e-06 1.000000e+00 4.155564e-06 -9.555500e-01 2.588137e-06 -2.948292e-01 2.049329e-19 -1.163142e-21 6.506163e-19 -2.449690e-07 8.485448e+00 3.212821e-05
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -3.745178e-01 -3.669694e-06 9.272197e-01 1.297600e-06 1.000000e+00 4.481860e-06 -9.272197e-01 2.881696e-06 -3.745178e-01 -1.112048e-19 -9.981719e-21 4.058830e-19 -1.123859e-06 8.405394e+00 3.618740e-05
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -4.497501e-01 -3.729579e-06 8.931544e-01 1.187185e-06 1.000000e+00 4.773548e-06 -8.931544e-01 3.207244e-06 -4.497501e-01 5.551547e-19 -8.566946e-20 8.622942e-19 3.492306e-06 8.151941e+00 2.906844e-05
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -5.211291e-01 -3.828967e-06 8.534779e-01 1.008713e-06 1.000000e+00 5.102225e-06 -8.534779e-01 3.519832e-06 -5.211291e-01 -4.109371e-19 -7.352643e-19 1.457313e-19 -2.957365e-07 8.113636e+00 4.053365e-05
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -5.862519e-01 -3.798248e-06 8.101288e-01 9.161391e-07 1.000000e+00 5.351416e-06 -8.101288e-01 3.879468e-06 -5.862519e-01 1.344973e-18 -6.310462e-18 1.357354e-18 8.757957e-06 7.645293e+00 1.997649e-05
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -6.478589e-01 -3.923417e-06 7.617603e-01 6.494775e-07 1.000000e+00 5.702826e-06 -7.617603e-01 4.189373e-06 -6.478589e-01 -1.459296e-18 -5.416002e-17 -4.471581e-19 -1.603809e-06 7.831308e+00 5.328867e-05
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -7.097228e-01 -3.969762e-06 7.044810e-01 4.121085e-07 1.000000e+00 6.050191e-06 -7.044810e-01 4.584282e-06 -7.097228e-01 5.185106e-20 -1.808741e-24 5.654945e-19 7.708788e-06 8.726574e+00 4.001744e-05
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -7.637102e-01 -4.323506e-06 6.455593e-01 -1.902331e-07 1.000000e+00 6.472254e-06 -6.455593e-01 4.820120e-06 -7.637102e-01 -4.537083e-18 -2.708001e-16 -2.373904e-18 -1.673111e-05 7.765195e+00 8.883071e-05
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -8.199358e-01 -4.314269e-06 5.724555e-01 -5.236571e-07 1.000000e+00 6.786386e-06 -5.724555e-01 5.264631e-06 -8.199358e-01 1.028754e-18 -3.900439e-16 1.075057e-18 1.086150e-05 9.828619e+00 3.157281e-05
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -8.675620e-01 -4.250725e-06 4.973290e-01 -8.214872e-07 1.000000e+00 7.114072e-06 -4.973290e-01 5.763349e-06 -8.675620e-01 1.306064e-19 -1.985098e-24 5.790408e-19 1.893883e-05 8.726559e+00 4.228929e-05
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -9.079112e-01 -4.144173e-06 4.191626e-01 -1.109198e-06 1.000000e+00 7.484255e-06 -4.191626e-01 6.330104e-06 -9.079112e-01 1.557917e-19 -2.012601e-24 5.791549e-19 2.137291e-05 8.727099e+00 4.159408e-05
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -9.391207e-01 -3.968492e-06 3.435873e-01 -1.348230e-06 1.000000e+00 7.865078e-06 -3.435873e-01 6.923023e-06 -9.391207e-01 7.474007e-19 -2.602630e-23 1.240071e-18 2.917439e-05 7.859420e+00 3.346922e-05
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -9.644033e-01 -3.739981e-06 2.644358e-01 -1.619316e-06 1.000000e+00 8.237565e-06 -2.644358e-01 7.516130e-06 -9.644033e-01 3.884766e-19 -2.182734e-22 6.732775e-19 2.778851e-05 8.368288e+00 3.737403e-05
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -9.835387e-01 -3.448866e-06 1.806974e-01 -1.925563e-06 1.000000e+00 8.605548e-06 -1.806974e-01 8.115946e-06 -9.835387e-01 2.331323e-19 -2.138394e-24 5.657310e-19 2.963690e-05 8.726525e+00 3.794717e-05
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -9.953930e-01 -3.081761e-06 9.587851e-02 -2.235757e-06 1.000000e+00 8.931137e-06 -9.587851e-02 8.675630e-06 -9.953930e-01 1.753636e-19 -1.108474e-21 4.112405e-19 2.731873e-05 8.543782e+00 3.380543e-05
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -9.999808e-01 -2.641855e-06 6.200969e-03 -2.584523e-06 1.000000e+00 9.253697e-06 -6.200969e-03 9.237492e-06 -9.999808e-01 -4.706790e-20 -8.878485e-21 3.723077e-19 3.163159e-05 9.178183e+00 3.704496e-05
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -9.968419e-01 -2.137512e-06 -7.941207e-02 -2.901469e-06 1.000000e+00 9.504777e-06 7.941207e-02 9.705171e-06 -9.968419e-01 -1.472138e-20 -7.657025e-20 2.641749e-19 2.404814e-05 8.352763e+00 2.792586e-05
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -9.849007e-01 -1.557102e-06 -1.731202e-01 -3.301127e-06 1.000000e+00 9.786146e-06 1.731202e-01 1.020987e-05 -9.849007e-01 -3.937681e-19 -6.569545e-19 1.802299e-19 3.632723e-05 9.876175e+00 3.862975e-05
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -9.677434e-01 -9.521618e-07 -2.519381e-01 -3.570857e-06 1.000000e+00 9.937010e-06 2.519381e-01 1.051611e-05 -9.677434e-01 -9.311787e-20 -5.638487e-18 1.606287e-19 1.403829e-05 7.368823e+00 1.683817e-05
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -9.427934e-01 -2.560359e-07 -3.333777e-01 -3.882649e-06 1.000000e+00 1.021214e-05 3.333777e-01 1.092233e-05 -9.427934e-01 3.670788e-19 -2.173683e-24 4.822310e-19 4.338372e-05 8.726885e+00 2.086416e-05
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -9.104251e-01 5.229328e-07 -4.136740e-01 -4.212639e-06 1.000000e+00 1.053541e-05 4.136740e-01 1.133436e-05 -9.104251e-01 3.827926e-19 -2.169946e-24 4.640072e-19 4.529951e-05 8.725758e+00 1.771484e-05
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -8.683786e-01 1.376228e-06 -4.959017e-01 -4.689742e-06 1.000000e+00 1.098746e-05 4.959017e-01 1.186693e-05 -8.683786e-01 1.048818e-18 -2.822799e-23 8.106218e-19 7.176684e-05 9.514796e+00 2.319968e-05
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -8.202533e-01 2.295495e-06 -5.720004e-01 -5.142719e-06 1.000000e+00 1.138780e-05 5.720004e-01 1.228252e-05 -8.202533e-01 6.279992e-19 -2.366736e-22 4.566533e-19 5.592445e-05 8.878907e+00 1.441986e-05
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -7.666068e-01 3.323063e-06 -6.421168e-01 -5.525647e-06 1.000000e+00 1.177210e-05 6.421168e-01 1.257268e-05 -7.666068e-01 4.268000e-19 -2.244633e-24 3.895174e-19 5.191488e-05 8.726710e+00 7.432286e-07
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -7.097454e-01 4.416759e-06 -7.044583e-01 -5.857777e-06 1.000000e+00 1.217147e-05 7.044583e-01 1.276520e-05 -7.097454e-01 3.744435e-19 -1.201325e-21 1.952356e-19 5.068881e-05 8.234772e+00 -7.095654e-06
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -6.488438e-01 5.648721e-06 -7.609216e-01 -6.079843e-06 1.000000e+00 1.260785e-05 7.609216e-01 1.280681e-05 -6.488438e-01 7.445527e-20 -9.621825e-21 2.568652e-19 4.264144e-05 8.231191e+00 -2.403958e-05
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -5.886563e-01 6.859716e-06 -8.083834e-01 -6.293739e-06 1.000000e+00 1.306875e-05 8.083834e-01 1.278076e-05 -5.886563e-01 1.910351e-19 -8.298123e-20 -4.666287e-21 4.483690e-05 7.339069e+00 -2.600876e-05
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -5.238126e-01 8.269585e-06 -8.518335e-01 -6.339595e-06 1.000000e+00 1.360635e-05 8.518335e-01 1.252746e-05 -5.238126e-01 -3.898196e-19 -7.119590e-19 2.712140e-19 2.755544e-05 7.869912e+00 -5.141082e-05
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -4.502862e-01 9.585624e-06 -8.928843e-01 -6.575649e-06 1.000000e+00 1.405171e-05 8.928843e-01 1.219858e-05 -4.502862e-01 4.501274e-19 -2.195063e-24 2.687254e-19 4.621208e-05 8.726413e+00 -2.037895e-05
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -3.756597e-01 1.123970e-05 -9.267577e-01 -6.385582e-06 1.000000e+00 1.471637e-05 9.267577e-01 1.144623e-05 -3.756597e-01 -1.153452e-18 -3.559812e-18 4.701073e-19 -6.788562e-06 8.075688e+00 -8.815071e-05
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -2.878187e-01 1.246358e-05 -9.576849e-01 -6.767268e-06 1.000000e+00 1.504809e-05 9.576849e-01 1.081203e-05 -2.878187e-01 1.303615e-18 -2.847851e-17 3.339958e-19 6.658680e-05 9.861535e+00 5.526703e-06
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -2.094514e-01 1.442140e-05 -9.778191e-01 -6.103303e-06 1.000000e+00 1.605588e-05 9.778191e-01 9.330852e-06 -2.094514e-01 -2.995516e-18 -2.456271e-16 7.941140e-19 -8.457513e-05 7.473174e+00 -1.598890e-04
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -1.253852e-01 1.567647e-05 -9.921081e-01 -6.078256e-06 1.000000e+00 1.656935e-05 9.921081e-01 8.107840e-06 -1.253852e-01 4.316301e-19 -2.057161e-24 1.666441e-19 3.333520e-05 8.727024e+00 -2.416168e-05
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -3.906916e-02 1.677272e-05 -9.992365e-01 -6.309152e-06 1.000000e+00 1.703222e-05 9.992365e-01 6.969769e-06 -3.906916e-02 4.218042e-19 -2.305104e-24 1.431045e-19 2.804106e-05 8.725987e+00 -3.261549e-05
1 -5.115002e-08 -1.107391e-02 6.608064e-07 5.303113e-02 1.653398e-05 -9.985929e-01 -6.882355e-06 1.000000e+00 1.619179e-05 9.985929e-01 6.014001e-06 5.303114e-02 3.391285e-18 -2.872664e-23 -5.156083e-19 7.620173e-05 9.475354e+00 1.467800e-04
1 -5.115002e-08 -1.107391e-02 6.608064e-07 1.424761e-01 1.665662e-05 -9.897982e-01 -7.230672e-06 1.000000e+00 1.578748e-05 9.897982e-01 4.907568e-06 1.424761e-01 1.388859e-18 -2.413386e-22 -1.567373e-19 2.791603e-05 8.867116e+00 1.381841e-05
1 -5.115002e-08 -1.107391e-02 6.608064e-07 2.291648e-01 1.719851e-05 -9.733876e-01 -7.379986e-06 1.000000e+00 1.593125e-05 9.733876e-01 3.532705e-06 2.291648e-01 3.753685e-19 -2.120267e-24 7.110632e-20 9.967488e-06 8.726701e+00 -4.920517e-05
1 -5.115002e-08 -1.107391e-02 6.608064e-07 3.104475e-01 1.834931e-05 -9.505905e-01 -8.185649e-06 1.000000e+00 1.662976e-05 9.505905e-01 2.618533e-06 3.104475e-01 1.487639e-19 -1.223655e-21 2.004707e-21 8.038642e-05 8.243734e+00 -1.259966e-04
1 -5.115002e-08 -1.107391e-02 6.608064e-07 3.884051e-01 1.997203e-05 -9.214887e-01 -8.863990e-06 1.000000e+00 1.793750e-05 9.214887e-01 1.201050e-06 3.884051e-01 -1.391828e-18 -9.799842e-21 4.799895e-19 -3.865962e-06 8.253632e+00 -1.738554e-04
1 -5.115002e-08 -1.107391e-02 6.608064e-07 4.580582e-01 2.239156e-05 -8.889222e-01 -1.088313e-05 1.000000e+00 1.958153e-05 8.889222e-01 7.047741e-07 4.580582e-01 -7.549557e-19 -8.451701e-20 5.523180e-20 1.588213e-04 7.366974e+00 -2.803503e-04
1 -5.115002e-08 -1.107391e-02 6.608064e-07 5.263255e-01 2.497547e-05 -8.502832e-01 -1.195647e-05 1.000000e+00 2.197206e-05 8.502832e-01 -1.398071e-06 5.263255e-01 -3.728856e-18 -7.251353e-19 1.215499e-18 -9.349374e-05 7.916036e+00 -2.712464e-04
1 -5.115002e-08 -1.107391e-02 6.608064e-07 5.961025e-01 2.631063e-05 -8.029083e-01 -1.255892e-05 1.000000e+00 2.344505e-05 8.029083e-01 -3.891992e-06 5.961025e-01 2.776795e-19 -3.292425e-24 -4.108000e-21 -4.719748e-05 8.726423e+00 -1.124692e-04
1 -5.115002e-08 -1.107391e-02 6.608064e-07 6.602541e-01 2.877212e-05 -7.510423e-01 -1.189723e-05 1.000000e+00 2.785053e-05 7.510423e-01 -9.453105e-06 6.602541e-01 -7.667911e-18 -3.625703e-18 2.792022e-18 -4.789315e-04 8.150234e+00 -3.670565e-04
1 -5.115002e-08 -1.107391e-02 6.608064e-07 7.271362e-01 2.835340e-05 -6.864932e-01 -1.116916e-05 1.000000e+00 2.947138e-05 6.864932e-01 -1.376216e-05 7.271362e-01 4.284086e-18 -2.900564e-17 -1.103128e-18 -7.752185e-05 9.808140e+00 4.707235e-05
1 -5.115002e-08 -1.107391e-02 6.608064e-07 7.808761e-01 3.094050e-05 -6.246860e-01 -9.092372e-06 1.000000e+00 3.816395e-05 6.246860e-01 -2.412144e-05 7.808761e-01 -1.692822e-17 -2.501736e-16 6.110867e-18 -1.113202e-03 7.630389e+00 -5.718777e-04
1 -5.115002e-08 -1.107391e-02 6.608064e-07 8.314378e-01 3.044176e-05 -5.556178e-01 -8.758754e-06 1.000000e+00 4.168226e-05 5.556178e-01 -2.978969e-05 8.314378e-01 1.773874e-19 -3.804785e-24 -3.340636e-20 -3.980059e-05 8.726959e+00 -8.843353e-05
1 -5.115002e-08 -1.107391e-02 6.608064e-07 8.764502e-01 2.923244e-05 -4.814925e-01 -9.398365e-06 1.000000e+00 4.360451e-05 4.814925e-01 -3.369194e-05 8.764502e-01 1.515094e-19 -5.091612e-24 -3.514466e-20 -7.238752e-05 8.726168e+00 -7.592384e-05
1 -5.115002e-08 -1.107391e-02 6.608064e-07 9.166935e-01 2.156365e-05 -3.995912e-01 -7.359996e-06 1.000000e+00 3.707988e-05 3.995912e-01 -3.104990e-05 9.166935e-01 1.500102e-17 -5.975682e-23 -5.543939e-18 8.219755e-04 9.342763e+00 7.686842e-04
1 -5.115002e-08 -1.107391e-02 6.608064e-07 9.486940e-01 1.562427e-05 -3.161956e-01 -5.305920e-06 1.000000e+00 3.349376e-05 3.161956e-01 -3.009762e-05 9.486940e-01 5.040658e-18 -5.035126e-22 -1.809672e-18 1.406255e-04 8.826934e+00 2.498851e-04
1 -5.115002e-08 -1.107391e-02 6.608064e-07 9.749099e-01 -1.639974e-07 -2.225999e-01 3.573039e-06 1.000000e+00 1.491193e-05 2.225999e-01 -1.533315e-05 9.749099e-01 3.642754e-17 -4.326885e-21 -1.346571e-17 2.214076e-03 1.010233e+01 1.843694e-03
1 -5.115002e-08 -1.107391e-02 6.608064e-07 9.906461e-01 -6.109330e-06 -1.364561e-01 7.789170e-06 1.000000e+00 1.177654e-05 1.364561e-01 -1.272926e-05 9.906461e-01 -1.101856e-18 -3.713264e-20 6.450346e-19 -4.439231e-04 8.266475e+00 5.665668e-05
1 -5.115002e-08 -1.107391e-02 6.608064e-07 9.987815e-01 -1.008395e-05 -4.935014e-02 1.059030e-05 1.000000e+00 9.998863e-06 4.935014e-02 -1.050931e-05 9.987815e-01 1.522676e-20 2.115229e-24 -7.571061e-21 1.877750e-04 8.726889e+00 5.823275e-05
1 -5.115002e-08 -1.107391e-02 6.608064e-07 9.992774e-01 -1.143921e-05 3.800908e-02 1.115111e-05 1.000000e+00 7.791650e-06 -3.800908e-02 -7.362176e-06 9.992774e-01 -8.879700e-21 2.528986e-24 4.825932e-21 1.796727e-04 8.726453e+00 2.241557e-05
1 -5.115002e-08 -1.107391e-02 6.608064e-07 9.922694e-01 -1.086743e-05 1.241022e-01 9.858342e-06 1.000000e+00 8.745218e-06 -1.241022e-01 -7.454171e-06 9.922694e-01 -1.074206e-17 3.080803e-23 3.795460e-18 -2.721313e-04 8.580547e+00 -2.030784e-04
1 -5.115002e-08 -1.107391e-02 6.608064e-07 9.779109e-01 -1.027073e-05 2.090224e-01 8.629322e-06 1.000000e+00 8.764727e-06 -2.090224e-01 -6.767401e-06 9.779109e-01 -3.635706e-18 2.591092e-22 1.331189e-18 1.912575e-05 8.591927e+00 -1.224037e-04
1 -5.115002e-08 -1.107391e-02 6.608064e-07 9.569755e-01 -7.406083e-06 2.901688e-01 3.466927e-06 1.000000e+00 1.408945e-05 -2.901688e-01 -1.247726e-05 9.569755e-01 -2.626835e-17 2.226914e-21 9.243814e-18 -9.601511e-04 8.256790e+00 -4.760070e-04
1 -5.115002e-08 -1.107391e-02 6.608064e-07 9.291985e-01 -6.176413e-06 3.695811e-01 1.045143e-06 1.000000e+00 1.408423e-05 -3.695811e-01 -1.270078e-05 9.291985e-01 6.717453e-19 1.911085e-20 -1.666039e-19 2.058170e-04 8.421905e+00 -1.714801e-04
1 -5.115002e-08 -1.107391e-02 6.608064e-07 8.970136e-01 -1.544688e-06 4.420028e-01 -1.085009e-05 1.000000e+00 2.551423e-05 -4.420028e-01 -2.768238e-05 8.970136e-01 -5.503385e-17 1.640214e-19 1.919065e-17 -2.258430e-03 7.674736e+00 -7.886469e-04
1 -5.115002e-08 -1.107391e-02 6.608064e-07 8.576039e-01 -1.207317e-06 5.143107e-01 -1.099353e-05 1.000000e+00 2.067895e-05 -5.143107e-01 -2.338844e-05 8.576039e-01 2.700452e-17 1.407725e-18 -9.287651e-18 1.397098e-03 8.383099e+00 -9.427046e-05
1 -5.115002e-08 -1.107391e-02 6.608064e-07 8.104478e-01 -1.929954e-06 5.858109e-01 -1.163083e-05 1.000000e+00 1.938533e-05 -5.858109e-01 -2.252426e-05 8.104478e-01 -1.318071e-19 -3.509677e-24 1.342892e-19 -1.195372e-04 8.726538e+00 9.528112e-05
1 -5.115002e-08 -1.107391e-02 6.608064e-07 7.557920e-01 -1.194697e-05 6.548118e-01 1.736586e-05 1.000000e+00 -1.798997e-06 -6.548118e-01 1.273103e-05 7.557920e-01 1.145609e-16 7.038599e-18 -3.983451e-17 5.173354e-03 8.912801e+00 1.424698e-03
1 -5.115002e-08 -1.107391e-02 6.608064e-07 6.929984e-01 -2.141994e-05 7.209391e-01 2.893530e-05 1.000000e+00 1.897271e-06 -7.209391e-01 1.954579e-05 6.929984e-01 -7.139354e-18 5.630878e-17 2.593930e-18 -9.342477e-04 9.268107e+00 1.227498e-03
1 -5.115002e-08 -1.107391e-02 6.608064e-07 6.237682e-01 -3.771136e-05 7.816094e-01 1.055108e-04 1.000000e+00 -3.595521e-05 -7.816094e-01 1.048960e-04 6.237682e-01 2.651307e-16 4.856632e-16 -9.233547e-17 1.212856e-02 9.238645e+00 2.574618e-03
1 -5.115002e-08 -1.107391e-02 6.608064e-07 5.461774e-01 -5.207266e-05 8.376695e-01 1.042674e-04 1.000000e+00 -5.820722e-06 -8.376695e-01 9.052077e-05 5.461774e-01 -1.192137e-16 -1.162221e-15 4.179264e-17 -6.915124e-03 9.745152e+00 2.692307e-03
1 -5.115002e-08 -1.107391e-02 6.608064e-07 4.654862e-01 -6.040742e-05 8.850551e-01 2.713165e-04 1.000000e+00 -7.444361e-05 -8.850551e-01 2.747826e-04 4.654862e-01 5.908040e-16 2.012332e-15 -2.059409e-16 2.772743e-02 9.239832e+00 2.153238e-03
1 -5.115002e-08 -1.107391e-02 6.608064e-07 3.747506e-01 -8.821903e-05 9.271256e-01 1.810914e-04 1.000000e+00 2.195484e-05 -9.271256e-01 1.596669e-04 3.747506e-01 -5.231272e-16 -3.923300e-15 1.828604e-16 -2.721267e-02 1.031117e+01 6.880282e-03
1 -5.115002e-08 -1.107391e-02 6.608064e-07 2.890480e-01 -4.883937e-05 9.573146e-01 5.630678e-04 9.999998e-01 -1.189935e-04 -9.573144e-01 5.734279e-04 2.890480e-01 1.402855e-15 5.320616e-15 -4.892608e-16 6.699063e-02 8.618923e+00 -4.673360e-03
1 -5.115002e-08 -1.107391e-02 6.608064e-07 2.031941e-01 8.365745e-05 9.791385e-01 6.788509e-04 9.999997e-01 -2.263173e-04 -9.791382e-01 7.106754e-04 2.031940e-01 -1.530544e-19 1.344226e-22 3.550020e-19 1.568514e-03 8.726848e+00 -7.983687e-03
1 -5.115002e-08 -1.107391e-02 6.608064e-07 1.165928e-01 1.935643e-04 9.931798e-01 7.281800e-04 9.999997e-01 -2.803770e-04 -9.931795e-01 7.559036e-04 1.165926e-01 -1.443528e-19 1.116077e-22 3.811829e-19 1.150134e-03 8.726502e+00 -8.083823e-03
1 -5.115002e-08 -1.107391e-02 6.608064e-07 3.329461e-02 5.841354e-04 9.994454e-01 3.725814e-04 9.999998e-01 -5.968713e-04 -9.994455e-01 3.922474e-04 3.329439e-02 -1.149792e-15 -5.329069e-15 4.016425e-16 -5.310608e-02 8.135935e+00 -4.817944e-02
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -5.095118e-02 8.698804e-04 9.987008e-01 1.564647e-04 9.999996e-01 -8.630293e-04 -9.987011e-01 1.122890e-04 -5.095130e-02 -3.833696e-16 -3.552701e-15 1.342852e-16 -1.604292e-02 8.453242e+00 -2.274283e-02
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -1.266315e-01 1.585347e-03 9.919486e-01 -7.551168e-04 9.999983e-01 -1.694610e-03 -9.919495e-01 -9.636279e-04 -1.266301e-01 -2.810399e-15 -1.243439e-14 9.813101e-16 -1.373289e-01 7.178753e+00 -9.715512e-02
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -2.075171e-01 1.818455e-03 9.782297e-01 -9.510642e-04 9.999974e-01 -2.060674e-03 -9.782309e-01 -1.357984e-03 -2.075149e-01 8.498692e-17 -5.328106e-15 -2.887077e-17 1.182748e-02 8.500333e+00 -1.338206e-02
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -2.903573e-01 1.802273e-03 9.569166e-01 -9.550238e-04 9.999972e-01 -2.173195e-03 -9.569178e-01 -1.544881e-03 -2.903548e-01 -7.776664e-20 1.399620e-22 4.858961e-19 3.942572e-03 8.726578e+00 8.949181e-03
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -3.778035e-01 8.544704e-04 9.258854e-01 -4.393324e-04 9.999993e-01 -1.102135e-03 -9.258857e-01 -8.231621e-04 -3.778029e-01 2.918845e-15 -1.771531e-15 -1.017478e-15 1.301255e-01 9.631899e+00 1.289162e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -4.621461e-01 -7.404269e-05 8.868038e-01 -3.619106e-04 9.999999e-01 -1.051110e-04 -8.868037e-01 -3.695203e-04 -4.621461e-01 8.311382e-16 8.920393e-15 -2.898294e-16 3.124810e-02 9.294116e+00 8.969594e-02
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -5.393929e-01 -4.982146e-04 8.420541e-01 -4.542459e-04 9.999999e-01 3.006904e-04 -8.420541e-01 -2.203093e-04 -5.393930e-01 -1.013554e-20 2.250288e-23 5.385443e-19 1.026128e-04 8.727055e+00 6.426237e-03
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -6.134416e-01 -7.658287e-04 7.897397e-01 -4.626616e-04 9.999997e-01 6.103437e-04 -7.897399e-01 9.028011e-06 -6.134418e-01 -5.628108e-16 2.506204e-14 1.956676e-16 1.924857e-02 9.126750e+00 1.867096e-02
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -6.763659e-01 -3.506743e-05 7.365658e-01 -2.248782e-04 1.000000e+00 -1.588894e-04 -7.365658e-01 -2.731050e-04 -6.763659e-01 -1.572873e-15 -7.337445e-15 5.496421e-16 -5.798755e-02 7.816743e+00 -1.228702e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -7.394515e-01 2.683502e-04 6.732098e-01 7.594757e-05 9.999999e-01 -3.151924e-04 -6.732098e-01 -1.819409e-04 -7.394515e-01 -1.837507e-15 5.595249e-14 6.388122e-16 3.192607e-02 9.283375e+00 -1.237442e-02
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -7.957736e-01 3.952507e-04 6.055941e-01 2.292846e-04 9.999999e-01 -3.513773e-04 -6.055942e-01 -1.407633e-04 -7.957736e-01 9.011686e-20 1.003501e-22 5.747377e-19 -2.631083e-03 8.726183e+00 1.015066e-03
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -8.457219e-01 4.250337e-04 5.336237e-01 2.574833e-04 9.999999e-01 -3.884279e-04 -5.336238e-01 -1.911028e-04 -8.457220e-01 1.177249e-19 7.570273e-23 5.782743e-19 -2.450878e-03 8.726680e+00 -1.503019e-03
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -8.877526e-01 1.086364e-04 4.603209e-01 -4.811766e-05 9.999999e-01 -3.287989e-04 -4.603209e-01 -3.140417e-04 -8.877526e-01 2.135739e-15 -4.973799e-14 -7.417922e-16 -1.357224e-02 8.286748e+00 4.657848e-02
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -9.235979e-01 -8.437307e-05 3.833627e-01 -2.300267e-04 9.999999e-01 -3.340939e-04 -3.833627e-01 -3.967521e-04 -9.235978e-01 7.120410e-16 -1.776356e-14 -2.468661e-16 -7.502322e-03 8.501975e+00 9.611846e-03
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -9.508656e-01 -9.471454e-04 3.096024e-01 -1.067634e-03 9.999994e-01 -2.197382e-04 -3.096020e-01 -5.394835e-04 -9.508661e-01 5.220549e-15 -1.225685e-13 -1.814047e-15 -2.194612e-02 7.544715e+00 1.157986e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -9.732149e-01 -1.145893e-03 2.298946e-01 -1.246997e-03 9.999992e-01 -2.945037e-04 -2.298941e-01 -5.732933e-04 -9.732155e-01 -1.579574e-16 1.777039e-15 5.553685e-17 -1.030419e-02 8.478362e+00 -1.851008e-02
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -9.893379e-01 -1.250702e-03 1.456330e-01 -1.304147e-03 9.999991e-01 -2.715140e-04 -1.456326e-01 -4.585460e-04 -9.893386e-01 2.431593e-19 -1.610051e-22 5.624566e-19 1.488344e-02 8.726453e+00 1.558137e-03
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -9.984323e-01 -2.932825e-04 5.597178e-02 -2.964281e-04 1.000000e+00 -4.789724e-05 -5.597176e-02 -6.441376e-05 -9.984324e-01 -5.422196e-15 1.225720e-13 1.885611e-15 4.574531e-02 9.219683e+00 -1.505403e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -9.993701e-01 1.657664e-04 -3.548649e-02 1.466168e-04 9.999998e-01 5.422346e-04 3.548658e-02 5.366902e-04 -9.993700e-01 -1.543576e-15 3.910711e-14 5.373779e-16 7.416903e-02 9.203911e+00 -1.712768e-02
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -9.912563e-01 2.806813e-03 -1.319210e-01 2.630414e-03 9.999954e-01 1.511400e-03 1.319246e-01 1.151178e-03 -9.912591e-01 -1.316671e-14 2.986630e-13 4.577928e-15 7.902718e-02 9.932414e+00 -3.614663e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -9.744200e-01 3.211136e-03 -2.247117e-01 2.654949e-03 9.999926e-01 2.777232e-03 2.247189e-01 2.109592e-03 -9.744213e-01 1.046402e-15 -1.397025e-14 -3.628162e-16 1.535424e-01 9.296350e+00 8.898678e-02
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -9.503542e-01 3.372379e-03 -3.111519e-01 2.539700e-03 9.999920e-01 3.081253e-03 3.111598e-01 2.138049e-03 -9.503552e-01 3.625313e-19 7.507215e-22 4.868693e-19 -3.633772e-02 8.727911e+00 1.919486e-02
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -9.195965e-01 4.630573e-06 -3.928642e-01 -1.102259e-03 9.999960e-01 2.591897e-03 3.928626e-01 2.816538e-03 -9.195929e-01 1.511915e-14 -3.220939e-13 -5.254805e-15 1.154634e-01 8.600271e+00 5.339933e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -8.851759e-01 -1.678026e-03 -4.652535e-01 -1.954922e-03 9.999981e-01 1.126846e-04 4.652525e-01 1.009280e-03 -8.851775e-01 3.296565e-15 -8.274638e-14 -1.145751e-15 -3.251125e-01 7.650843e+00 1.017917e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -8.424936e-01 -2.227556e-03 -5.387017e-01 -2.133375e-03 9.999974e-01 -7.985776e-04 5.387021e-01 4.764565e-04 -8.424962e-01 4.095264e-19 -2.433679e-22 4.244417e-19 2.086852e-02 8.728779e+00 -1.411938e-02
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -7.927852e-01 -2.135251e-03 -6.094974e-01 -2.105063e-03 9.999975e-01 -7.651935e-04 6.094975e-01 6.763963e-04 -7.927877e-01 4.211938e-19 -6.015864e-22 4.021353e-19 2.904671e-02 8.725131e+00 -1.948179e-02
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -7.327890e-01 -7.528580e-04 -6.804555e-01 -2.563483e-03 9.999953e-01 1.654242e-03 6.804511e-01 2.956547e-03 -7.327875e-01 -7.287062e-15 1.669775e-13 2.533807e-15 3.181038e-01 9.603753e+00 -1.841138e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -6.683623e-01 4.965894e-04 -7.438357e-01 -3.098177e-03 9.999892e-01 3.451419e-03 7.438295e-01 4.611333e-03 -6.683536e-01 -2.428706e-15 5.329065e-14 8.448662e-16 1.395390e-01 8.901425e+00 -7.421173e-02
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -6.000637e-01 1.356474e-03 -7.999511e-01 -3.535610e-03 9.999843e-01 4.347821e-03 7.999444e-01 5.437284e-03 -6.000495e-01 4.461090e-19 -9.649158e-22 3.219698e-19 4.039247e-02 8.725745e+00 -3.290104e-02
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -5.306333e-01 2.917008e-03 -8.475965e-01 -2.740992e-03 9.999829e-01 5.157431e-03 8.475971e-01 5.059960e-03 -5.306162e-01 5.403122e-16 -1.954019e-14 -1.873139e-16 -7.644375e-02 8.204424e+00 -1.443518e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -4.588141e-01 3.594062e-03 -8.885250e-01 -1.627289e-03 9.999867e-01 4.885216e-03 8.885308e-01 3.687293e-03 -4.588022e-01 4.228979e-15 -9.592539e-14 -1.469797e-15 -1.537272e-01 8.181978e+00 1.052637e-02
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -3.900492e-01 5.648845e-03 -9.207767e-01 1.387673e-03 9.999837e-01 5.546939e-03 9.207930e-01 8.858418e-04 -3.900506e-01 2.669656e-15 -7.817795e-14 -9.275542e-16 -3.151991e-01 7.254490e+00 -2.630387e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -3.178358e-01 4.995584e-03 -9.481326e-01 3.880675e-03 9.999846e-01 3.967893e-03 9.481378e-01 -2.418256e-03 -3.178503e-01 9.856981e-15 -2.186485e-13 -3.426385e-15 -3.061961e-01 7.779847e+00 1.836480e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -2.371987e-01 4.285304e-03 -9.714517e-01 4.648149e-03 9.999838e-01 3.276230e-03 9.714500e-01 -3.738335e-03 -2.372148e-01 4.414982e-19 3.341306e-22 1.997247e-19 -1.070122e-02 8.728172e+00 5.291926e-02
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -1.577411e-01 -1.953743e-03 -9.874786e-01 6.885579e-03 9.999716e-01 -3.078372e-03 9.874565e-01 -7.284948e-03 -1.577232e-01 1.937237e-14 -4.128977e-13 -6.734563e-15 -4.592901e-01 7.959825e+00 8.501499e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -6.471326e-02 -4.830604e-03 -9.978922e-01 5.819222e-03 9.999695e-01 -5.218036e-03 9.978869e-01 -6.144633e-03 -6.468318e-02 -9.969821e-15 2.264393e-13 3.466216e-15 2.863223e-01 9.979807e+00 3.770007e-02
1 -5.115002e-08 -1.107391e-02 6.608064e-07 2.463014e-02 -6.469407e-03 -9.996757e-01 5.889803e-03 9.999626e-01 -6.326150e-03 9.996793e-01 -5.732079e-03 2.466733e-02 4.119746e-19 1.733821e-21 1.233596e-19 5.702479e-04 8.718012e+00 7.404779e-02
1 -5.115002e-08 -1.107391e-02 6.608064e-07 1.124902e-01 -7.940410e-03 -9.936211e-01 5.805179e-03 9.999563e-01 -7.333819e-03 9.936359e-01 -4.943166e-03 1.125313e-01 3.990787e-19 7.916444e-22 1.025978e-19 1.172500e-03 8.721907e+00 5.303553e-02
1 -5.115002e-08 -1.107391e-02 6.608064e-07 1.919359e-01 -6.015497e-03 -9.813890e-01 6.566652e-03 9.999667e-01 -4.845092e-03 9.813855e-01 -5.514493e-03 1.919690e-01 2.753732e-15 -7.105426e-14 -9.571056e-16 -1.844666e-01 7.644939e+00 -3.984115e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 2.718884e-01 -4.802213e-03 -9.623168e-01 6.867605e-03 9.999718e-01 -3.049781e-03 9.623043e-01 -5.779611e-03 2.719137e-01 9.181534e-16 -2.486887e-14 -3.189933e-16 -4.834483e-02 8.302744e+00 -1.350702e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 3.531922e-01 -5.212386e-03 -9.355363e-01 6.794443e-03 9.999724e-01 -3.006295e-03 9.355261e-01 -5.294649e-03 3.532178e-01 3.483290e-19 1.241482e-21 4.333070e-20 1.688783e-02 8.728057e+00 9.040188e-02
1 -5.115002e-08 -1.107391e-02 6.608064e-07 4.320807e-01 -6.590211e-03 -9.018109e-01 8.358823e-03 9.999596e-01 -3.302531e-03 9.017962e-01 -6.111117e-03 4.321183e-01 -2.036208e-16 6.298134e-19 7.093155e-17 -1.988879e-01 8.582265e+00 1.391238e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 5.119662e-01 -1.051884e-02 -8.589412e-01 9.888239e-03 9.999309e-01 -6.351616e-03 8.589487e-01 -5.241603e-03 5.120349e-01 -1.597328e-15 4.263761e-14 5.554176e-16 8.524981e-02 9.303284e+00 4.634669e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 5.844780e-01 -1.458162e-02 -8.112785e-01 1.438512e-02 9.998676e-01 -7.607622e-03 8.112821e-01 -7.223854e-03 5.846103e-01 -1.008154e-15 1.247800e-14 3.506013e-16 -4.641304e-01 8.476830e+00 3.640560e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 6.599386e-01 -2.239766e-02 -7.509856e-01 1.755272e-02 9.997424e-01 -1.439199e-02 7.511145e-01 -3.684012e-03 6.601617e-01 -3.723783e-15 1.016256e-13 1.294529e-15 4.226775e-01 1.014460e+01 9.040270e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 7.250755e-01 -2.605857e-02 -6.881762e-01 1.882193e-02 9.996604e-01 -1.802213e-02 6.884122e-01 1.145996e-04 7.253197e-01 2.267874e-19 4.806902e-21 -2.338870e-20 1.571982e-01 8.734715e+00 1.954593e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 7.830339e-01 -2.879917e-02 -6.213119e-01 2.004618e-02 9.995770e-01 -2.106856e-02 6.216559e-01 4.042464e-03 7.832800e-01 2.027089e-19 5.146919e-21 -2.974869e-20 1.814682e-01 8.727891e+00 2.191088e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 8.344537e-01 -3.053786e-02 -5.502313e-01 2.066607e-02 9.994952e-01 -2.413087e-02 5.506904e-01 8.764974e-03 8.346636e-01 1.739403e-19 6.045164e-21 -3.337777e-20 2.131833e-01 8.728964e+00 1.932266e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 8.776410e-01 -2.966496e-02 -4.783997e-01 2.007594e-02 9.994822e-01 -2.514662e-02 4.788980e-01 1.246538e-02 8.777821e-01 1.255824e-15 -3.375071e-14 -4.364819e-16 6.552343e-02 8.179566e+00 -1.103952e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 9.149190e-01 -2.871891e-02 -4.026145e-01 1.951556e-02 9.994464e-01 -2.694354e-02 4.031654e-01 1.679391e-02 9.149730e-01 4.186765e-16 -1.065752e-14 -1.454151e-16 2.206494e-01 8.470853e+00 4.125246e-02
1 -5.115002e-08 -1.107391e-02 6.608064e-07 9.432055e-01 -2.382638e-02 -3.313544e-01 1.640643e-02 9.995485e-01 -2.517240e-02 3.318046e-01 1.830640e-02 9.431705e-01 3.069516e-15 -8.348342e-14 -1.066737e-15 -1.767022e-01 7.282471e+00 -5.410709e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 9.673066e-01 -2.147954e-02 -2.526987e-01 1.508135e-02 9.995154e-01 -2.722947e-02 2.531611e-01 2.252821e-02 9.671618e-01 -9.295976e-17 5.375021e-15 3.270080e-17 3.842086e-01 8.500266e+00 7.181716e-02
1 -5.115002e-08 -1.107391e-02 6.608064e-07 9.854072e-01 -1.962457e-02 -1.690785e-01 1.483007e-02 9.994526e-01 -2.957306e-02 1.695663e-01 2.663406e-02 9.851588e-01 5.079018e-20 5.103036e-21 -2.087606e-20 1.999536e-01 8.719841e+00 9.936166e-02
1 -5.115002e-08 -1.107391e-02 6.608064e-07 9.967398e-01 -2.237569e-02 -7.751901e-02 1.964841e-02 9.991669e-01 -3.576805e-02 7.825477e-02 3.412831e-02 9.963491e-01 -3.188288e-15 9.260035e-14 1.108870e-15 7.266164e-01 9.531140e+00 8.127846e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 9.996093e-01 -2.361038e-02 1.495875e-02 2.416530e-02 9.989828e-01 -3.807127e-02 -1.404465e-02 3.841788e-02 9.991631e-01 -9.077101e-16 2.137829e-14 3.150888e-16 4.423821e-02 9.245642e+00 4.183381e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 9.943466e-01 -2.200196e-02 1.038787e-01 2.637542e-02 9.988144e-01 -4.091733e-02 -1.028553e-01 4.342586e-02 9.937479e-01 -2.556478e-20 8.548977e-21 1.592691e-20 3.779749e-01 8.722283e+00 3.885324e-02
1 -5.115002e-08 -1.107391e-02 6.608064e-07 9.809824e-01 -1.879613e-02 1.931847e-01 2.700445e-02 9.988369e-01 -3.994430e-02 -1.922092e-01 4.440150e-02 9.803490e-01 6.151492e-16 -2.988795e-14 -2.155304e-16 -2.817901e-01 9.090493e+00 2.155387e-02
1 -5.115002e-08 -1.107391e-02 6.608064e-07 9.618616e-01 -1.077737e-02 2.733242e-01 2.396848e-02 9.987008e-01 -4.496854e-02 -2.724845e-01 4.980468e-02 9.608703e-01 1.717831e-15 -4.548066e-14 -5.969189e-16 6.591857e-01 7.876131e+00 -6.673923e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 9.338216e-01 -4.312916e-03 3.577131e-01 2.006569e-02 9.989846e-01 -4.033745e-02 -3.571759e-01 4.484574e-02 9.329599e-01 2.008005e-15 -8.518306e-14 -7.017419e-16 -1.048379e+00 9.228163e+00 -1.091699e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 8.988284e-01 5.378843e-04 4.383004e-01 1.935602e-02 9.989749e-01 -4.091960e-02 -4.378731e-01 4.526345e-02 8.978966e-01 -1.038381e-19 7.497879e-21 8.897934e-20 2.681081e-01 8.738896e+00 -6.825503e-02
1 -5.115002e-08 -1.107391e-02 6.608064e-07 8.571888e-01 6.034247e-03 5.149670e-01 1.876386e-02 9.989015e-01 -4.293827e-02 -5.146604e-01 4.646898e-02 8.561339e-01 -1.184844e-19 6.548899e-21 1.101909e-19 2.319403e-01 8.698512e+00 -7.645862e-02
1 -5.115002e-08 -1.107391e-02 6.608064e-07 8.090236e-01 1.098789e-02 5.876734e-01 1.918990e-02 9.987985e-01 -4.509268e-02 -5.874628e-01 4.775844e-02 8.078407e-01 -1.318433e-19 6.604900e-21 1.358530e-19 2.533184e-01 8.723632e+00 -8.902432e-02
1 -5.115002e-08 -1.107391e-02 6.608064e-07 7.559962e-01 1.619965e-02 6.543755e-01 2.196478e-02 9.985029e-01 -5.009462e-02 -6.542074e-01 5.224455e-02 7.545086e-01 -7.780037e-16 3.019815e-14 2.716041e-16 7.448521e-01 8.429452e+00 -1.071547e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 6.972031e-01 2.183459e-02 7.165411e-01 2.455656e-02 9.982220e-01 -5.431185e-02 -7.164530e-01 5.546217e-02 6.954273e-01 -2.594490e-16 1.065886e-14 9.065142e-17 4.449171e-01 8.585325e+00 -1.032326e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 6.367273e-01 2.841003e-02 7.705655e-01 3.185762e-02 9.974985e-01 -6.310116e-02 -7.704307e-01 6.472661e-02 6.342294e-01 -1.901614e-15 7.283680e-14 6.636861e-16 1.453190e+00 7.906894e+00 -2.163442e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 5.697437e-01 3.502096e-02 8.210759e-01 3.569376e-02 9.970944e-01 -6.729645e-02 -8.210469e-01 6.764901e-02 5.668382e-01 5.742611e-17 5.294424e-17 -1.995496e-17 2.755571e-01 8.547633e+00 -5.899875e-02
1 -5.115002e-08 -1.107391e-02 6.608064e-07 4.969869e-01 4.330323e-02 8.666769e-01 3.802832e-02 9.967077e-01 -7.160713e-02 -8.669244e-01 6.854607e-02 4.937039e-01 -1.624567e-19 1.193175e-20 2.594113e-19 3.467943e-01 8.720646e+00 -3.762224e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 4.182866e-01 5.231312e-02 9.068074e-01 3.212787e-02 9.968633e-01 -7.232814e-02 -9.077467e-01 5.938768e-02 4.152938e-01 1.974842e-15 -7.078946e-14 -6.890234e-16 -9.536348e-01 8.990985e+00 -3.593369e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 3.355263e-01 6.466928e-02 9.398085e-01 2.785120e-02 9.965238e-01 -7.851523e-02 -9.416190e-01 5.251872e-02 3.325588e-01 5.621838e-16 -2.275040e-14 -1.959142e-16 -6.255748e-03 9.000732e+00 -9.424840e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 2.515981e-01 7.413844e-02 9.649880e-01 2.718627e-02 9.961269e-01 -8.361897e-02 -9.674499e-01 4.727280e-02 2.486080e-01 -1.546092e-19 1.026594e-20 3.396402e-19 2.266257e-01 8.707832e+00 -3.138676e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 1.641277e-01 8.722569e-02 9.825751e-01 2.980411e-02 9.951896e-01 -9.332395e-02 -9.859887e-01 4.460182e-02 1.607385e-01 -3.811112e-16 7.040332e-15 1.333694e-16 6.361775e-01 9.050167e+00 -1.101297e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 7.997340e-02 9.091949e-02 9.926419e-01 3.686608e-02 9.948804e-01 -9.409468e-02 -9.961150e-01 4.411988e-02 7.621213e-02 -1.064380e-15 4.033550e-14 3.717281e-16 8.554391e-01 8.229312e+00 4.539672e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -9.515582e-03 1.077884e-01 9.941283e-01 4.712922e-02 9.931168e-01 -1.072276e-01 -9.988435e-01 4.583216e-02 -1.453007e-02 -1.243803e-15 2.925963e-14 4.345778e-16 1.225693e+00 9.275842e+00 -1.939356e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -9.737631e-02 1.202730e-01 9.879536e-01 5.156375e-02 9.919476e-01 -1.156769e-01 -9.939110e-01 3.967840e-02 -1.027939e-01 -1.118561e-19 1.676538e-20 4.404902e-19 1.458546e-01 8.761591e+00 -7.045964e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -1.834497e-01 1.312921e-01 9.742220e-01 5.532152e-02 9.908492e-01 -1.231156e-01 -9.814712e-01 3.130992e-02 -1.890342e-01 -9.754713e-20 1.946422e-20 4.582898e-19 7.796620e-02 8.680248e+00 -8.016501e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -2.680108e-01 1.419693e-01 9.528982e-01 5.801973e-02 9.896661e-01 -1.311287e-01 -9.616673e-01 2.014300e-02 -2.734782e-01 -7.706944e-20 1.993080e-20 4.806626e-19 3.964029e-03 8.740600e+00 -8.201159e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -3.483335e-01 1.482476e-01 9.255736e-01 5.655574e-02 9.889396e-01 -1.371125e-01 -9.356630e-01 4.585623e-03 -3.528650e-01 4.817045e-16 -1.243424e-14 -1.676609e-16 -5.215200e-01 8.357272e+00 -3.577166e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -4.269966e-01 1.542944e-01 8.909922e-01 5.619157e-02 9.879581e-01 -1.441571e-01 -9.025057e-01 -1.148831e-02 -4.305248e-01 1.605393e-16 -3.550560e-15 -5.551344e-17 -3.041993e-01 8.631741e+00 -6.975616e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -5.032430e-01 1.602327e-01 8.491596e-01 5.767486e-02 9.866956e-01 -1.520049e-01 -8.622181e-01 -2.752023e-02 -5.057890e-01 -1.662150e-20 2.091084e-20 5.290267e-19 -1.713759e-01 8.726450e+00 -8.103302e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -5.761017e-01 1.642217e-01 8.007110e-01 6.083131e-02 9.855066e-01 -1.583550e-01 -8.151112e-01 -4.252028e-02 -5.777419e-01 -3.571459e-17 1.787293e-15 1.311121e-17 -4.359774e-03 8.744359e+00 -6.877915e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -6.448340e-01 1.685273e-01 7.455117e-01 6.646010e-02 9.840574e-01 -1.649669e-01 -7.614278e-01 -5.682949e-02 -6.457540e-01 -2.795115e-16 5.416665e-15 9.799387e-17 8.623732e-02 8.799329e+00 -9.641719e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -7.083234e-01 1.697369e-01 6.851769e-01 7.274949e-02 9.830443e-01 -1.683196e-01 -7.021293e-01 -6.937841e-02 -7.086615e-01 -1.764650e-16 6.084509e-15 6.248468e-17 3.284115e-01 8.699211e+00 -5.885533e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -7.662135e-01 1.738475e-01 6.186226e-01 8.254368e-02 9.813600e-01 -1.735483e-01 -6.372624e-01 -8.191169e-02 -7.662813e-01 -6.514980e-16 1.181055e-14 2.275443e-16 2.640540e-01 8.769128e+00 -1.297257e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -8.174780e-01 1.714520e-01 5.498490e-01 9.019760e-02 9.809956e-01 -1.717909e-01 -5.688534e-01 -9.084023e-02 -8.174068e-01 -1.630592e-16 7.667384e-15 5.848197e-17 7.798123e-01 8.458301e+00 -2.261183e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -8.632746e-01 1.701899e-01 4.751762e-01 9.445124e-02 9.792782e-01 -1.791459e-01 -4.958185e-01 -1.097712e-01 -8.614606e-01 1.358980e-19 2.996430e-20 5.711456e-19 -9.546844e-01 8.794250e+00 -8.985056e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -9.009317e-01 1.595412e-01 4.035699e-01 9.645964e-02 9.803261e-01 -1.722101e-01 -4.231048e-01 -1.162214e-01 -8.985961e-01 2.785584e-16 2.810025e-15 -9.409269e-17 1.294641e+00 7.866398e+00 5.753151e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -9.336463e-01 1.558547e-01 3.225119e-01 9.651806e-02 9.765383e-01 -1.925026e-01 -3.449477e-01 -1.486012e-01 -9.267841e-01 3.649285e-16 -1.304679e-14 -1.274453e-16 -3.226634e+00 8.980880e+00 -1.220733e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -9.596382e-01 1.479443e-01 2.391799e-01 9.816014e-02 9.731669e-01 -2.081122e-01 -2.635510e-01 -1.762345e-01 -9.484104e-01 2.088622e-19 3.207375e-20 5.650272e-19 -1.186186e+00 8.749486e+00 -7.189234e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -9.782693e-01 1.388716e-01 1.539609e-01 1.026509e-01 9.695612e-01 -2.222922e-01 -1.801446e-01 -2.016574e-01 -9.627472e-01 2.329618e-19 3.520536e-20 5.587824e-19 -1.313006e+00 8.722668e+00 -6.269146e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -9.903643e-01 1.193967e-01 7.016384e-02 1.004238e-01 9.680398e-01 -2.298131e-01 -9.536032e-02 -2.205526e-01 -9.707023e-01 -3.929613e-16 1.065858e-14 1.377249e-16 -5.038352e-01 8.655477e+00 5.442321e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -9.949476e-01 9.948384e-02 -1.349719e-02 9.980153e-02 9.654849e-01 -2.405797e-01 -1.090246e-02 -2.407113e-01 -9.705355e-01 -1.307882e-16 1.780069e-15 4.619509e-17 -1.268362e+00 8.566164e+00 -4.563468e-02
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -9.920320e-01 7.925016e-02 -9.793872e-02 1.018812e-01 9.619318e-01 -2.535891e-01 7.411340e-02 -2.615466e-01 -9.623412e-01 3.010607e-19 3.524400e-20 5.192198e-19 -1.414752e+00 8.724626e+00 -3.146798e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -9.816591e-01 6.169631e-02 -1.803856e-01 1.090564e-01 9.578150e-01 -2.658892e-01 1.563717e-01 -2.806848e-01 -9.469762e-01 2.946822e-17 -5.310228e-15 -9.683663e-18 -1.385009e+00 8.358718e+00 -7.648808e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -9.635705e-01 4.394236e-02 -2.638200e-01 1.197747e-01 9.528650e-01 -2.787515e-01 2.391358e-01 -3.001957e-01 -9.234157e-01 2.285097e-16 -5.178154e-15 -7.899317e-17 -1.658021e+00 8.780996e+00 -8.881749e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -9.387508e-01 1.869266e-02 -3.440895e-01 1.264089e-01 9.475977e-01 -2.933927e-01 3.205742e-01 -3.189187e-01 -8.919210e-01 3.580023e-19 4.127263e-20 4.644914e-19 -1.772601e+00 8.800466e+00 9.194639e-02
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -9.071480e-01 -1.099718e-02 -4.206680e-01 1.319461e-01 9.418137e-01 -3.091557e-01 3.995907e-01 -3.359555e-01 -8.529133e-01 3.723909e-19 4.335204e-20 4.435193e-19 -1.843260e+00 8.796392e+00 2.593578e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -8.701190e-01 -5.067990e-02 -4.902290e-01 1.326402e-01 9.339162e-01 -3.319745e-01 4.746573e-01 -3.538814e-01 -8.058960e-01 -2.026116e-16 5.329624e-15 7.103116e-17 -2.390970e+00 8.743860e+00 1.467847e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -8.269068e-01 -9.096563e-02 -5.549328e-01 1.355767e-01 9.254704e-01 -3.537281e-01 5.457509e-01 -3.677361e-01 -7.529449e-01 -6.725319e-17 3.557356e-15 2.392058e-17 -2.128458e+00 8.673369e+00 9.194936e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -7.772443e-01 -1.307948e-01 -6.154543e-01 1.410011e-01 9.170708e-01 -3.729609e-01 6.131966e-01 -3.766614e-01 -6.943458e-01 4.025423e-19 4.762181e-20 3.764624e-19 -1.875810e+00 8.772947e+00 7.238338e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -7.230193e-01 -1.718165e-01 -6.691204e-01 1.442337e-01 9.096879e-01 -3.894413e-01 6.756032e-01 -3.780834e-01 -6.329402e-01 1.549827e-17 2.359195e-17 -4.887574e-18 -1.358080e+00 8.536974e+00 9.908884e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -6.623937e-01 -2.102239e-01 -7.190553e-01 1.498145e-01 9.032614e-01 -4.020877e-01 7.340233e-01 -3.740652e-01 -5.668200e-01 1.181790e-16 -3.363740e-15 -4.068773e-17 -1.307192e+00 8.766684e+00 4.525952e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -6.004672e-01 -2.499669e-01 -7.595760e-01 1.491408e-01 8.982110e-01 -4.134901e-01 7.856183e-01 -3.615710e-01 -5.020660e-01 7.488374e-17 -1.922964e-15 -2.554638e-17 -4.099404e-01 8.144203e+00 1.182738e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -5.303828e-01 -2.825703e-01 -7.992797e-01 1.554301e-01 8.944219e-01 -4.193458e-01 8.333880e-01 -3.466459e-01 -4.304661e-01 2.748714e-16 -9.109772e-15 -9.523419e-17 -1.020133e+00 8.850947e+00 -1.953292e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -4.578353e-01 -3.229866e-01 -8.282914e-01 1.615001e-01 8.859559e-01 -4.347411e-01 8.742452e-01 -3.328089e-01 -3.534595e-01 4.117507e-19 5.320148e-20 2.604813e-19 -1.628648e+00 8.737926e+00 1.653825e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -3.821736e-01 -3.657752e-01 -8.486176e-01 1.671755e-01 8.758084e-01 -4.527824e-01 9.088430e-01 -3.149096e-01 -2.735622e-01 4.077590e-19 5.544095e-20 2.358723e-19 -1.513389e+00 8.778497e+00 1.841598e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -3.044726e-01 -4.087670e-01 -8.603522e-01 1.740875e-01 8.641429e-01 -4.721764e-01 9.364774e-01 -2.935413e-01 -1.919467e-01 3.990874e-19 5.558594e-20 2.142424e-19 -1.408713e+00 8.736348e+00 2.049700e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -2.270231e-01 -4.564274e-01 -8.603107e-01 1.808797e-01 8.482452e-01 -4.977577e-01 9.569446e-01 -2.686152e-01 -1.100128e-01 -9.215697e-17 3.553436e-15 3.249202e-17 -1.473481e+00 8.634898e+00 3.127328e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -1.491417e-01 -5.010272e-01 -8.524837e-01 1.885188e-01 8.319053e-01 -5.219140e-01 9.706788e-01 -2.385483e-01 -2.961871e-02 -3.047467e-17 -1.770304e-15 1.077351e-17 -1.240223e+00 8.539176e+00 2.703769e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -7.469090e-02 -5.532574e-01 -8.296551e-01 1.970214e-01 8.073919e-01 -5.561483e-01 9.775499e-01 -2.049990e-01 4.869874e-02 -2.258663e-16 8.933818e-15 7.918740e-17 -1.318881e+00 8.362504e+00 4.762086e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 2.815747e-04 -5.933917e-01 -8.049138e-01 2.065051e-01 7.875988e-01 -5.805547e-01 9.784455e-01 -1.660553e-01 1.227602e-01 7.195290e-18 -6.658890e-15 -2.727946e-18 -9.777184e-01 8.215493e+00 2.597708e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 7.753404e-02 -6.294848e-01 -7.731347e-01 2.156647e-01 7.676982e-01 -6.034304e-01 9.733844e-01 -1.199515e-01 1.952804e-01 3.310041e-19 6.331396e-20 1.322484e-19 -5.461424e-01 8.705489e+00 3.030986e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 1.545293e-01 -6.616055e-01 -7.337567e-01 2.236286e-01 7.468251e-01 -6.262926e-01 9.623466e-01 -6.730841e-02 2.633603e-01 3.129577e-19 6.260467e-20 1.199080e-19 -3.239352e-01 8.713564e+00 3.193474e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 2.342002e-01 -6.861911e-01 -6.886886e-01 2.309079e-01 7.273808e-01 -6.462188e-01 9.443685e-01 -7.679076e-03 3.287997e-01 6.720504e-17 1.777174e-15 -2.288246e-17 -5.367357e-02 9.207395e+00 2.716373e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 3.097019e-01 -7.065385e-01 -6.363081e-01 2.389034e-01 7.055647e-01 -6.671608e-01 9.203314e-01 5.460482e-02 3.873092e-01 2.258276e-17 6.852281e-18 -7.469931e-18 1.786962e-01 8.791362e+00 3.246304e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 3.811623e-01 -7.221621e-01 -5.772324e-01 2.465068e-01 6.811508e-01 -6.893969e-01 8.910386e-01 1.204804e-01 4.376468e-01 2.571455e-19 6.257571e-20 9.737351e-20 5.882835e-01 8.723939e+00 3.477230e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 4.460742e-01 -7.335657e-01 -5.127370e-01 2.587756e-01 6.541364e-01 -7.107325e-01 8.567689e-01 1.843557e-01 4.816223e-01 -4.724949e-18 -5.294309e-15 2.026930e-18 2.679456e-01 8.307211e+00 3.779011e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 5.067619e-01 -7.394062e-01 -4.432504e-01 2.693734e-01 6.242283e-01 -7.333328e-01 8.189203e-01 2.522253e-01 5.155114e-01 -3.861451e-17 2.784089e-16 1.344970e-17 1.181051e+00 8.405891e+00 3.851450e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 5.660877e-01 -7.366357e-01 -3.700169e-01 2.781117e-01 5.932077e-01 -7.554856e-01 7.760145e-01 3.247651e-01 5.406746e-01 2.017700e-19 6.082996e-20 9.883693e-20 1.641749e+00 8.793296e+00 3.620703e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 6.170780e-01 -7.301321e-01 -2.934653e-01 2.853791e-01 5.551937e-01 -7.812290e-01 7.333304e-01 3.983304e-01 5.509622e-01 -9.034298e-17 3.168888e-15 3.106792e-17 2.675404e+00 8.059566e+00 4.258048e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 6.693653e-01 -7.108867e-01 -2.158478e-01 2.908539e-01 5.180929e-01 -8.043530e-01 6.836330e-01 4.756258e-01 5.535576e-01 3.472638e-17 4.824141e-16 -1.171308e-17 2.634962e+00 9.123321e+00 3.383131e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 7.169188e-01 -6.830972e-01 -1.393040e-01 2.977231e-01 4.806684e-01 -8.248144e-01 6.303875e-01 5.498510e-01 5.479740e-01 1.623288e-19 5.383776e-20 1.182454e-19 2.688117e+00 8.745241e+00 3.289519e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 7.599569e-01 -6.467255e-01 -6.489716e-02 3.040261e-01 4.419445e-01 -8.439509e-01 5.744855e-01 6.216359e-01 5.324802e-01 1.509515e-19 5.001348e-20 1.265053e-19 3.026428e+00 8.747910e+00 3.131328e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 7.983945e-01 -6.021161e-01 4.746299e-03 3.117381e-01 4.065893e-01 -8.587808e-01 5.151559e-01 6.871254e-01 5.123212e-01 -2.466630e-18 6.692966e-19 1.061168e-18 2.533184e+00 8.605945e+00 2.666602e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 8.318012e-01 -5.504852e-01 7.122403e-02 3.185453e-01 3.683254e-01 -8.734216e-01 4.545720e-01 7.492012e-01 4.817280e-01 -7.365820e-19 5.604440e-18 4.482555e-19 3.381313e+00 8.626565e+00 2.619573e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 8.602749e-01 -4.930620e-01 1.296806e-01 3.272062e-01 3.388970e-01 -8.820912e-01 3.909773e-01 8.012732e-01 4.528775e-01 -6.258925e-18 4.818201e-17 2.603513e-18 1.897660e+00 8.262124e+00 1.935092e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 8.835999e-01 -4.299717e-01 1.854065e-01 3.330604e-01 2.988156e-01 -8.943042e-01 3.291231e-01 8.519587e-01 4.072400e-01 3.067206e-19 4.134782e-16 8.429803e-20 4.280893e+00 8.491833e+00 2.134352e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 9.034680e-01 -3.585128e-01 2.349769e-01 3.368631e-01 2.548268e-01 -9.064141e-01 2.650826e-01 8.980712e-01 3.509976e-01 1.201782e-19 3.361540e-20 1.699349e-19 4.470966e+00 8.851278e+00 1.747457e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 9.186704e-01 -2.811814e-01 2.774558e-01 3.406917e-01 2.084792e-01 -9.167691e-01 1.999347e-01 9.367355e-01 2.873199e-01 1.219796e-19 2.685860e-20 1.784176e-19 4.669049e+00 8.839925e+00 1.358058e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 9.302075e-01 -1.969383e-01 3.097245e-01 3.415043e-01 1.551818e-01 -9.269808e-01 1.344944e-01 9.680568e-01 2.116066e-01 2.010408e-18 3.829458e-19 -5.419102e-19 5.717413e+00 9.140189e+00 7.756866e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 9.369346e-01 -1.107499e-01 3.314935e-01 3.425363e-01 1.025224e-01 -9.338940e-01 6.944316e-02 9.885462e-01 1.339927e-01 7.418390e-19 3.197859e-18 -8.216686e-20 5.224213e+00 8.808572e+00 5.018330e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 9.405101e-01 -1.839501e-02 3.392674e-01 3.397353e-01 3.754751e-02 -9.397713e-01 4.548459e-03 9.991255e-01 4.156325e-02 4.738156e-18 2.749760e-17 -1.632162e-18 7.133393e+00 9.465855e+00 -4.259248e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 9.386513e-01 6.802840e-02 3.380914e-01 3.399190e-01 -1.701924e-02 -9.403007e-01 -5.821310e-02 9.975382e-01 -3.909927e-02 -3.247593e-20 2.359701e-16 1.928131e-19 4.908240e+00 8.318004e+00 -1.692554e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 9.323954e-01 1.545718e-01 3.267205e-01 3.399339e-01 -6.786330e-02 -9.379976e-01 -1.228157e-01 9.856481e-01 -1.158196e-01 1.451192e-19 -5.867089e-21 1.895479e-19 4.799778e+00 8.783007e+00 -7.575946e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 9.220560e-01 2.391121e-01 3.043652e-01 3.385237e-01 -1.169470e-01 -9.336622e-01 -1.876553e-01 9.639237e-01 -1.887768e-01 1.480290e-19 -1.388505e-20 1.852472e-19 4.706398e+00 8.767958e+00 -1.146398e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 9.065753e-01 3.218657e-01 2.729904e-01 3.359877e-01 -1.589680e-01 -9.283542e-01 -2.554086e-01 9.333443e-01 -2.522594e-01 -1.166596e-18 -3.552854e-15 6.949940e-19 3.649916e+00 8.961812e+00 -1.386952e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 8.868547e-01 3.991646e-01 2.327154e-01 3.327964e-01 -2.024437e-01 -9.210120e-01 -3.205236e-01 8.942506e-01 -3.123786e-01 -2.984744e-19 1.775164e-15 3.062354e-19 4.099172e+00 8.714142e+00 -1.875273e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 8.605245e-01 4.740191e-01 1.865569e-01 3.271329e-01 -2.334926e-01 -9.156775e-01 -3.904890e-01 8.489918e-01 -3.559934e-01 -3.057261e-18 -1.066839e-14 1.479624e-18 1.979916e+00 9.126425e+00 -1.740500e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 8.322631e-01 5.384218e-01 1.320606e-01 3.218451e-01 -2.753015e-01 -9.058834e-01 -4.513909e-01 7.964364e-01 -4.024117e-01 2.059172e-19 7.017511e-15 1.409051e-19 4.024077e+00 8.331051e+00 -2.766142e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 7.996798e-01 5.963253e-01 7.006051e-02 3.155780e-01 -3.181641e-01 -8.939699e-01 -5.108061e-01 7.369992e-01 -4.426165e-01 1.391287e-19 -3.456985e-20 1.506262e-19 3.494332e+00 8.688532e+00 -2.898372e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 7.620054e-01 6.475596e-01 3.789901e-03 3.103224e-01 -3.600176e-01 -8.798223e-01 -5.683730e-01 6.716054e-01 -4.752876e-01 1.325613e-19 -4.025966e-20 1.425263e-19 3.195346e+00 8.689249e+00 -3.123019e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 7.216684e-01 6.887102e-01 -6.980617e-02 3.029592e-01 -4.048999e-01 -8.627119e-01 -6.224230e-01 6.014435e-01 -5.008545e-01 1.092060e-18 -3.553209e-15 -1.666427e-19 3.209280e+00 8.584140e+00 -3.920951e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 6.768930e-01 7.217073e-01 -1.447567e-01 2.959189e-01 -4.468767e-01 -8.442353e-01 -6.739791e-01 5.286207e-01 -5.160545e-01 4.410691e-19 -4.160711e-18 3.001172e-20 2.654114e+00 8.563735e+00 -3.666992e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 6.316417e-01 7.411829e-01 -2.273249e-01 2.856945e-01 -4.951247e-01 -8.205060e-01 -7.206993e-01 4.533204e-01 -5.244933e-01 2.483641e-18 -8.917545e-15 -5.931195e-19 2.885545e+00 8.329834e+00 -5.136094e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 5.804426e-01 7.557706e-01 -3.031454e-01 2.780300e-01 -5.338428e-01 -7.985682e-01 -7.653664e-01 3.792395e-01 -5.199920e-01 2.451363e-20 3.245828e-15 6.717208e-20 1.850570e+00 8.355067e+00 -3.581611e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 5.230357e-01 7.645613e-01 -3.766693e-01 2.709666e-01 -5.681738e-01 -7.770171e-01 -8.080908e-01 3.043429e-01 -5.043457e-01 7.437432e-20 -5.615674e-20 1.058418e-19 1.381552e+00 8.695411e+00 -3.641876e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 4.613377e-01 7.713095e-01 -4.384623e-01 2.602152e-01 -5.900909e-01 -7.642518e-01 -8.482073e-01 2.384836e-01 -4.729376e-01 -2.399519e-18 1.622869e-14 7.489138e-19 -3.496960e-01 8.184180e+00 -2.203361e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 3.928500e-01 7.708325e-01 -5.014839e-01 2.481012e-01 -6.139467e-01 -7.493432e-01 -8.855025e-01 1.699608e-01 -4.324334e-01 -6.909955e-19 1.551790e-16 4.489873e-19 2.968431e-04 9.016759e+00 -3.215433e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 3.234512e-01 7.614833e-01 -5.617138e-01 2.378716e-01 -6.399955e-01 -7.306318e-01 -9.158583e-01 1.027080e-01 -3.881426e-01 1.959105e-20 -5.643816e-20 1.143078e-19 3.372765e-01 8.535042e+00 -3.426980e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 2.514402e-01 7.457372e-01 -6.169715e-01 2.289245e-01 -6.651861e-01 -7.107187e-01 -9.404102e-01 3.746336e-02 -3.379720e-01 1.788114e-21 -5.900498e-20 1.184116e-19 2.502978e-02 8.564351e+00 -3.322671e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 1.814027e-01 7.215099e-01 -6.682189e-01 2.278146e-01 -6.918402e-01 -6.851698e-01 -9.566575e-01 -2.793838e-02 -2.898721e-01 1.318435e-18 -5.329825e-15 -2.158912e-19 1.020526e+00 8.065457e+00 -3.780915e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 1.085816e-01 6.931093e-01 -7.126076e-01 2.243224e-01 -7.154399e-01 -6.616836e-01 -9.684469e-01 -8.800721e-02 -2.331635e-01 4.191310e-19 -5.335399e-15 5.755070e-20 -1.362214e-01 8.386654e+00 -3.189538e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 3.210255e-02 6.606148e-01 -7.500383e-01 2.181743e-01 -7.369600e-01 -6.397577e-01 -9.753817e-01 -1.431012e-01 -1.677874e-01 -4.351615e-20 -5.889017e-20 1.426718e-19 -7.382786e-01 8.646567e+00 -3.048313e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -4.293899e-02 6.235797e-01 -7.805796e-01 2.057322e-01 -7.590368e-01 -6.176871e-01 -9.776658e-01 -1.871132e-01 -9.569818e-02 -1.633803e-19 -7.137543e-15 3.449258e-19 -1.731371e+00 8.239860e+00 -3.078933e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -1.222811e-01 5.834735e-01 -8.028736e-01 1.907306e-01 -7.800517e-01 -5.959372e-01 -9.739965e-01 -2.260044e-01 -1.590062e-02 -8.469971e-19 3.295495e-15 3.285787e-19 -2.013049e+00 8.877201e+00 -2.740796e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -2.012837e-01 5.424451e-01 -8.156213e-01 1.806984e-01 -7.978101e-01 -5.751932e-01 -9.627217e-01 -2.631585e-01 6.256717e-02 -8.977729e-20 -5.604027e-20 1.902568e-19 -1.301604e+00 8.603793e+00 -2.279574e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -2.794895e-01 5.003153e-01 -8.194939e-01 1.721255e-01 -8.135722e-01 -5.554036e-01 -9.445943e-01 -2.962853e-01 1.412679e-01 -1.003726e-19 -5.470009e-20 2.101146e-19 -1.431300e+00 8.594627e+00 -2.053643e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -3.564551e-01 4.618841e-01 -8.121594e-01 1.694868e-01 -8.228708e-01 -5.423632e-01 -9.188112e-01 -3.309785e-01 2.150333e-01 5.641711e-19 -1.777075e-15 -7.830420e-20 -4.076444e-01 8.460204e+00 -1.038534e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -4.308906e-01 4.215169e-01 -7.979078e-01 1.646005e-01 -8.326566e-01 -5.287624e-01 -8.872655e-01 -3.591748e-01 2.894020e-01 9.482506e-20 -1.782373e-15 2.072991e-19 -1.296208e+00 8.459322e+00 -1.280946e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -5.033259e-01 3.781913e-01 -7.769391e-01 1.573512e-01 -8.439862e-01 -5.127650e-01 -8.496492e-01 -3.803402e-01 3.652912e-01 -1.166126e-19 -5.172354e-20 2.725309e-19 -1.754201e+00 8.630681e+00 -1.469994e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -5.702433e-01 3.320552e-01 -7.513734e-01 1.526919e-01 -8.558786e-01 -4.941225e-01 -8.071603e-01 -3.964987e-01 4.373568e-01 -2.148299e-19 -1.806850e-15 3.978168e-19 -1.613494e+00 8.251594e+00 -1.706744e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -6.350846e-01 2.826191e-01 -7.188839e-01 1.460809e-01 -8.699258e-01 -4.710515e-01 -7.585038e-01 -4.041727e-01 5.111912e-01 -5.127683e-19 1.532151e-15 4.252209e-19 -2.465077e+00 8.715702e+00 -1.784532e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -6.907733e-01 2.326111e-01 -6.846345e-01 1.458204e-01 -8.825733e-01 -4.469907e-01 -7.082151e-01 -4.086029e-01 5.757386e-01 -4.871217e-19 -2.106112e-15 7.287823e-19 -1.682163e+00 7.664329e+00 -2.134495e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -7.473200e-01 1.799528e-01 -6.396326e-01 1.393814e-01 -8.987574e-01 -4.157018e-01 -6.496812e-01 -3.998152e-01 6.465772e-01 -1.012699e-18 5.022717e-15 5.837887e-19 -3.580659e+00 9.096134e+00 -1.895996e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -7.998022e-01 1.361826e-01 -5.846117e-01 1.336608e-01 -9.090692e-01 -3.946238e-01 -5.851934e-01 -3.937606e-01 7.088733e-01 -1.118898e-19 -4.476745e-20 3.842298e-19 -1.832346e+00 8.692939e+00 -5.637192e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -8.470506e-01 9.575943e-02 -5.228149e-01 1.287233e-01 -9.173951e-01 -3.765853e-01 -5.156894e-01 -3.862853e-01 7.647536e-01 -1.020713e-19 -4.400152e-20 4.056273e-19 -1.798298e+00 8.738218e+00 -4.061596e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -8.883328e-01 5.932811e-02 -4.553515e-01 1.228550e-01 -9.247645e-01 -3.601629e-01 -4.424606e-01 -3.758867e-01 8.142099e-01 -9.062505e-20 -4.251737e-20 4.308657e-19 -1.752908e+00 8.687633e+00 -2.298780e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -9.237437e-01 2.770620e-02 -3.820077e-01 1.175186e-01 -9.287687e-01 -3.515367e-01 -3.645365e-01 -3.696228e-01 8.546883e-01 2.283159e-19 -5.601466e-19 3.793122e-19 -6.873434e-01 8.746722e+00 3.159366e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -9.519718e-01 -1.719591e-03 -3.061809e-01 1.115224e-01 -9.332412e-01 -3.415019e-01 -2.851534e-01 -3.592462e-01 8.886111e-01 1.814931e-20 -4.693760e-18 5.267566e-19 -1.304109e+00 8.534377e+00 2.680135e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -9.739321e-01 -2.567558e-02 -2.253821e-01 1.045650e-01 -9.325314e-01 -3.456173e-01 -2.013020e-01 -3.601749e-01 9.109070e-01 6.904628e-19 -4.035081e-17 3.643422e-19 9.683078e-01 8.701855e+00 1.030289e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -9.879774e-01 -4.922304e-02 -1.465532e-01 9.673361e-02 -9.362879e-01 -3.376500e-01 -1.205958e-01 -3.477671e-01 9.297928e-01 -1.047172e-19 -3.462753e-16 7.780315e-19 -1.604199e+00 8.136112e+00 5.882145e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -9.953010e-01 -7.215971e-02 -6.456748e-02 8.943527e-02 -9.406522e-01 -3.273756e-01 -3.711222e-02 -3.316119e-01 9.426857e-01 -3.964530e-21 -3.351629e-20 5.185277e-19 -1.234735e+00 8.624976e+00 4.946630e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -9.953210e-01 -9.481019e-02 1.863088e-02 8.405602e-02 -9.447077e-01 -3.169573e-01 4.765152e-02 -3.139082e-01 9.482568e-01 1.663470e-20 -3.255807e-20 5.334825e-19 -1.113712e+00 8.632416e+00 5.830604e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -9.878191e-01 -1.158172e-01 1.039224e-01 7.958302e-02 -9.499218e-01 -3.021838e-01 1.337163e-01 -2.902324e-01 9.475680e-01 -1.442431e-19 -4.280460e-19 3.552850e-19 -1.718851e+00 8.882657e+00 6.189913e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -9.730252e-01 -1.337282e-01 1.879859e-01 7.519330e-02 -9.541944e-01 -2.895841e-01 2.181006e-01 -2.676374e-01 9.385107e-01 -1.217119e-22 -3.587158e-18 6.307822e-19 -1.084643e+00 8.637740e+00 7.009355e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -9.501377e-01 -1.492046e-01 2.738180e-01 7.345652e-02 -9.604808e-01 -2.684788e-01 3.030552e-01 -2.349781e-01 9.235490e-01 -3.833760e-19 -3.083750e-17 -7.791028e-21 -2.500423e+00 9.120859e+00 7.987205e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -9.214140e-01 -1.610433e-01 3.536401e-01 6.984492e-02 -9.638940e-01 -2.569633e-01 3.822538e-01 -2.120696e-01 8.993934e-01 1.036745e-19 -2.646358e-16 1.031599e-18 -4.630285e-01 8.299116e+00 7.347053e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -8.855392e-01 -1.715834e-01 4.317169e-01 6.666009e-02 -9.666076e-01 -2.474392e-01 4.597573e-01 -1.903388e-01 8.674067e-01 1.391098e-19 -2.707410e-20 5.679443e-19 -6.222192e-01 8.657119e+00 7.770579e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -8.430385e-01 -1.793138e-01 5.070826e-01 6.269759e-02 -9.691253e-01 -2.384643e-01 5.341865e-01 -1.692417e-01 8.282524e-01 1.646247e-19 -2.619410e-20 5.689598e-19 -5.183272e-01 8.662235e+00 7.873770e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -7.936038e-01 -1.876036e-01 5.787901e-01 5.881817e-02 -9.704767e-01 -2.339131e-01 6.055852e-01 -1.515910e-01 7.812085e-01 3.591386e-19 -3.449233e-19 3.440856e-19 4.947214e-02 8.761278e+00 4.703736e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -7.386230e-01 -1.935379e-01 6.457392e-01 5.473536e-02 -9.719566e-01 -2.287017e-01 6.718929e-01 -1.335795e-01 7.285029e-01 2.674430e-19 -2.890356e-18 3.933131e-19 -1.454926e-01 8.614783e+00 6.951670e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -6.771050e-01 -2.029644e-01 7.073431e-01 4.966525e-02 -9.716247e-01 -2.312549e-01 7.342086e-01 -1.214535e-01 6.679722e-01 6.555255e-19 -2.484747e-17 -1.197708e-20 8.747316e-01 8.796033e+00 -7.570505e-02
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -6.127458e-01 -2.064233e-01 7.628447e-01 4.466782e-02 -9.727872e-01 -2.273542e-01 7.890167e-01 -1.052357e-01 6.052917e-01 2.252842e-19 -2.132315e-16 3.528658e-19 -8.081159e-02 8.336793e+00 8.682832e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -5.411690e-01 -2.211205e-01 8.113211e-01 3.608852e-02 -9.700269e-01 -2.403030e-01 8.401391e-01 -1.007651e-01 5.329283e-01 1.176773e-18 -5.373272e-17 -4.895657e-19 2.110546e+00 8.877135e+00 -1.219629e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -4.725092e-01 -2.179737e-01 8.539453e-01 3.098607e-02 -9.724423e-01 -2.310753e-01 8.807809e-01 -8.272479e-02 4.662421e-01 -1.929960e-19 2.803374e-16 5.583084e-19 -7.631882e-01 7.636958e+00 1.941997e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -3.971716e-01 -2.170198e-01 8.917159e-01 2.564232e-02 -9.738834e-01 -2.255960e-01 9.173861e-01 -6.673466e-02 3.923637e-01 3.299660e-19 -1.521139e-20 5.040471e-19 2.248401e-01 8.586800e+00 4.620956e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -3.178103e-01 -2.178187e-01 9.227956e-01 2.227784e-02 -9.747014e-01 -2.223982e-01 9.478926e-01 -5.012252e-02 3.146226e-01 3.484991e-19 -1.245973e-20 4.887046e-19 3.080000e-01 8.557410e+00 3.963427e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -2.315245e-01 -2.182849e-01 9.480233e-01 1.270726e-02 -9.750968e-01 -2.214153e-01 9.727461e-01 -3.921629e-02 2.285326e-01 5.482479e-19 -1.757348e-19 7.920206e-19 1.236094e+00 9.209401e+00 3.165308e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -1.456239e-01 -2.182865e-01 9.649584e-01 4.386867e-03 -9.754885e-01 -2.200065e-01 9.893303e-01 -2.780507e-02 1.430121e-01 4.364176e-19 -1.468177e-18 5.397508e-19 7.365948e-01 8.625532e+00 2.703487e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -5.923145e-02 -2.187838e-01 9.739740e-01 -8.941657e-04 -9.756750e-01 -2.192203e-01 9.982439e-01 -1.385563e-02 5.759501e-02 4.033636e-19 -1.062913e-20 4.284412e-19 3.705007e-01 8.640592e+00 -4.531490e-03
1 -5.115002e-08 -1.107391e-02 6.608064e-07 2.306575e-02 -2.211960e-01 9.749566e-01 -5.722205e-03 -9.752293e-01 -2.211225e-01 9.997176e-01 -4.785466e-04 -2.376012e-02 3.945615e-19 -7.425918e-18 4.884319e-19 4.636300e-01 7.998133e+00 -3.467885e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 1.062221e-01 -2.245052e-01 9.686662e-01 -6.046841e-03 -9.743055e-01 -2.251491e-01 9.943240e-01 1.805844e-02 -1.048503e-01 3.350574e-19 -5.946049e-17 3.033899e-19 -2.390611e-01 8.380909e+00 -5.177619e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 1.906449e-01 -2.247745e-01 9.555788e-01 -8.880892e-03 -9.737876e-01 -2.272858e-01 9.816189e-01 3.484450e-02 -1.876439e-01 4.341138e-19 -1.016758e-20 3.576030e-19 3.472825e-01 8.637423e+00 -1.865911e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 2.743813e-01 -2.240136e-01 9.351646e-01 -1.255827e-02 -9.732395e-01 -2.294496e-01 9.615390e-01 5.121262e-02 -2.698519e-01 4.409062e-19 -9.162537e-21 3.323047e-19 3.223268e-01 8.645777e+00 -2.728160e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 3.583040e-01 -2.165387e-01 9.081460e-01 -1.701167e-02 -9.740833e-01 -2.255489e-01 9.334500e-01 6.536600e-02 -3.527017e-01 5.207534e-19 -1.241382e-19 5.433249e-19 6.815478e-01 8.951259e+00 5.019287e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 4.383750e-01 -2.104003e-01 8.738187e-01 -2.100402e-02 -9.743470e-01 -2.240686e-01 8.985467e-01 7.987236e-02 -4.315486e-01 4.752092e-19 -1.038918e-18 2.618510e-19 3.586679e-01 8.669615e+00 -1.483138e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 5.184533e-01 -1.928610e-01 8.330731e-01 -2.488065e-02 -9.772236e-01 -2.107485e-01 8.547439e-01 8.853585e-02 -5.114433e-01 6.320643e-19 -8.932038e-18 7.998840e-19 1.297916e+00 9.270499e+00 1.512765e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 5.897305e-01 -1.855389e-01 7.859983e-01 -2.812246e-02 -9.773794e-01 -2.096153e-01 8.071103e-01 1.015123e-01 -5.816083e-01 4.394566e-19 -7.665090e-17 1.189114e-19 -2.060996e-02 8.302786e+00 -6.185162e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 6.570515e-01 -1.792560e-01 7.322230e-01 -3.040399e-02 -9.768280e-01 -2.118553e-01 7.532323e-01 1.169374e-01 -6.472764e-01 4.373054e-19 -4.885250e-21 2.000456e-19 -1.418999e-02 8.647282e+00 -5.251958e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 7.194534e-01 -1.733819e-01 6.725515e-01 -3.394312e-02 -9.759602e-01 -2.152896e-01 6.937108e-01 1.320624e-01 -7.080430e-01 4.314928e-19 -4.533422e-21 1.736286e-19 -8.463501e-02 8.638651e+00 -5.619867e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 7.763688e-01 -1.698899e-01 6.069505e-01 -3.676141e-02 -9.735535e-01 -2.254821e-01 6.292059e-01 1.527449e-01 -7.620819e-01 3.665363e-19 -6.069363e-20 1.124323e-19 -9.105888e-01 8.639950e+00 -1.093013e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 8.271224e-01 -1.640898e-01 5.375343e-01 -4.045947e-02 -9.713326e-01 -2.342564e-01 5.605637e-01 1.720104e-01 -8.100499e-01 4.005797e-19 -5.082161e-19 3.287775e-20 -4.588076e-01 8.536495e+00 -8.033015e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 8.714045e-01 -1.622012e-01 4.629741e-01 -4.424729e-02 -9.658973e-01 -2.551167e-01 4.885656e-01 2.018245e-01 -8.488642e-01 2.532773e-19 -4.369197e-18 -4.217844e-20 -2.210208e+00 8.530893e+00 -1.738817e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 9.087609e-01 -1.537206e-01 3.879737e-01 -4.967553e-02 -9.629220e-01 -2.651669e-01 4.143500e-01 2.217005e-01 -8.827021e-01 4.105928e-19 -3.749466e-17 -6.461854e-20 -2.054369e-01 8.265789e+00 -7.290495e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 9.403774e-01 -1.421401e-01 3.090089e-01 -5.535627e-02 -9.603395e-01 -2.732834e-01 3.355979e-01 2.398839e-01 -9.109499e-01 3.629632e-19 -1.892721e-21 6.283382e-20 -5.600740e-01 8.628398e+00 -6.713208e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 9.653631e-01 -1.272693e-01 2.277643e-01 -5.989488e-02 -9.577471e-01 -2.813061e-01 2.539422e-01 2.579207e-01 -9.321965e-01 3.446627e-19 -1.209563e-21 4.302351e-20 -6.727662e-01 8.625024e+00 -6.619974e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 9.836128e-01 -1.091883e-01 1.434707e-01 -6.455012e-02 -9.562822e-01 -2.852326e-01 1.683426e-01 2.712974e-01 -9.476595e-01 3.437293e-19 -1.914011e-20 1.162561e-19 -1.259567e-01 8.883090e+00 -4.825276e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 9.941540e-01 -9.027871e-02 5.922490e-02 -6.930734e-02 -9.541806e-01 -2.910942e-01 8.279086e-02 2.852878e-01 -9.548595e-01 3.125221e-19 -1.591687e-19 1.693843e-19 -6.800430e-01 8.615613e+00 -5.487419e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 9.973002e-01 -6.794340e-02 -2.785523e-02 -7.310113e-02 -9.545620e-01 -2.889076e-01 -6.960172e-03 2.901639e-01 -9.569517e-01 3.156950e-19 -1.369050e-18 9.321103e-20 6.340167e-01 9.131334e+00 -2.992050e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 9.927982e-01 -4.694544e-02 -1.102173e-01 -7.782017e-02 -9.521985e-01 -2.954015e-01 -9.108100e-02 3.018512e-01 -9.489943e-01 2.663580e-19 -1.174824e-17 1.831468e-19 -1.187076e+00 8.249475e+00 -4.507782e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 9.811141e-01 -2.297024e-02 -1.920609e-01 -8.184620e-02 -9.489557e-01 -3.046050e-01 -1.752605e-01 3.145718e-01 -9.329139e-01 2.285176e-19 1.488277e-21 -2.150931e-20 -1.176426e+00 8.642455e+00 -2.814061e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 9.621633e-01 2.315252e-03 -2.724637e-01 -8.686441e-02 -9.451816e-01 -3.147799e-01 -2.582564e-01 3.265370e-01 -9.092179e-01 2.030011e-19 1.711900e-21 -2.902416e-20 -1.264931e+00 8.643324e+00 -1.817455e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 9.362343e-01 3.183518e-02 -3.499313e-01 -9.149478e-02 -9.394454e-01 -3.302590e-01 -3.392552e-01 3.412167e-01 -8.766283e-01 1.509588e-19 2.113658e-20 -2.313196e-19 -1.977933e+00 8.704298e+00 2.171862e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 9.037013e-01 6.260129e-02 -4.235622e-01 -9.694341e-02 -9.336470e-01 -3.448263e-01 -4.170442e-01 3.526815e-01 -8.376693e-01 1.491392e-19 1.776521e-19 6.430644e-20 -1.626906e+00 8.574660e+00 1.073383e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 8.649519e-01 9.998537e-02 -4.917939e-01 -1.027174e-01 -9.239358e-01 -3.684993e-01 -4.912305e-01 3.692499e-01 -7.888898e-01 5.055386e-20 1.526900e-18 -4.253061e-19 -2.967122e+00 8.685706e+00 9.517655e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 8.209349e-01 1.342071e-01 -5.550265e-01 -1.098619e-01 -9.167075e-01 -3.841584e-01 -5.603537e-01 3.763453e-01 -7.378129e-01 1.201349e-19 1.310346e-17 4.969508e-19 -1.498621e+00 8.294471e+00 1.134673e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 7.717675e-01 1.820776e-01 -6.092804e-01 -1.187789e-01 -8.999927e-01 -4.194099e-01 -6.247131e-01 3.960566e-01 -6.729582e-01 -1.007468e-19 1.124622e-16 -7.530091e-19 -4.543488e+00 8.681388e+00 2.296228e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 7.196543e-01 2.134972e-01 -6.606941e-01 -1.274776e-01 -8.947508e-01 -4.279841e-01 -6.825300e-01 3.922243e-01 -6.166952e-01 1.470657e-19 9.652148e-16 1.448011e-18 -1.927512e-01 7.637289e+00 -8.489294e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 6.607899e-01 2.509704e-01 -7.073687e-01 -1.359209e-01 -8.868472e-01 -4.416192e-01 -7.381614e-01 3.879637e-01 -5.519076e-01 2.213919e-20 8.561231e-21 -7.034695e-21 -1.737695e+00 8.584382e+00 9.604739e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 5.974192e-01 2.928916e-01 -7.465285e-01 -1.419727e-01 -8.775814e-01 -4.579242e-01 -7.892617e-01 3.795594e-01 -4.827014e-01 -7.064789e-22 1.151132e-20 4.099661e-21 -1.760666e+00 8.531688e+00 1.139175e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 5.253963e-01 3.372532e-01 -7.811652e-01 -1.552726e-01 -8.646712e-01 -4.777386e-01 -8.365699e-01 3.722956e-01 -4.019289e-01 -5.758622e-20 -1.776222e-15 -1.086578e-18 -2.833094e+00 9.344614e+00 1.246514e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 4.524249e-01 3.810017e-01 -8.063184e-01 -1.676590e-01 -8.516847e-01 -4.965115e-01 -8.759008e-01 3.598207e-01 -3.214450e-01 -7.119891e-20 -1.775220e-15 -3.237719e-19 -2.095884e+00 8.612719e+00 1.436074e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 3.774094e-01 4.261772e-01 -8.221527e-01 -1.768671e-01 -8.382933e-01 -5.157348e-01 -9.089995e-01 3.400550e-01 -2.410031e-01 -7.399822e-20 1.049321e-20 4.645691e-20 -1.641830e+00 8.679996e+00 1.972143e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 3.071180e-01 4.702514e-01 -8.273706e-01 -1.855336e-01 -8.231193e-01 -5.367047e-01 -9.334109e-01 3.183367e-01 -1.655473e-01 -1.212762e-19 -3.546946e-15 1.622588e-19 -1.658998e+00 7.689029e+00 2.308304e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 2.337448e-01 5.168661e-01 -8.235367e-01 -1.890694e-01 -8.066696e-01 -5.599437e-01 -9.537380e-01 2.865895e-01 -9.083125e-02 -1.069204e-19 1.822550e-15 7.714136e-19 -8.224838e-01 8.415898e+00 2.882375e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 1.565501e-01 5.602635e-01 -8.133861e-01 -1.957716e-01 -7.895976e-01 -5.815575e-01 -9.680731e-01 2.502808e-01 -1.392791e-02 -1.243464e-19 9.089632e-21 1.090844e-19 -1.225202e+00 8.658725e+00 2.531486e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 7.816311e-02 6.013780e-01 -7.951321e-01 -2.034512e-01 -7.711652e-01 -6.032510e-01 -9.759601e-01 2.089226e-01 6.207441e-02 -1.388665e-19 9.832291e-21 1.334456e-19 -1.042959e+00 8.667241e+00 2.750027e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -5.251037e-03 6.348841e-01 -7.725896e-01 -2.133835e-01 -7.555170e-01 -6.194042e-01 -9.769544e-01 1.616054e-01 1.394411e-01 -1.605714e-19 1.241065e-19 -4.469977e-19 -1.100846e+00 9.184840e+00 1.931895e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -8.584603e-02 6.663395e-01 -7.406903e-01 -2.226709e-01 -7.374614e-01 -6.376271e-01 -9.711066e-01 1.101924e-01 2.116826e-01 -1.764175e-19 1.042013e-18 1.859203e-20 -6.867458e-01 8.762507e+00 2.789512e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -1.635969e-01 6.956693e-01 -6.994857e-01 -2.304580e-01 -7.163699e-01 -6.585615e-01 -9.592316e-01 5.346348e-02 2.775184e-01 -1.676384e-19 1.114413e-20 2.152163e-19 -2.717838e-01 8.696755e+00 3.289114e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -2.349641e-01 7.227383e-01 -6.499547e-01 -2.433284e-01 -6.911196e-01 -6.805476e-01 -9.410543e-01 -1.751805e-03 3.382511e-01 -2.174209e-19 5.299220e-18 4.052278e-19 -6.971869e-01 8.186411e+00 3.780219e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -3.029836e-01 7.468937e-01 -5.919043e-01 -2.538814e-01 -6.619127e-01 -7.052771e-01 -9.185560e-01 -6.341389e-02 3.901711e-01 -1.652094e-19 4.244948e-17 6.316162e-19 3.367941e-01 8.358600e+00 4.169978e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -3.714168e-01 7.629542e-01 -5.291034e-01 -2.629056e-01 -6.329675e-01 -7.281709e-01 -8.904663e-01 -1.313506e-01 4.356797e-01 -1.766472e-19 1.183379e-20 2.988775e-19 6.565893e-01 8.746224e+00 3.708246e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -4.313827e-01 7.780373e-01 -4.566913e-01 -2.683524e-01 -5.939623e-01 -7.584166e-01 -8.613338e-01 -2.046136e-01 4.650132e-01 -1.114776e-19 2.123421e-16 1.103872e-18 2.128726e+00 8.086952e+00 5.161243e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -4.954431e-01 7.786356e-01 -3.850489e-01 -2.731022e-01 -5.604273e-01 -7.818801e-01 -8.245916e-01 -2.822195e-01 4.903069e-01 -1.758588e-19 -7.756109e-17 2.544582e-20 1.509874e+00 9.084895e+00 3.371556e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -5.551261e-01 7.711815e-01 -3.116315e-01 -2.801898e-01 -5.261446e-01 -8.029107e-01 -7.831531e-01 -3.584007e-01 5.081538e-01 -1.557899e-19 1.049916e-20 3.836573e-19 1.692262e+00 8.673071e+00 3.627720e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -6.108374e-01 7.552437e-01 -2.376649e-01 -2.864398e-01 -4.906383e-01 -8.229376e-01 -7.381259e-01 -4.346044e-01 5.160322e-01 -1.464730e-19 9.477748e-21 4.120541e-19 2.044890e+00 8.651750e+00 3.571414e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -6.622028e-01 7.308563e-01 -1.653377e-01 -2.969970e-01 -4.585746e-01 -8.375572e-01 -6.879536e-01 -5.055280e-01 5.207315e-01 -1.617999e-19 1.283178e-19 5.526502e-19 1.284256e+00 8.505420e+00 3.220418e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -7.087362e-01 6.992768e-01 -9.330047e-02 -3.058203e-01 -4.237157e-01 -8.526071e-01 -6.357412e-01 -5.757404e-01 5.141557e-01 -1.429632e-19 1.073931e-18 5.183602e-19 2.362068e+00 8.497883e+00 3.251281e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -7.518446e-01 6.589757e-01 -2.192558e-02 -3.121428e-01 -3.850302e-01 -8.685152e-01 -5.807724e-01 -6.461445e-01 4.951774e-01 -1.009152e-19 9.107857e-21 4.867985e-19 3.132087e+00 8.755164e+00 3.187319e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -7.868892e-01 6.151928e-01 4.840582e-02 -3.208841e-01 -3.409128e-01 -8.836356e-01 -5.271041e-01 -7.108560e-01 4.656662e-01 -1.397797e-19 5.442519e-18 5.230769e-19 3.471738e+00 8.094470e+00 3.591706e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -8.198960e-01 5.606462e-01 1.159587e-01 -3.266616e-01 -2.917784e-01 -8.989759e-01 -4.701732e-01 -7.749459e-01 4.223695e-01 -5.072036e-20 4.358569e-17 4.386556e-19 4.439097e+00 8.911070e+00 3.095633e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -8.495958e-01 4.973862e-01 1.754823e-01 -3.315320e-01 -2.448461e-01 -9.111185e-01 -4.102116e-01 -8.322604e-01 3.729197e-01 -3.498889e-20 5.781823e-21 5.483061e-19 4.083699e+00 8.780006e+00 2.418024e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -8.770724e-01 4.226043e-01 2.283629e-01 -3.304743e-01 -1.858405e-01 -9.253378e-01 -3.486127e-01 -8.870563e-01 3.026554e-01 4.924576e-20 2.179747e-16 2.913542e-19 6.358852e+00 9.524001e+00 2.119210e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -8.999033e-01 3.445255e-01 2.673505e-01 -3.302165e-01 -1.379229e-01 -9.337742e-01 -2.848353e-01 -9.285900e-01 2.378853e-01 1.573371e-20 -1.808887e-15 7.355559e-19 4.066836e+00 8.670761e+00 1.258297e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -9.172479e-01 2.633034e-01 2.988774e-01 -3.317710e-01 -8.981294e-02 -9.390749e-01 -2.204186e-01 -9.605233e-01 1.697372e-01 5.118674e-20 4.371409e-21 5.850881e-19 4.586189e+00 8.715120e+00 1.268515e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -9.303013e-01 1.793726e-01 3.199454e-01 -3.321367e-01 -4.182089e-02 -9.423037e-01 -1.556431e-01 -9.828919e-01 9.848226e-02 8.190663e-20 2.340784e-21 5.935082e-19 4.695513e+00 8.673847e+00 8.494390e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -9.370842e-01 9.432435e-02 3.361191e-01 -3.374338e-01 2.127934e-03 -9.413468e-01 -8.950717e-02 -9.955392e-01 2.983417e-02 9.803514e-20 1.776397e-15 6.261920e-19 4.067474e+00 8.555077e+00 1.201220e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -9.401649e-01 8.952513e-03 3.406023e-01 -3.398432e-01 4.702464e-02 -9.393057e-01 -2.442585e-02 -9.988536e-01 -4.116846e-02 1.231647e-19 3.363705e-19 7.129227e-19 4.545797e+00 8.499279e+00 2.220476e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -9.397294e-01 -7.792140e-02 3.329219e-01 -3.393652e-01 9.377276e-02 -9.359690e-01 4.171301e-02 -9.925396e-01 -1.145648e-01 1.715733e-19 -1.853681e-21 5.994651e-19 4.835401e+00 8.781429e+00 -3.756987e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -9.356136e-01 -1.586893e-01 3.153487e-01 -3.379315e-01 1.441788e-01 -9.300617e-01 1.021243e-01 -9.767447e-01 -1.885218e-01 1.588189e-19 -3.551047e-15 9.877597e-19 5.213398e+00 8.022598e+00 -7.753550e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -9.278703e-01 -2.407570e-01 2.847680e-01 -3.340124e-01 1.970306e-01 -9.217455e-01 1.658087e-01 -9.503762e-01 -2.632346e-01 2.581689e-19 1.789684e-15 5.994830e-19 5.308928e+00 8.937814e+00 -1.485341e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -9.151241e-01 -3.194535e-01 2.459622e-01 -3.305681e-01 2.452690e-01 -9.113549e-01 2.308086e-01 -9.153101e-01 -3.300527e-01 2.599440e-19 -6.173601e-21 5.785531e-19 4.469885e+00 8.773328e+00 -1.555312e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -8.986163e-01 -3.964477e-01 1.879308e-01 -3.204290e-01 3.004503e-01 -8.983623e-01 2.996899e-01 -8.675015e-01 -3.970229e-01 3.888402e-19 5.395656e-15 3.616851e-19 5.290339e+00 9.759179e+00 -3.223667e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -8.759681e-01 -4.645063e-01 1.300528e-01 -3.133999e-01 3.430950e-01 -8.854752e-01 3.666883e-01 -8.164066e-01 -4.461165e-01 3.040254e-19 -1.243706e-15 5.820754e-19 3.292083e+00 8.682598e+00 -2.052083e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -8.483734e-01 -5.250480e-01 6.772847e-02 -3.076712e-01 3.848879e-01 -8.701722e-01 4.308143e-01 -7.590691e-01 -4.880709e-01 3.393388e-19 -6.415029e-21 5.297773e-19 3.632397e+00 8.722064e+00 -2.504611e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -8.161464e-01 -5.776816e-01 1.374838e-02 -3.005311e-01 4.040274e-01 -8.639693e-01 4.935444e-01 -7.092573e-01 -5.033568e-01 2.503941e-19 -7.994939e-15 7.518026e-19 1.960997e-01 7.657874e+00 -1.184723e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -7.803389e-01 -6.233557e-01 -4.998852e-02 -2.934456e-01 4.355873e-01 -8.509720e-01 5.522326e-01 -6.493777e-01 -5.228267e-01 3.659248e-19 -1.069877e-17 6.402111e-19 2.952919e+00 8.353063e+00 -2.935186e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -7.399711e-01 -6.617929e-01 -1.203036e-01 -2.852432e-01 4.707119e-01 -8.349052e-01 6.091626e-01 -5.834899e-01 -5.370851e-01 3.977458e-19 -2.315347e-21 4.720361e-19 2.685010e+00 8.580242e+00 -3.110997e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -6.941074e-01 -6.936490e-01 -1.925253e-01 -2.782353e-01 5.051649e-01 -8.169416e-01 6.639277e-01 -5.134778e-01 -5.436363e-01 4.129084e-19 -8.457928e-21 4.441137e-19 2.335906e+00 8.599961e+00 -3.258670e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -6.449497e-01 -7.146437e-01 -2.707846e-01 -2.722815e-01 5.459516e-01 -7.923381e-01 7.140747e-01 -4.372886e-01 -5.466956e-01 4.808492e-19 -7.924016e-20 2.752388e-19 3.083280e+00 8.694300e+00 -4.211264e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -5.914862e-01 -7.278885e-01 -3.468751e-01 -2.658215e-01 5.821790e-01 -7.683792e-01 7.612378e-01 -3.622788e-01 -5.378393e-01 4.496673e-19 -6.762109e-19 3.025110e-19 1.972739e+00 8.578033e+00 -3.695258e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -5.328513e-01 -7.348910e-01 -4.195292e-01 -2.590491e-01 6.136356e-01 -7.458853e-01 8.055824e-01 -2.887673e-01 -5.173494e-01 4.492856e-19 -9.976660e-21 3.628079e-19 1.317049e+00 8.667822e+00 -3.488141e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -4.732198e-01 -7.326632e-01 -4.891500e-01 -2.456912e-01 6.429886e-01 -7.253974e-01 8.459899e-01 -2.230926e-01 -4.842839e-01 4.351635e-19 -3.460868e-18 4.034698e-19 1.638267e-01 8.212853e+00 -3.842457e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -4.075356e-01 -7.268967e-01 -5.527531e-01 -2.321050e-01 6.678733e-01 -7.071581e-01 8.831999e-01 -1.598953e-01 -4.408985e-01 4.422506e-19 -2.773683e-17 3.797287e-19 -1.090243e-01 8.593493e+00 -3.157107e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -3.381579e-01 -7.154134e-01 -6.114188e-01 -2.221294e-01 6.920119e-01 -6.868610e-01 9.144986e-01 -9.645341e-02 -3.929236e-01 4.557658e-19 -8.422280e-21 2.792365e-19 2.901458e-01 8.572783e+00 -3.196380e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -2.605381e-01 -7.057938e-01 -6.587678e-01 -2.081946e-01 7.073516e-01 -6.755062e-01 9.427486e-01 -3.884319e-02 -3.312345e-01 4.363683e-19 -1.387515e-16 3.378277e-19 -1.272681e+00 9.026517e+00 -1.673000e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -1.832932e-01 -6.877141e-01 -7.024621e-01 -2.024221e-01 7.256585e-01 -6.576055e-01 9.619921e-01 2.165927e-02 -2.722168e-01 4.571844e-19 2.442660e-15 1.956766e-19 3.888648e-01 8.555075e+00 -2.835795e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -1.059342e-01 -6.631043e-01 -7.409930e-01 -1.940725e-01 7.446431e-01 -6.386256e-01 9.752506e-01 7.615407e-02 -2.075734e-01 4.455160e-19 -5.856208e-21 1.962921e-19 -5.584645e-01 8.505919e+00 -2.781804e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -2.712305e-02 -6.348568e-01 -7.721536e-01 -1.861528e-01 7.621340e-01 -6.200798e-01 9.821464e-01 1.269201e-01 -1.388518e-01 4.348807e-19 -5.402886e-21 1.713283e-19 -7.548630e-01 8.510481e+00 -2.593394e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 4.752676e-02 -5.977847e-01 -8.002467e-01 -1.759720e-01 7.836108e-01 -5.958087e-01 9.832472e-01 1.691379e-01 -6.795090e-02 4.211397e-19 -3.552786e-15 1.836828e-19 -1.301235e+00 7.994364e+00 -3.526785e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 1.237146e-01 -5.602120e-01 -8.190587e-01 -1.669762e-01 8.018779e-01 -5.736818e-01 9.781685e-01 2.077361e-01 5.661975e-03 4.071134e-19 1.775750e-15 1.576994e-19 -1.192870e+00 8.271845e+00 -2.545755e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 2.022663e-01 -5.225497e-01 -8.282693e-01 -1.593117e-01 8.169284e-01 -5.542993e-01 9.662857e-01 2.440691e-01 8.198883e-02 3.977453e-19 -4.570355e-21 9.711754e-20 -1.245644e+00 8.553681e+00 -1.999190e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 2.797994e-01 -4.878651e-01 -8.268615e-01 -1.470451e-01 8.293224e-01 -5.390752e-01 9.487307e-01 2.724189e-01 1.603058e-01 3.792772e-19 5.325999e-15 1.559743e-19 -1.919374e+00 8.285843e+00 -1.231215e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 3.596774e-01 -4.538453e-01 -8.152648e-01 -1.359911e-01 8.389112e-01 -5.270052e-01 9.231135e-01 3.004206e-01 2.400185e-01 3.744271e-19 1.751760e-15 -1.341148e-21 -1.474932e+00 8.857417e+00 -8.426376e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 4.356813e-01 -4.167962e-01 -7.977862e-01 -1.271219e-01 8.489532e-01 -5.129508e-01 8.910790e-01 3.248992e-01 3.168891e-01 3.407653e-19 -3.949873e-22 4.030175e-20 -1.447253e+00 8.481124e+00 -1.247064e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 5.157870e-01 -3.844312e-01 -7.656216e-01 -1.191298e-01 8.528036e-01 -5.084626e-01 8.483937e-01 3.534667e-01 3.940678e-01 3.427647e-19 -1.899346e-15 -9.552353e-21 -6.977049e-01 9.546178e+00 4.077557e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 5.847001e-01 -3.455135e-01 -7.339934e-01 -1.147581e-01 8.604440e-01 -4.964542e-01 8.030918e-01 3.745085e-01 4.634512e-01 2.988705e-19 -2.760274e-15 1.250900e-19 -1.257183e+00 8.087184e+00 -1.339855e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 6.499681e-01 -3.072010e-01 -6.951036e-01 -1.074428e-01 8.683234e-01 -4.842216e-01 7.523280e-01 3.894125e-01 5.313760e-01 2.730447e-19 1.694944e-21 -4.257715e-21 -1.551728e+00 8.484889e+00 -6.277415e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 7.108769e-01 -2.690418e-01 -6.498234e-01 -1.006621e-01 8.755090e-01 -4.726004e-01 6.960755e-01 4.013733e-01 5.952968e-01 2.491056e-19 3.145195e-21 -1.197063e-20 -1.494146e+00 8.457431e+00 -4.446430e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 7.663116e-01 -2.318043e-01 -5.991938e-01 -8.909272e-02 8.852903e-01 -4.564247e-01 6.362617e-01 4.031474e-01 6.577562e-01 2.138822e-19 1.776390e-15 -1.170536e-19 -2.548994e+00 8.310536e+00 -3.211275e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 8.164144e-01 -1.962483e-01 -5.430969e-01 -7.954271e-02 8.932995e-01 -4.423674e-01 5.719620e-01 4.043545e-01 7.136924e-01 1.918703e-19 1.776642e-15 -1.289206e-19 -1.703729e+00 8.282566e+00 -1.337575e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 8.617368e-01 -1.614230e-01 -4.809910e-01 -7.237785e-02 8.992259e-01 -4.314559e-01 5.021665e-01 4.066145e-01 7.632126e-01 1.693198e-19 6.668495e-21 -2.860467e-20 -1.201780e+00 8.495356e+00 8.483307e-02
1 -5.115002e-08 -1.107391e-02 6.608064e-07 9.003418e-01 -1.328320e-01 -4.144156e-01 -6.244426e-02 9.029908e-01 -4.250981e-01 4.306801e-01 4.086114e-01 8.047057e-01 1.319526e-19 1.777834e-15 -1.144990e-19 -9.446955e-01 8.063299e+00 8.287167e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 9.340022e-01 -1.033255e-01 -3.419995e-01 -5.476621e-02 9.045437e-01 -4.228492e-01 3.530446e-01 4.136721e-01 8.391870e-01 1.132857e-19 -1.764504e-15 2.420276e-19 -2.658559e-01 8.635287e+00 6.212461e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 9.607841e-01 -7.284669e-02 -2.675579e-01 -4.761091e-02 9.072123e-01 -4.179702e-01 2.731795e-01 4.143178e-01 8.681669e-01 9.316206e-20 1.079712e-20 -2.257714e-20 -8.108868e-01 8.447503e+00 4.432214e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 9.815609e-01 -3.967091e-02 -1.869875e-01 -4.422214e-02 9.045600e-01 -4.240468e-01 1.859637e-01 4.244967e-01 8.861264e-01 5.133981e-20 -7.046077e-15 7.042601e-19 1.224006e+00 9.178233e+00 4.416085e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 9.939596e-01 -6.678597e-03 -1.095434e-01 -4.017909e-02 9.067032e-01 -4.198510e-01 1.021273e-01 4.217163e-01 9.009580e-01 4.982462e-20 -1.301501e-15 -1.166563e-19 -1.071848e+00 8.271939e+00 2.809365e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 9.992822e-01 2.308047e-02 -3.004107e-02 -3.349584e-02 9.087383e-01 -4.160201e-01 1.769753e-02 4.167278e-01 9.088590e-01 1.768491e-20 1.370630e-20 9.018628e-23 -4.747132e-01 8.467955e+00 6.728516e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 9.973980e-01 5.253298e-02 4.937113e-02 -2.752409e-02 9.104463e-01 -4.127106e-01 -6.663068e-02 4.102778e-01 9.095232e-01 -3.113370e-21 1.490689e-20 1.277062e-20 -3.289291e-01 8.420610e+00 6.812396e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 9.886567e-01 7.498193e-02 1.301367e-01 -1.581526e-02 9.136211e-01 -4.062589e-01 -1.493578e-01 3.995924e-01 9.044436e-01 -3.135010e-20 1.776545e-15 -5.804362e-21 -6.888409e-01 8.271996e+00 1.563348e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 9.730731e-01 9.799850e-02 2.086266e-01 -6.178338e-03 9.158814e-01 -4.014014e-01 -2.304140e-01 3.893039e-01 8.918250e-01 -4.952721e-20 1.576827e-18 1.741818e-20 -2.238076e-01 8.215766e+00 9.451582e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 9.503035e-01 1.235986e-01 2.857389e-01 8.734185e-04 9.167531e-01 -3.994534e-01 -3.113239e-01 3.798515e-01 8.710857e-01 -6.354170e-20 2.003957e-20 6.238054e-20 2.112694e-01 8.468965e+00 6.006499e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 9.219868e-01 1.473705e-01 3.580813e-01 9.577245e-03 9.157844e-01 -4.015559e-01 -3.871028e-01 3.736587e-01 8.429298e-01 -9.189578e-20 -1.768312e-15 1.524544e-19 7.886001e-01 7.927682e+00 7.217279e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 8.859160e-01 1.763793e-01 4.290025e-01 1.575928e-02 9.129027e-01 -4.078729e-01 -4.635779e-01 3.681019e-01 8.059755e-01 -1.177504e-19 6.445583e-17 3.389153e-19 1.065466e+00 8.645641e+00 2.141968e-02
1 -5.115002e-08 -1.107391e-02 6.608064e-07 8.435608e-01 2.037825e-01 4.968680e-01 2.236689e-02 9.110738e-01 -4.116360e-01 -5.365676e-01 3.583534e-01 7.639882e-01 -1.062377e-19 2.462505e-20 1.226358e-19 5.999188e-01 8.435912e+00 3.773519e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 7.919053e-01 2.426205e-01 5.603760e-01 2.421917e-02 9.044793e-01 -4.258293e-01 -6.101634e-01 3.507883e-01 7.103859e-01 -1.647158e-19 2.098833e-15 6.156789e-19 1.709534e+00 9.314299e+00 -1.313845e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 7.370329e-01 2.711245e-01 6.190912e-01 2.894312e-02 9.025074e-01 -4.297007e-01 -6.752368e-01 3.346220e-01 6.573305e-01 -1.141912e-19 -9.727814e-16 9.179199e-21 2.783173e-01 8.265181e+00 5.115809e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 6.771566e-01 2.976353e-01 6.729578e-01 3.591996e-02 9.000843e-01 -4.342327e-01 -7.349617e-01 3.182161e-01 5.988070e-01 -1.350826e-19 2.821758e-20 1.931073e-19 8.528287e-01 8.452171e+00 1.157687e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 6.128165e-01 3.239850e-01 7.207563e-01 4.220071e-02 8.973706e-01 -4.392551e-01 -7.890976e-01 2.995992e-01 5.362512e-01 -1.386340e-19 2.983263e-20 2.167257e-19 9.050721e-01 8.405856e+00 -3.864694e-02
1 -5.115002e-08 -1.107391e-02 6.608064e-07 5.450665e-01 3.445527e-01 7.643205e-01 5.418109e-02 8.952677e-01 -4.422218e-01 -8.366402e-01 2.824521e-01 4.693122e-01 -1.446290e-19 3.797489e-19 2.056772e-19 1.361678e+00 8.228266e+00 6.117401e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 4.743421e-01 3.663147e-01 8.005081e-01 6.427983e-02 8.924772e-01 -4.464891e-01 -8.779907e-01 2.632451e-01 3.997928e-01 -1.561359e-19 3.187155e-18 1.269613e-19 1.092295e+00 8.197147e+00 -7.801196e-02
1 -5.115002e-08 -1.107391e-02 6.608064e-07 3.993347e-01 3.907880e-01 8.293471e-01 7.199915e-02 8.884442e-01 -4.533025e-01 -9.139737e-01 2.407317e-01 3.266502e-01 -1.366210e-19 3.597945e-20 2.913306e-19 1.040525e+00 8.455872e+00 -6.327130e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 3.250729e-01 4.164222e-01 8.490702e-01 8.063806e-02 8.823569e-01 -4.636204e-01 -9.422447e-01 2.191778e-01 2.532509e-01 -1.795815e-19 1.622361e-17 1.465252e-19 1.331679e+00 7.888560e+00 -1.017704e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 2.455611e-01 4.458714e-01 8.607546e-01 8.698302e-02 8.742257e-01 -4.776645e-01 -9.654707e-01 1.921668e-01 1.758926e-01 -1.275351e-19 1.299688e-16 5.688701e-19 9.795936e-01 8.637078e+00 -1.651438e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 1.644144e-01 4.714571e-01 8.664272e-01 9.420874e-02 8.668599e-01 -4.895698e-01 -9.818822e-01 1.621174e-01 9.810892e-02 -1.161583e-19 4.085873e-20 3.580429e-19 9.339307e-01 8.430018e+00 -1.161840e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 7.735670e-02 5.045542e-01 8.599076e-01 9.666905e-02 8.546325e-01 -5.101553e-01 -9.923059e-01 1.225904e-01 1.733678e-02 -8.971603e-20 6.501707e-16 1.155045e-18 2.832550e-01 9.330072e+00 -2.895810e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -6.063212e-03 5.252030e-01 8.509553e-01 1.027889e-01 8.467907e-01 -5.219003e-01 -9.946847e-01 8.430436e-02 -5.911931e-02 -9.234459e-20 -1.275004e-16 1.885507e-19 7.475980e-01 8.263152e+00 -9.112793e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -8.842327e-02 5.439246e-01 8.344623e-01 1.106850e-01 8.379210e-01 -5.344504e-01 -9.899142e-01 4.510462e-02 -1.342960e-01 -7.951519e-20 4.481888e-20 4.183811e-19 6.647963e-01 8.429777e+00 -1.601260e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -1.639402e-01 5.421299e-01 8.241473e-01 1.160433e-01 8.402485e-01 -5.296380e-01 -9.796211e-01 8.807880e-03 -2.006610e-01 -9.495748e-20 -2.413500e-15 -8.059484e-19 5.826510e-01 7.175359e+00 1.472609e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -2.408625e-01 5.495651e-01 7.999771e-01 1.223037e-01 8.348594e-01 -5.367044e-01 -9.628224e-01 -3.143183e-02 -2.683002e-01 -5.948112e-20 2.321475e-16 4.148073e-19 3.252521e-01 8.244201e+00 -1.717165e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -3.176179e-01 5.586379e-01 7.661870e-01 1.285280e-01 8.259343e-01 -5.489200e-01 -9.394676e-01 -7.587027e-02 -3.341321e-01 -3.985006e-20 5.005239e-20 4.645011e-19 2.218444e-01 8.385499e+00 -1.966765e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -3.926079e-01 5.659851e-01 7.249275e-01 1.361844e-01 8.153037e-01 -5.627910e-01 -9.095674e-01 -1.222323e-01 -3.971730e-01 -1.487815e-20 4.998726e-20 4.737791e-19 -2.785757e-02 8.409183e+00 -2.067719e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -4.647374e-01 5.774815e-01 6.712186e-01 1.476732e-01 7.979878e-01 -5.843014e-01 -8.730474e-01 -1.724257e-01 -4.561333e-01 -2.011992e-20 -1.775707e-15 9.085679e-19 -2.927287e-01 8.644512e+00 -3.519254e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -5.328739e-01 5.825098e-01 6.137815e-01 1.582020e-01 7.811342e-01 -6.039880e-01 -8.312746e-01 -2.247479e-01 -5.084003e-01 2.214790e-20 5.451217e-18 6.385608e-19 -5.018103e-01 8.440770e+00 -2.654070e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -5.970942e-01 5.807309e-01 5.533807e-01 1.676918e-01 7.649756e-01 -6.218454e-01 -7.844476e-01 -2.785029e-01 -5.541463e-01 4.818348e-20 5.474934e-20 4.934791e-19 -7.695069e-01 8.418599e+00 -2.372812e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -6.559703e-01 5.719856e-01 4.924789e-01 1.716886e-01 7.484442e-01 -6.405891e-01 -7.350007e-01 -3.356544e-01 -5.891606e-01 7.607896e-20 1.804051e-15 5.270035e-19 -1.613165e+00 8.117980e+00 -2.001054e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -7.109386e-01 5.560960e-01 4.304921e-01 1.747619e-01 7.326431e-01 -6.577935e-01 -6.811935e-01 -3.924172e-01 -6.180487e-01 9.060753e-20 2.218264e-16 3.950505e-19 -1.450462e+00 8.208398e+00 -1.748636e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -7.613705e-01 5.368342e-01 3.634887e-01 1.813687e-01 7.146484e-01 -6.755613e-01 -6.224310e-01 -4.484270e-01 -6.414771e-01 1.056042e-19 5.514860e-20 4.964259e-19 -1.445190e+00 8.386655e+00 -2.272945e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -8.079819e-01 5.064356e-01 3.011448e-01 1.829421e-01 7.014686e-01 -6.888208e-01 -5.600869e-01 -5.014627e-01 -6.594223e-01 1.323538e-19 -2.443141e-15 9.196837e-20 -1.351699e+00 8.226606e+00 -7.905356e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -8.483986e-01 4.769549e-01 2.296384e-01 1.933652e-01 6.830548e-01 -7.043053e-01 -4.927775e-01 -5.531276e-01 -6.717293e-01 1.367305e-19 -1.781281e-15 6.157915e-19 -1.500297e+00 8.532361e+00 -2.643130e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -8.828287e-01 4.420782e-01 1.586832e-01 2.017293e-01 6.619684e-01 -7.218747e-01 -4.241683e-01 -6.052807e-01 -6.735848e-01 1.588261e-19 5.623073e-20 4.843554e-19 -2.221217e+00 8.354791e+00 -1.989243e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -9.116287e-01 4.014064e-01 8.835150e-02 2.099308e-01 6.395461e-01 -7.395336e-01 -3.533583e-01 -6.556323e-01 -6.672961e-01 1.748998e-19 5.671186e-20 4.753542e-19 -2.488888e+00 8.381285e+00 -1.858132e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -9.332333e-01 3.586869e-01 2.047558e-02 2.178427e-01 6.102634e-01 -7.616581e-01 -2.856923e-01 -7.063443e-01 -6.476555e-01 2.011071e-19 1.777092e-15 6.951797e-19 -3.657490e+00 7.897622e+00 -1.973584e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -9.497904e-01 3.096428e-01 -4.494008e-02 2.263066e-01 5.806629e-01 -7.820587e-01 -2.160638e-01 -7.529621e-01 -6.215823e-01 1.929784e-19 6.162347e-18 5.656337e-19 -3.260772e+00 8.188815e+00 -1.659827e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -9.613386e-01 2.537806e-01 -1.068807e-01 2.346229e-01 5.516891e-01 -8.003694e-01 -1.441533e-01 -7.945027e-01 -5.899027e-01 2.108498e-19 5.304604e-20 4.431556e-19 -3.188621e+00 8.359856e+00 -1.251272e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -9.681869e-01 1.911129e-01 -1.615240e-01 2.396600e-01 5.226115e-01 -8.181933e-01 -7.195295e-02 -8.308749e-01 -5.517877e-01 1.851308e-19 -1.745121e-15 4.103018e-19 -3.376596e+00 8.293252e+00 -6.018542e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -9.698099e-01 1.222276e-01 -2.110191e-01 2.438488e-01 4.950700e-01 -8.339325e-01 2.539657e-03 -8.602128e-01 -5.099289e-01 2.313657e-19 -1.526203e-15 2.940221e-19 -3.053952e+00 8.546039e+00 -3.746208e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -9.671212e-01 4.879828e-02 -2.495902e-01 2.430844e-01 4.658137e-01 -8.508393e-01 7.474305e-02 -8.835363e-01 -4.623604e-01 1.473893e-19 -3.171657e-15 3.921381e-19 -3.463869e+00 8.208695e+00 5.979418e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -9.579946e-01 -2.911326e-02 -2.853048e-01 2.439596e-01 4.402612e-01 -8.640913e-01 1.507651e-01 -8.973976e-01 -4.146654e-01 2.895114e-19 -2.806207e-15 5.356621e-20 -2.614255e+00 8.767166e+00 2.477999e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -9.429319e-01 -1.053763e-01 -3.158721e-01 2.483798e-01 4.092267e-01 -8.779755e-01 2.217811e-01 -9.063274e-01 -3.596996e-01 2.431664e-19 4.240500e-20 3.910877e-19 -3.640707e+00 8.234101e+00 2.005279e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -9.229771e-01 -1.823822e-01 -3.388953e-01 2.529816e-01 3.760772e-01 -8.913844e-01 2.900234e-01 -9.084617e-01 -3.009713e-01 2.446807e-19 3.994228e-20 3.811770e-19 -3.659537e+00 8.214809e+00 5.476240e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -8.981372e-01 -2.597774e-01 -3.547748e-01 2.581894e-01 3.415377e-01 -9.037091e-01 3.559322e-01 -9.032539e-01 -2.396760e-01 2.458972e-19 3.644906e-20 3.703878e-19 -3.686611e+00 8.219431e+00 8.714597e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -8.700465e-01 -3.342506e-01 -3.623474e-01 2.650641e-01 3.025414e-01 -9.155379e-01 4.156442e-01 -8.926059e-01 -1.746273e-01 2.361298e-19 4.913039e-19 5.321792e-19 -4.196739e+00 7.771868e+00 1.114172e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -8.379834e-01 -4.085912e-01 -3.617139e-01 2.712531e-01 2.632707e-01 -9.258025e-01 4.735034e-01 -8.739232e-01 -1.097849e-01 2.453887e-19 -1.772244e-15 3.631016e-19 -3.822372e+00 8.013795e+00 1.462230e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -8.015238e-01 -4.830338e-01 -3.524740e-01 2.759636e-01 2.241184e-01 -9.346738e-01 5.304749e-01 -8.464333e-01 -4.633645e-02 2.394588e-19 2.522608e-20 3.459704e-19 -3.551635e+00 8.248717e+00 1.907517e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -7.628486e-01 -5.542283e-01 -3.330059e-01 2.782251e-01 1.835350e-01 -9.428179e-01 5.836546e-01 -8.118780e-01 1.419079e-02 2.423732e-19 -3.531948e-15 1.380423e-19 -3.407847e+00 7.964161e+00 2.470234e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -7.191181e-01 -6.243826e-01 -3.049843e-01 2.783846e-01 1.432763e-01 -9.497231e-01 6.366876e-01 -7.678660e-01 7.078589e-02 2.360389e-19 1.942604e-15 1.236849e-19 -2.982787e+00 8.485478e+00 2.758429e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -6.761260e-01 -6.866884e-01 -2.670445e-01 2.759975e-01 1.000016e-01 -9.559420e-01 6.831391e-01 -7.200408e-01 1.219106e-01 2.405942e-19 -5.671620e-15 -1.634533e-19 -2.906923e+00 7.597744e+00 3.481762e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -6.241313e-01 -7.488686e-01 -2.228361e-01 2.721196e-01 5.900270e-02 -9.604528e-01 7.324009e-01 -6.600867e-01 1.669564e-01 2.318125e-19 6.972625e-15 -1.471012e-19 -2.237455e+00 9.001177e+00 3.352085e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -5.703621e-01 -8.022407e-01 -1.763433e-01 2.713734e-01 1.858933e-02 -9.622946e-01 7.752700e-01 -5.967112e-01 2.071042e-01 2.342265e-19 2.575049e-21 3.363745e-19 -2.370665e+00 8.125691e+00 3.179524e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -5.144674e-01 -8.482629e-01 -1.255919e-01 2.705510e-01 -2.158769e-02 -9.624636e-01 8.137109e-01 -5.291351e-01 2.406046e-01 2.341060e-19 -1.879097e-21 3.361330e-19 -2.091423e+00 8.122655e+00 3.379184e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -4.583639e-01 -8.852740e-01 -7.869220e-02 2.754211e-01 -5.730309e-02 -9.596143e-01 8.450123e-01 -4.615260e-01 2.700889e-01 2.386079e-19 -7.105430e-15 1.009910e-18 -2.278907e+00 7.437519e+00 2.566461e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -4.001632e-01 -9.160717e-01 -2.611685e-02 2.775080e-01 -9.396394e-02 -9.561172e-01 8.734179e-01 -3.898505e-01 2.918181e-01 2.333626e-19 -1.776383e-15 4.358045e-19 -1.628161e+00 7.846471e+00 3.367845e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -3.384017e-01 -9.404374e-01 3.258383e-02 2.766650e-01 -1.325305e-01 -9.517837e-01 8.994114e-01 -3.130704e-01 3.050346e-01 2.372414e-19 -1.389896e-20 3.336898e-19 -1.226424e+00 8.214369e+00 3.858674e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -2.777961e-01 -9.558362e-01 9.595005e-02 2.745846e-01 -1.747210e-01 -9.455559e-01 9.205610e-01 -2.363254e-01 3.109947e-01 2.187134e-19 -2.444704e-19 1.864718e-19 -1.025481e+00 7.797309e+00 4.345939e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -2.120360e-01 -9.632926e-01 1.646457e-01 2.699474e-01 -2.196546e-01 -9.374861e-01 9.392386e-01 -1.543351e-01 3.066130e-01 2.389613e-19 5.327045e-15 1.603722e-20 -4.595772e-01 8.635248e+00 4.733321e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -1.529191e-01 -9.600432e-01 2.343776e-01 2.656405e-01 -2.683703e-01 -9.259657e-01 9.518670e-01 -7.933765e-02 2.960653e-01 1.998844e-19 1.758932e-15 -1.319656e-19 -3.977389e-01 7.290831e+00 5.221641e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -8.127383e-02 -9.478216e-01 3.082673e-01 2.581180e-01 -3.187546e-01 -9.120146e-01 9.626888e-01 5.446412e-03 2.705562e-01 2.595595e-19 1.228498e-14 -3.250172e-19 4.521584e-01 9.544140e+00 5.400213e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -1.044645e-02 -9.297436e-01 3.680594e-01 2.526263e-01 -3.585930e-01 -8.986607e-01 9.675075e-01 8.359366e-02 2.386237e-01 2.745787e-19 -3.617718e-20 3.387999e-19 5.600997e-01 8.203388e+00 3.680098e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 6.035448e-02 -9.053448e-01 4.203667e-01 2.472346e-01 -3.944533e-01 -8.850320e-01 9.670741e-01 1.573448e-01 2.000255e-01 2.825207e-19 -3.950490e-20 3.328880e-19 7.993517e-01 8.217669e+00 3.562859e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 1.282083e-01 -8.830066e-01 4.515109e-01 2.385855e-01 -4.144362e-01 -8.782480e-01 9.626212e-01 2.203226e-01 1.575384e-01 3.126902e-19 -1.421135e-14 1.104497e-18 1.277995e+00 7.148246e+00 1.083104e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 1.968145e-01 -8.535618e-01 4.823862e-01 2.300847e-01 -4.380593e-01 -8.690023e-01 9.530609e-01 2.820219e-01 1.101751e-01 2.956001e-19 -3.556887e-15 6.341802e-19 1.386006e+00 7.824123e+00 2.513619e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 2.658434e-01 -8.163939e-01 5.126677e-01 2.220702e-01 -4.656398e-01 -8.566589e-01 9.380896e-01 3.415854e-01 5.750949e-02 3.108081e-19 -4.124103e-20 3.037217e-19 1.509236e+00 8.082330e+00 2.911779e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 3.357323e-01 -7.715433e-01 5.403747e-01 2.214788e-01 -4.929310e-01 -8.414073e-01 9.155495e-01 4.021692e-01 5.387650e-03 2.781776e-19 3.531519e-15 1.796638e-19 7.779319e-01 8.374964e+00 3.073370e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 4.044010e-01 -7.180722e-01 5.664205e-01 2.218750e-01 -5.237938e-01 -8.224424e-01 8.872606e-01 4.582711e-01 -5.250043e-02 3.235670e-19 5.159308e-15 -1.882671e-19 1.501344e+00 8.529091e+00 3.562499e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 4.711867e-01 -6.636896e-01 5.809468e-01 2.170327e-01 -5.511551e-01 -8.056828e-01 8.549151e-01 5.057115e-01 -1.156546e-01 3.323092e-19 -4.917119e-20 2.739190e-19 2.177270e+00 8.237798e+00 2.331419e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 5.356665e-01 -6.071883e-01 5.868422e-01 2.106679e-01 -5.768899e-01 -7.891876e-01 8.177288e-01 5.463702e-01 -1.811055e-01 3.370033e-19 -5.044591e-20 2.587045e-19 2.320293e+00 8.240504e+00 2.079603e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 5.973986e-01 -5.489043e-01 5.846528e-01 2.032640e-01 -6.015958e-01 -7.725065e-01 7.757568e-01 5.803332e-01 -2.478200e-01 3.423443e-19 -5.158272e-20 2.435452e-19 2.412366e+00 8.254639e+00 1.794005e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 6.564707e-01 -4.926379e-01 5.712741e-01 1.911662e-01 -6.239399e-01 -7.577299e-01 7.297271e-01 6.066358e-01 -3.154225e-01 3.444600e-19 -1.777022e-15 5.313787e-19 2.794934e+00 8.125211e+00 8.888941e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 7.120067e-01 -4.352493e-01 5.510031e-01 1.799285e-01 -6.454189e-01 -7.423343e-01 6.787283e-01 6.276882e-01 -3.812288e-01 3.609855e-19 -5.577044e-18 3.730051e-19 2.650025e+00 8.158055e+00 1.007589e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 7.636434e-01 -3.768272e-01 5.242614e-01 1.705892e-01 -6.653865e-01 -7.267463e-01 6.226942e-01 6.444083e-01 -4.438353e-01 3.471653e-19 -5.064844e-20 1.887862e-19 2.408981e+00 8.205110e+00 8.760824e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 8.110376e-01 -3.192265e-01 4.902167e-01 1.618085e-01 -6.828762e-01 -7.123890e-01 5.621708e-01 6.570955e-01 -5.021847e-01 3.809661e-19 1.748066e-15 3.395494e-19 2.239336e+00 8.161560e+00 4.921967e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 8.535302e-01 -2.609559e-01 4.509859e-01 1.557160e-01 -6.982342e-01 -6.987285e-01 4.972311e-01 6.666116e-01 -5.553290e-01 3.383259e-19 -2.265765e-16 -2.596084e-20 1.922150e+00 8.189354e+00 5.548983e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 8.908681e-01 -2.059606e-01 4.048879e-01 1.479835e-01 -7.111059e-01 -6.873349e-01 4.294821e-01 6.722415e-01 -6.030228e-01 4.101541e-19 1.598650e-15 5.142785e-19 1.779510e+00 8.033177e+00 -1.170094e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 9.222933e-01 -1.487883e-01 3.567030e-01 1.451369e-01 -7.220480e-01 -6.764480e-01 3.582043e-01 6.756543e-01 -6.443454e-01 2.972403e-19 -2.554540e-15 -3.523851e-19 1.357680e+00 8.101947e+00 4.762325e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 9.484760e-01 -9.979634e-02 3.007224e-01 1.353013e-01 -7.306516e-01 -6.692099e-01 2.865080e-01 6.754176e-01 -6.795029e-01 4.849075e-19 3.544143e-15 1.053355e-18 1.283130e+00 7.743641e+00 -1.035865e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 9.693019e-01 -4.906015e-02 2.409293e-01 1.261769e-01 -7.417699e-01 -6.586781e-01 2.110289e-01 6.688576e-01 -7.128087e-01 2.997255e-19 -4.649911e-20 8.531787e-20 1.917086e+00 8.199044e+00 -4.516217e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 9.840634e-01 6.390086e-04 1.778165e-01 1.173943e-01 -7.534241e-01 -6.469704e-01 1.335579e-01 6.575346e-01 -7.414922e-01 2.855785e-19 -4.538180e-20 6.960299e-20 1.752905e+00 8.179620e+00 -6.075785e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 9.922625e-01 5.352703e-02 1.120264e-01 1.126652e-01 -7.673197e-01 -6.312900e-01 5.216900e-02 6.390269e-01 -7.674132e-01 1.105203e-19 -1.776952e-15 -6.428900e-19 2.310737e+00 8.631472e+00 -1.301030e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 9.938471e-01 1.016187e-01 4.406225e-02 1.070415e-01 -7.789867e-01 -6.178364e-01 -2.845984e-02 6.187514e-01 -7.850712e-01 1.978606e-19 -1.781348e-15 -2.414562e-19 1.607327e+00 8.220048e+00 -6.707074e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 9.889988e-01 1.455970e-01 -2.613254e-02 1.000999e-01 -7.887985e-01 -6.064461e-01 -1.089100e-01 5.971586e-01 -7.946950e-01 2.347158e-19 -4.284319e-20 3.203884e-20 1.310263e+00 8.213689e+00 -9.681915e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 9.786361e-01 1.815102e-01 -9.656823e-02 8.926078e-02 -7.982071e-01 -5.957332e-01 -1.852131e-01 5.743862e-01 -7.973560e-01 2.107337e-19 -1.801656e-15 2.481166e-20 1.131548e+00 7.670229e+00 -1.526462e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 9.621415e-01 2.141700e-01 -1.685676e-01 7.670225e-02 -8.062555e-01 -5.865738e-01 -2.615350e-01 5.514374e-01 -7.921592e-01 2.980207e-19 -2.026085e-16 4.671077e-19 7.244978e-01 7.964049e+00 -1.599027e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 9.386474e-01 2.480413e-01 -2.396177e-01 6.723095e-02 -8.130617e-01 -5.782825e-01 -3.382619e-01 5.266936e-01 -7.798543e-01 1.745345e-19 -3.730785e-20 6.427260e-21 6.151550e-01 8.213959e+00 -1.085914e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 9.092993e-01 2.758288e-01 -3.115979e-01 5.146367e-02 -8.175641e-01 -5.735333e-01 -4.129483e-01 5.054775e-01 -7.576056e-01 4.062672e-19 7.630157e-16 1.085914e-18 -3.693212e-01 8.050203e+00 -1.930451e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 8.720548e-01 3.096249e-01 -3.790156e-01 4.395287e-02 -8.208549e-01 -5.694431e-01 -4.874306e-01 4.799267e-01 -7.294394e-01 4.349933e-20 -1.001488e-15 -2.794296e-19 2.069521e-01 8.496620e+00 -5.095078e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 8.293352e-01 3.401265e-01 -4.433026e-01 3.596535e-02 -8.242304e-01 -5.651113e-01 -5.575928e-01 4.527231e-01 -6.957960e-01 1.043308e-19 -3.095611e-20 -2.525806e-22 -3.625077e-02 8.182954e+00 -9.387395e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 7.810059e-01 3.688742e-01 -5.039460e-01 2.781236e-02 -8.266715e-01 -5.619970e-01 -6.239040e-01 4.249071e-01 -6.558946e-01 8.155168e-20 -2.964973e-20 2.068062e-21 -2.029490e-01 8.203410e+00 -8.684292e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 7.290286e-01 3.937359e-01 -5.599012e-01 2.099895e-02 -8.304714e-01 -5.566654e-01 -6.841610e-01 3.940676e-01 -6.137054e-01 4.920757e-20 -3.919784e-19 1.528159e-20 1.530496e-01 7.845914e+00 -9.733543e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 6.719072e-01 4.173829e-01 -6.118270e-01 1.372210e-02 -8.329576e-01 -5.531666e-01 -7.405083e-01 3.632810e-01 -5.653976e-01 2.892497e-20 -3.284076e-18 2.417280e-20 -3.484445e-01 8.054457e+00 -7.465305e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 6.145501e-01 4.348938e-01 -6.581760e-01 9.480670e-03 -8.383306e-01 -5.450798e-01 -7.888209e-01 3.287389e-01 -5.193192e-01 -1.045338e-20 -2.823250e-17 -1.638905e-19 5.541758e-01 7.243551e+00 -1.125224e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 5.504260e-01 4.544742e-01 -7.003459e-01 2.110907e-03 -8.396091e-01 -5.431870e-01 -8.348813e-01 2.975058e-01 -4.631020e-01 -6.764846e-21 -2.422803e-16 2.362516e-21 -8.395185e-01 8.085066e+00 -3.998062e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 4.809497e-01 4.740626e-01 -7.375310e-01 -5.208594e-03 -8.396521e-01 -5.430996e-01 -8.767327e-01 2.650451e-01 -4.013613e-01 -2.372392e-20 -2.237570e-20 4.245100e-20 -7.380171e-01 8.209585e+00 -3.218152e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 4.076427e-01 4.922124e-01 -7.691257e-01 -1.306931e-02 -8.390542e-01 -5.438909e-01 -9.130480e-01 2.317651e-01 -3.356015e-01 -4.444793e-20 -2.162312e-20 5.705372e-20 -7.949322e-01 8.211675e+00 -1.481031e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 3.294546e-01 5.114427e-01 -7.936536e-01 -2.158957e-02 -8.362816e-01 -5.478749e-01 -9.439246e-01 1.976346e-01 -2.644750e-01 -5.407474e-20 -2.848634e-19 3.434241e-19 -1.073264e+00 8.526408e+00 3.391322e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 2.500835e-01 5.284654e-01 -8.112845e-01 -3.012535e-02 -8.332570e-01 -5.520645e-01 -9.677555e-01 1.625024e-01 -1.924636e-01 -9.918395e-20 -2.387023e-18 1.053158e-19 -9.616471e-01 8.239755e+00 3.011509e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 1.653879e-01 5.481626e-01 -8.198565e-01 -4.084822e-02 -8.267839e-01 -5.610345e-01 -9.853823e-01 1.262780e-01 -1.143486e-01 -8.806337e-20 -2.052050e-17 6.080828e-19 -1.421960e+00 8.884682e+00 1.168415e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 8.480688e-02 5.620812e-01 -8.227226e-01 -5.049553e-02 -8.222118e-01 -5.669373e-01 -9.951171e-01 8.962400e-02 -4.134664e-02 -1.704346e-19 -1.760991e-16 -2.976930e-20 -9.407322e-01 7.883272e+00 4.948888e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 3.485502e-03 5.739892e-01 -8.188555e-01 -5.940826e-02 -8.172953e-01 -5.731484e-01 -9.982277e-01 5.064449e-02 3.125102e-02 -1.227326e-19 -1.382400e-20 1.544201e-19 -8.178689e-01 8.202371e+00 8.335813e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -7.775435e-02 5.840583e-01 -8.079790e-01 -6.766133e-02 -8.116554e-01 -5.802046e-01 -9.946739e-01 9.555500e-03 1.026279e-01 -1.327011e-19 -1.291916e-20 1.772560e-19 -7.413471e-01 8.207401e+00 1.009424e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -1.581535e-01 5.913172e-01 -7.907790e-01 -7.494705e-02 -8.057367e-01 -5.875129e-01 -9.845661e-01 -3.365068e-02 1.717476e-01 -1.031788e-19 -1.776529e-15 3.470049e-19 -5.225487e-01 8.176945e+00 1.057749e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -2.369018e-01 5.964886e-01 -7.668630e-01 -8.271591e-02 -7.988500e-01 -5.958161e-01 -9.680060e-01 -7.771811e-02 2.385881e-01 -1.336836e-19 -1.444383e-18 1.928723e-19 -5.138246e-01 8.133539e+00 1.303451e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -3.132895e-01 5.978396e-01 -7.378601e-01 -8.872400e-02 -7.920027e-01 -6.040363e-01 -9.455040e-01 -1.237723e-01 3.011689e-01 -6.748033e-20 -3.565131e-15 5.674973e-19 -1.512275e-01 8.041984e+00 1.179030e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -3.865063e-01 5.980139e-01 -7.021341e-01 -9.705021e-02 -7.834417e-01 -6.138407e-01 -9.171664e-01 -1.691110e-01 3.608425e-01 -1.782688e-19 1.669796e-15 8.332938e-20 -3.396839e-01 7.959685e+00 1.668276e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -4.562462e-01 5.923388e-01 -6.640588e-01 -1.009674e-01 -7.758968e-01 -6.227277e-01 -8.841069e-01 -2.170689e-01 4.138069e-01 2.538141e-20 -6.243648e-15 1.118877e-18 3.631724e-01 7.799796e+00 1.067995e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -5.213469e-01 5.887722e-01 -6.176931e-01 -1.121429e-01 -7.648428e-01 -6.343811e-01 -8.459441e-01 -2.614627e-01 4.647751e-01 -3.088220e-19 8.137783e-15 -3.901565e-19 -3.393865e-01 7.696387e+00 2.314661e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -5.854701e-01 5.803839e-01 -5.660206e-01 -1.212917e-01 -7.530441e-01 -6.466939e-01 -8.015692e-01 -3.099663e-01 5.112805e-01 -1.439146e-19 -5.551062e-21 3.475363e-19 3.308047e-01 8.199467e+00 1.886355e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -6.465271e-01 5.673708e-01 -5.099932e-01 -1.300226e-01 -7.406697e-01 -6.591680e-01 -7.517292e-01 -3.598593e-01 5.526341e-01 -1.377619e-19 -4.716818e-21 3.717792e-19 5.631068e-01 8.204430e+00 1.952351e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -7.052501e-01 5.490703e-01 -4.484909e-01 -1.359595e-01 -7.256099e-01 -6.745408e-01 -6.957998e-01 -4.147433e-01 5.863878e-01 -5.983942e-20 -7.105493e-15 5.919473e-19 1.343435e+00 8.616827e+00 1.996054e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -7.580048e-01 5.267968e-01 -3.845956e-01 -1.431488e-01 -7.096314e-01 -6.898781e-01 -6.363467e-01 -4.678765e-01 6.133143e-01 -1.104277e-19 -1.776904e-15 6.313625e-19 1.206521e+00 8.263850e+00 2.044385e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -8.086558e-01 4.965668e-01 -3.154319e-01 -1.461285e-01 -6.889389e-01 -7.099364e-01 -5.698441e-01 -5.280006e-01 6.296770e-01 5.066126e-20 -1.599192e-14 1.071743e-18 2.569611e+00 9.129137e+00 1.961194e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -8.495743e-01 4.652998e-01 -2.484343e-01 -1.544591e-01 -6.698062e-01 -7.262933e-01 -5.043470e-01 -5.786672e-01 6.409200e-01 -1.468484e-19 -4.039730e-17 8.887313e-19 1.431713e+00 7.842932e+00 2.116948e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -8.849346e-01 4.288475e-01 -1.816059e-01 -1.632370e-01 -6.508336e-01 -7.414643e-01 -4.361703e-01 -6.265026e-01 6.459489e-01 -6.812238e-20 -2.003640e-21 4.830779e-19 1.707718e+00 8.158791e+00 1.805744e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -9.147448e-01 3.871029e-01 -1.157291e-01 -1.715801e-01 -6.315113e-01 -7.561440e-01 -3.657898e-01 -6.718220e-01 6.440908e-01 -4.857254e-20 -1.582074e-21 5.018404e-19 1.959919e+00 8.146947e+00 1.696022e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -9.385262e-01 3.412820e-01 -5.191481e-02 -1.803786e-01 -6.130468e-01 -7.691796e-01 -2.943333e-01 -7.125309e-01 6.369204e-01 -2.446076e-20 3.552691e-15 -7.510048e-20 1.797720e+00 7.988935e+00 1.517227e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -9.565532e-01 2.913830e-01 1.009421e-02 -1.888074e-01 -5.926934e-01 -7.829855e-01 -2.221659e-01 -7.508732e-01 6.219580e-01 -1.842039e-20 -1.893088e-19 3.905150e-19 2.297163e+00 8.009587e+00 1.402055e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -9.685874e-01 2.391900e-01 6.801905e-02 -1.978045e-01 -5.753037e-01 -7.936618e-01 -1.507043e-01 -7.821853e-01 6.045448e-01 1.493614e-20 7.103800e-15 -8.292498e-19 1.656644e+00 7.655403e+00 1.197834e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -9.753227e-01 1.829799e-01 1.235473e-01 -2.059791e-01 -5.526560e-01 -8.075543e-01 -7.948705e-02 -8.130743e-01 5.767079e-01 2.821013e-22 -1.790326e-15 7.395875e-19 2.886408e+00 7.875621e+00 1.052913e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -9.766014e-01 1.279664e-01 1.728417e-01 -2.147713e-01 -5.388978e-01 -8.145321e-01 -1.108876e-02 -8.325946e-01 5.537719e-01 7.693751e-20 1.409096e-14 -2.241097e-18 9.612766e-01 7.054750e+00 9.001687e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -9.732396e-01 6.629184e-02 2.200229e-01 -2.225814e-01 -5.099409e-01 -8.309139e-01 5.711587e-02 -8.576513e-01 5.110500e-01 -2.005818e-20 -1.168714e-14 2.357453e-18 4.257465e+00 7.945329e+00 5.648496e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -9.649194e-01 -1.777549e-03 2.625401e-01 -2.293894e-01 -4.807269e-01 -8.463346e-01 1.277145e-01 -8.768686e-01 4.634550e-01 1.092605e-19 4.754629e-21 5.755937e-19 3.371080e+00 8.208223e+00 3.117141e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -9.512219e-01 -7.301597e-02 2.997426e-01 -2.367254e-01 -4.502926e-01 -8.609284e-01 1.978334e-01 -8.898906e-01 4.110434e-01 1.383993e-19 4.904537e-21 5.786087e-19 3.489069e+00 8.182635e+00 -4.434253e-02
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -9.326787e-01 -1.512718e-01 3.274559e-01 -2.394770e-01 -4.191944e-01 -8.757436e-01 2.697430e-01 -8.952055e-01 3.547476e-01 2.575867e-19 5.329134e-15 -1.909975e-19 3.373022e+00 8.654569e+00 -9.169083e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -9.093763e-01 -2.289225e-01 3.473172e-01 -2.427305e-01 -3.860317e-01 -8.899783e-01 3.378115e-01 -8.936297e-01 2.954816e-01 2.183680e-19 3.553242e-15 2.808616e-19 3.582216e+00 8.210360e+00 -9.435299e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -8.812992e-01 -3.053943e-01 3.606190e-01 -2.474063e-01 -3.519929e-01 -9.027132e-01 4.026188e-01 -8.847798e-01 2.346546e-01 2.201344e-19 2.209484e-21 5.692163e-19 3.508472e+00 8.152992e+00 -9.796391e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -8.496658e-01 -3.791637e-01 3.664735e-01 -2.526198e-01 -3.173539e-01 -9.140403e-01 4.628727e-01 -8.692073e-01 1.738605e-01 2.237248e-19 1.779018e-15 4.286076e-19 3.468574e+00 7.842607e+00 -1.249682e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -8.136406e-01 -4.504578e-01 3.675279e-01 -2.599693e-01 -2.835439e-01 -9.230487e-01 5.200047e-01 -8.465758e-01 1.135976e-01 2.206226e-19 -3.531417e-15 1.070772e-18 3.339644e+00 7.873652e+00 -1.108105e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -7.766517e-01 -5.168197e-01 3.601520e-01 -2.663639e-01 -2.486691e-01 -9.312432e-01 5.708435e-01 -8.191832e-01 5.546713e-02 2.273092e-19 3.736388e-15 4.092950e-19 3.280002e+00 7.275078e+00 -1.655734e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -7.345633e-01 -5.805582e-01 3.512392e-01 -2.764308e-01 -2.166949e-01 -9.362849e-01 6.196796e-01 -7.848538e-01 -1.308034e-03 2.110807e-19 -9.082264e-15 1.906168e-18 3.110660e+00 7.646636e+00 -1.017754e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -6.886919e-01 -6.462496e-01 3.287322e-01 -2.817284e-01 -1.792489e-01 -9.426022e-01 6.680812e-01 -7.417757e-01 -5.861962e-02 3.398099e-19 1.938901e-21 5.155522e-19 3.156017e+00 8.268251e+00 -2.628181e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -6.393778e-01 -7.094312e-01 2.964850e-01 -2.847077e-01 -1.397495e-01 -9.483731e-01 7.142391e-01 -6.907803e-01 -1.126278e-01 3.609642e-19 2.118578e-21 4.969432e-19 2.940933e+00 8.281495e+00 -2.926266e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -5.866145e-01 -7.714362e-01 2.465149e-01 -2.846220e-01 -8.859361e-02 -9.545373e-01 7.582043e-01 -6.301090e-01 -1.675974e-01 5.074525e-19 7.105454e-15 -8.192683e-19 3.413023e+00 8.924267e+00 -4.613817e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -5.315206e-01 -8.248240e-01 1.927466e-01 -2.852373e-01 -3.997109e-02 -9.576231e-01 7.975748e-01 -5.639750e-01 -2.140251e-01 4.298775e-19 1.776581e-15 1.589576e-19 2.693954e+00 8.411689e+00 -3.883568e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -4.740612e-01 -8.696633e-01 1.376656e-01 -2.860923e-01 4.271910e-03 -9.581925e-01 8.327168e-01 -4.936269e-01 -2.508291e-01 4.149678e-19 1.717833e-21 4.272062e-19 2.065349e+00 8.255122e+00 -3.625870e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -4.163913e-01 -9.056602e-01 7.998639e-02 -2.825876e-01 4.529997e-02 -9.581713e-01 8.641542e-01 -4.215774e-01 -2.747909e-01 3.869324e-19 -3.551581e-15 8.514113e-19 1.168437e+00 7.923782e+00 -3.823433e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -3.564588e-01 -9.339697e-01 2.525115e-02 -2.784448e-01 8.039522e-02 -9.570815e-01 8.918551e-01 -3.481912e-01 -2.887166e-01 3.727035e-19 -5.320002e-15 9.242251e-19 7.429506e-01 7.815808e+00 -3.163794e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -2.938070e-01 -9.552472e-01 -3.435612e-02 -2.756375e-01 1.190844e-01 -9.538568e-01 9.152603e-01 -2.707799e-01 -2.982898e-01 4.434691e-19 -1.050444e-21 3.503343e-19 1.038947e+00 8.179876e+00 -3.890448e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -2.288967e-01 -9.700641e-01 -8.112951e-02 -2.701333e-01 1.433670e-01 -9.520892e-01 9.352188e-01 -1.960143e-01 -2.948629e-01 3.426250e-19 -8.836452e-15 1.352268e-18 -3.322349e-01 7.577680e+00 -1.845205e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -1.613031e-01 -9.767035e-01 -1.415329e-01 -2.691616e-01 1.815121e-01 -9.458358e-01 9.494911e-01 -1.144710e-01 -2.921695e-01 5.266689e-19 5.691720e-15 -2.237694e-19 9.490777e-01 8.497627e+00 -4.468036e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -9.377245e-02 -9.749480e-01 -2.017006e-01 -2.656911e-01 2.197518e-01 -9.386785e-01 9.594868e-01 -3.443213e-02 -2.796417e-01 4.530684e-19 8.770511e-22 2.703531e-19 1.064134e-02 8.137669e+00 -3.895815e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -2.513757e-02 -9.654364e-01 -2.594236e-01 -2.623983e-01 2.567786e-01 -9.301677e-01 9.646322e-01 4.469014e-02 -2.597836e-01 4.511598e-19 -9.326187e-22 2.445882e-19 -3.115007e-01 8.126222e+00 -3.831891e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 3.917331e-02 -9.474729e-01 -3.174280e-01 -2.547369e-01 2.977063e-01 -9.200435e-01 9.662166e-01 1.169018e-01 -2.296942e-01 4.129518e-19 -1.776360e-15 5.979653e-19 -1.192480e+00 7.584261e+00 -4.382832e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 1.048484e-01 -9.229514e-01 -3.703613e-01 -2.478334e-01 3.364150e-01 -9.085172e-01 9.631124e-01 1.870445e-01 -1.934656e-01 4.365581e-19 -1.776386e-15 2.603917e-19 -1.099102e+00 7.857757e+00 -3.845961e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 1.731565e-01 -8.924168e-01 -4.166643e-01 -2.420570e-01 3.715183e-01 -8.963161e-01 9.546859e-01 2.560595e-01 -1.516850e-01 4.288965e-19 -1.861493e-21 1.644916e-19 -1.221336e+00 8.140712e+00 -3.342714e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 2.416447e-01 -8.572650e-01 -4.546477e-01 -2.331912e-01 4.035007e-01 -8.847650e-01 9.419287e-01 3.198186e-01 -1.024028e-01 4.368974e-19 -1.776518e-15 1.580609e-20 -1.852700e+00 7.976952e+00 -2.872767e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 3.133839e-01 -8.171486e-01 -4.837962e-01 -2.256637e-01 4.307842e-01 -8.737854e-01 9.224242e-01 3.830055e-01 -4.939991e-02 4.219386e-19 1.775058e-15 8.154502e-20 -1.545180e+00 8.484819e+00 -2.329244e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 3.817592e-01 -7.751964e-01 -5.033195e-01 -2.113000e-01 4.569422e-01 -8.640348e-01 8.997846e-01 4.362046e-01 1.064289e-02 4.371405e-19 -3.563913e-15 -1.359711e-19 -2.744389e+00 7.826367e+00 -1.783902e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 4.553494e-01 -7.274692e-01 -5.132694e-01 -2.029597e-01 4.765077e-01 -8.554226e-01 8.668704e-01 4.936892e-01 6.933060e-02 4.026469e-19 5.232977e-15 1.873178e-19 -1.327162e+00 9.026774e+00 -1.323617e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 5.214217e-01 -6.756138e-01 -5.212153e-01 -1.952549e-01 5.001488e-01 -8.436390e-01 8.306593e-01 5.416615e-01 1.288716e-01 3.496615e-19 1.359690e-21 5.855598e-20 -2.120455e+00 8.006555e+00 -1.991475e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 5.838946e-01 -6.213067e-01 -5.225371e-01 -1.868098e-01 5.235533e-01 -8.312605e-01 7.900438e-01 5.829836e-01 1.896338e-01 3.293581e-19 1.810957e-21 4.077101e-20 -2.246789e+00 8.027140e+00 -1.692650e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 6.428892e-01 -5.646589e-01 -5.175459e-01 -1.791344e-01 5.461070e-01 -8.183385e-01 7.447176e-01 6.188113e-01 2.499365e-01 3.079504e-19 2.435825e-21 2.593977e-20 -2.289791e+00 8.004050e+00 -1.446971e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 6.959347e-01 -5.071322e-01 -5.084209e-01 -1.705923e-01 5.709813e-01 -8.030434e-01 6.975480e-01 6.455984e-01 3.108528e-01 2.750287e-19 -1.776328e-15 8.611259e-20 -2.813329e+00 7.557765e+00 -1.539692e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 7.459863e-01 -4.490499e-01 -4.917912e-01 -1.624414e-01 5.934687e-01 -7.882942e-01 6.458461e-01 6.679439e-01 3.697752e-01 2.705345e-19 -1.776116e-15 5.965808e-20 -2.474462e+00 7.756484e+00 -1.066628e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 7.936043e-01 -3.899929e-01 -4.670094e-01 -1.545852e-01 6.131311e-01 -7.747087e-01 5.884689e-01 6.870049e-01 4.262963e-01 2.394099e-19 4.523790e-21 -5.667545e-21 -2.285817e+00 8.019455e+00 -6.534228e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 8.366280e-01 -3.338793e-01 -4.342560e-01 -1.440234e-01 6.307982e-01 -7.624637e-01 5.284988e-01 7.004414e-01 4.796570e-01 2.321854e-19 -3.551475e-15 3.610962e-20 -2.365867e+00 7.708648e+00 -5.864429e-02
1 -5.115002e-08 -1.107391e-02 6.608064e-07 8.769403e-01 -2.765758e-01 -3.930414e-01 -1.334733e-01 6.454870e-01 -7.520182e-01 4.616931e-01 7.119356e-01 5.291381e-01 1.949494e-19 3.562646e-15 -6.472138e-20 -1.937626e+00 8.294783e+00 1.928267e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 9.104518e-01 -2.268678e-01 -3.458446e-01 -1.176548e-01 6.595570e-01 -7.423893e-01 3.965285e-01 7.166000e-01 5.738027e-01 1.997525e-19 -8.796130e-15 -1.196226e-20 -2.264835e+00 7.328986e+00 1.049319e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 9.416651e-01 -1.710621e-01 -2.898353e-01 -1.046621e-01 6.696442e-01 -7.352704e-01 3.198634e-01 7.227133e-01 6.126769e-01 1.468653e-19 1.316939e-14 -2.024646e-19 -1.313570e+00 8.892207e+00 7.963388e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 9.651235e-01 -1.162289e-01 -2.345794e-01 -9.471198e-02 6.803308e-01 -7.267597e-01 2.440620e-01 7.236303e-01 6.455950e-01 1.164361e-19 1.226324e-20 -1.040409e-20 -1.522633e+00 7.937077e+00 4.965177e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 9.822051e-01 -6.296427e-02 -1.769427e-01 -8.522142e-02 6.901361e-01 -7.186442e-01 1.673634e-01 7.209353e-01 6.724893e-01 9.221566e-20 1.328046e-20 -7.161882e-21 -1.364150e+00 7.942192e+00 6.565749e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 9.919962e-01 -9.799938e-03 -1.258867e-01 -8.313403e-02 6.997111e-01 -7.095725e-01 9.503810e-02 7.143587e-01 6.932960e-01 3.241562e-20 -1.065797e-14 2.159451e-19 -1.293500e+00 7.143917e+00 -2.839602e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 9.967066e-01 4.113187e-02 -6.988652e-02 -7.843435e-02 7.078202e-01 -7.020247e-01 2.059150e-02 7.051941e-01 7.087152e-01 4.277688e-20 -1.774950e-15 1.738687e-19 -1.023868e+00 7.638092e+00 5.880544e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 9.958373e-01 9.072837e-02 -8.746639e-03 -7.126732e-02 7.152047e-01 -6.952720e-01 -5.682526e-02 6.930011e-01 7.186935e-01 2.886728e-20 1.617485e-20 1.403288e-20 -9.641367e-01 7.960795e+00 9.157044e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 9.891873e-01 1.355799e-01 5.591651e-02 -6.029017e-02 7.234962e-01 -6.876905e-01 -1.336924e-01 6.768835e-01 7.238474e-01 2.469427e-20 5.336234e-15 2.226652e-19 -1.013493e+00 7.783993e+00 1.434288e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 9.757393e-01 1.795340e-01 1.253011e-01 -4.736809e-02 7.318782e-01 -6.797872e-01 -2.137501e-01 6.573598e-01 7.226265e-01 -1.047514e-20 3.610105e-15 -1.000782e-19 -8.502737e-01 8.378035e+00 1.606332e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 9.568873e-01 2.148455e-01 1.954689e-01 -2.983402e-02 7.421042e-01 -6.696202e-01 -2.889232e-01 6.349195e-01 7.165198e-01 1.256517e-20 1.292945e-14 6.379610e-19 -9.608612e-01 7.615516e+00 2.353684e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 9.288145e-01 2.530874e-01 2.706480e-01 -1.259995e-02 7.515547e-01 -6.595504e-01 -3.703307e-01 6.091899e-01 7.012438e-01 -7.382709e-20 4.246553e-15 -4.924531e-19 -6.286195e-01 9.050505e+00 2.085649e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 8.953175e-01 2.931658e-01 3.353512e-01 -1.695679e-03 7.551110e-01 -6.555948e-01 -4.454254e-01 5.863968e-01 6.765612e-01 -6.471138e-20 2.669749e-20 9.662452e-20 3.686336e-01 8.009283e+00 7.875609e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 8.564047e-01 3.331715e-01 3.944207e-01 7.329680e-03 7.560071e-01 -6.545223e-01 -5.162531e-01 5.634270e-01 6.450060e-01 -7.635579e-20 2.840312e-20 1.144288e-19 5.178499e-01 7.992284e+00 6.746323e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 8.161678e-01 3.768886e-01 4.379784e-01 1.296594e-02 7.458540e-01 -6.659832e-01 -5.776694e-01 5.492329e-01 6.038554e-01 -9.414656e-20 -8.881423e-15 3.143506e-19 2.204145e+00 6.994797e+00 -1.004503e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 7.705790e-01 4.185341e-01 4.806633e-01 2.041015e-02 7.375739e-01 -6.749579e-01 -6.370176e-01 5.299188e-01 5.598166e-01 -1.185119e-19 -5.326043e-15 1.596030e-19 1.341344e+00 7.572246e+00 -3.967550e-02
1 -5.115002e-08 -1.107391e-02 6.608064e-07 7.186440e-01 4.573031e-01 5.238556e-01 2.933798e-02 7.327293e-01 -6.798876e-01 -6.947590e-01 5.039660e-01 5.131551e-01 -9.934008e-20 3.480456e-20 1.695160e-19 8.492944e-01 7.937706e+00 2.955439e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 6.617824e-01 4.968760e-01 5.613896e-01 3.150790e-02 7.297277e-01 -6.830115e-01 -7.490336e-01 4.696932e-01 4.672655e-01 -1.675527e-19 -5.313654e-15 -1.426152e-20 1.219431e-01 7.917853e+00 -3.339285e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 5.974429e-01 5.310867e-01 6.008402e-01 3.438377e-02 7.316057e-01 -6.808604e-01 -8.011740e-01 4.274344e-01 4.188318e-01 -1.023984e-19 7.228937e-15 8.296647e-20 -1.515500e-01 8.468609e+00 6.939245e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 5.310271e-01 5.634674e-01 6.328623e-01 4.075435e-02 7.290202e-01 -6.832779e-01 -8.463742e-01 3.886310e-01 3.641658e-01 -1.128409e-19 3.386795e-20 2.345484e-19 1.040949e+00 7.937955e+00 -4.844184e-02
1 -5.115002e-08 -1.107391e-02 6.608064e-07 4.619078e-01 5.940235e-01 6.586177e-01 4.778599e-02 7.248365e-01 -6.872616e-01 -8.856397e-01 3.489242e-01 3.064216e-01 -1.139424e-19 3.537424e-20 2.554778e-19 1.054982e+00 7.930570e+00 -2.128274e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 3.901808e-01 6.222543e-01 6.786446e-01 5.592348e-02 7.196888e-01 -6.920408e-01 -9.190383e-01 3.079732e-01 2.460102e-01 -1.110890e-19 3.586505e-20 2.773005e-19 1.102279e+00 7.939293e+00 -4.063633e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 3.183392e-01 6.495253e-01 6.904904e-01 6.710609e-02 7.111157e-01 -6.998651e-01 -9.455987e-01 2.691306e-01 1.827889e-01 -1.302761e-19 -1.775893e-15 3.516067e-19 1.660762e+00 7.632447e+00 -8.929458e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 2.444996e-01 6.745954e-01 6.965206e-01 7.805404e-02 7.022984e-01 -7.075906e-01 -9.665027e-01 2.273718e-01 1.190568e-01 -1.204280e-19 3.889658e-18 4.046487e-19 1.342005e+00 7.790475e+00 -8.732434e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 1.683636e-01 6.975754e-01 6.964497e-01 8.754748e-02 6.931613e-01 -7.154459e-01 -9.818295e-01 1.814274e-01 5.563214e-02 -9.181590e-20 4.019035e-20 3.354827e-19 1.051951e+00 7.942999e+00 -1.093827e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 9.247110e-02 7.185519e-01 6.892984e-01 9.615489e-02 6.825849e-01 -7.244529e-01 -9.910617e-01 1.332704e-01 -5.972895e-03 -1.169398e-19 3.572483e-15 5.871364e-19 9.608773e-01 7.756105e+00 -1.399465e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 1.450366e-02 7.367865e-01 6.759698e-01 1.022574e-01 6.714034e-01 -7.340033e-01 -9.946522e-01 7.976865e-02 -6.560406e-02 -6.645057e-20 -1.617997e-15 4.113924e-19 5.145510e-01 8.076953e+00 -1.511862e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -5.974764e-02 7.526429e-01 6.557125e-01 1.090646e-01 6.578754e-01 -7.451878e-01 -9.922374e-01 2.699179e-02 -1.213932e-01 -1.405218e-19 6.694795e-15 9.142301e-19 6.125170e-01 7.484587e+00 -1.934425e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -1.382112e-01 7.638937e-01 6.303683e-01 1.116732e-01 6.444376e-01 -7.564584e-01 -9.840868e-01 -3.415580e-02 -1.743749e-01 -6.306533e-21 -6.045973e-15 2.635041e-19 -1.904074e-01 8.364261e+00 -1.759194e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -2.058565e-01 7.742834e-01 5.984215e-01 1.188244e-01 6.267717e-01 -7.700896e-01 -9.713413e-01 -8.742092e-02 -2.210288e-01 -2.245125e-19 1.530426e-14 1.475013e-18 4.249453e-01 6.709046e+00 -2.598767e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -2.769519e-01 7.785557e-01 5.631596e-01 1.266423e-01 6.105478e-01 -7.817884e-01 -9.525016e-01 -1.451980e-01 -2.676904e-01 -2.366367e-20 4.286650e-20 4.168411e-19 2.844597e-01 7.892023e+00 -1.991304e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -3.477084e-01 7.775196e-01 5.239868e-01 1.349069e-01 5.945308e-01 -7.926747e-01 -9.278464e-01 -2.049302e-01 -3.116162e-01 -1.024603e-20 4.321308e-20 4.241751e-19 7.709145e-02 7.882794e+00 -2.097773e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -4.223118e-01 7.677523e-01 4.818808e-01 1.415232e-01 5.809398e-01 -8.015486e-01 -8.953345e-01 -2.703061e-01 -3.539925e-01 1.520791e-19 -1.243394e-14 -5.939260e-19 -1.032916e-01 8.750411e+00 -1.574774e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -4.914401e-01 7.541975e-01 4.355143e-01 1.483694e-01 5.652595e-01 -8.114605e-01 -8.581801e-01 -3.341673e-01 -3.896911e-01 6.764827e-20 -3.548017e-15 -2.844720e-20 -3.612641e-01 8.075566e+00 -2.060568e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -5.551580e-01 7.370715e-01 3.853898e-01 1.553415e-01 5.470806e-01 -8.225398e-01 -8.171099e-01 -3.967725e-01 -4.182139e-01 3.703274e-20 4.322177e-20 4.459415e-19 -6.236475e-01 7.881216e+00 -2.291552e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -6.120675e-01 7.175241e-01 3.324644e-01 1.658108e-01 5.275091e-01 -8.332112e-01 -7.732271e-01 -4.548553e-01 -4.418445e-01 3.819204e-20 3.576541e-15 1.726895e-19 -4.324758e-01 7.455215e+00 -2.539425e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -6.635827e-01 6.949394e-01 2.769786e-01 1.762408e-01 5.050403e-01 -8.449103e-01 -7.270469e-01 -5.118530e-01 -4.576127e-01 -1.074346e-20 5.519907e-15 1.225979e-18 -1.019536e+00 7.362117e+00 -2.696796e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -7.137673e-01 6.648704e-01 2.201898e-01 1.844658e-01 4.817439e-01 -8.566768e-01 -6.756542e-01 -5.708505e-01 -4.664989e-01 8.317858e-20 4.195475e-20 4.477360e-19 -1.451516e+00 7.925759e+00 -2.374546e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -7.548220e-01 6.357116e-01 1.615995e-01 1.944481e-01 4.521601e-01 -8.704833e-01 -6.264452e-01 -6.256373e-01 -4.649133e-01 -7.946753e-20 1.161266e-14 2.556048e-18 -2.043412e+00 6.834356e+00 -3.146607e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -7.982033e-01 5.933522e-01 1.039456e-01 2.001046e-01 4.239312e-01 -8.833122e-01 -5.681810e-01 -6.842627e-01 -4.571158e-01 1.731759e-19 -6.574487e-15 -1.896028e-19 -2.255700e+00 8.468365e+00 -2.054525e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -8.365628e-01 5.457237e-01 4.846013e-02 2.064329e-01 3.959066e-01 -8.947868e-01 -5.074921e-01 -7.385416e-01 -4.438560e-01 1.170987e-19 3.782119e-20 4.362507e-19 -2.264371e+00 7.914077e+00 -2.078075e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -8.701175e-01 4.928258e-01 -4.274362e-03 2.121772e-01 3.667573e-01 -9.057980e-01 -4.448329e-01 -7.890576e-01 -4.236883e-01 1.284096e-19 3.541061e-20 4.319069e-19 -2.502212e+00 7.925602e+00 -1.940882e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -8.986435e-01 4.355517e-01 -5.229408e-02 2.182448e-01 3.404822e-01 -9.145715e-01 -3.805379e-01 -8.332866e-01 -4.010290e-01 1.219926e-19 4.723908e-19 4.323388e-19 -2.143460e+00 7.742592e+00 -1.585971e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -9.223084e-01 3.739934e-01 -9.734607e-02 2.239288e-01 3.118954e-01 -9.233511e-01 -3.149654e-01 -8.734130e-01 -3.714116e-01 1.407635e-19 3.956180e-18 6.309152e-19 -2.747539e+00 7.824692e+00 -1.541183e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -9.408439e-01 3.105357e-01 -1.355741e-01 2.296083e-01 2.900436e-01 -9.290612e-01 -2.491843e-01 -9.052305e-01 -3.441874e-01 1.097679e-19 3.401139e-17 3.785420e-19 -1.683773e+00 7.392465e+00 -1.020898e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -9.546851e-01 2.429893e-01 -1.718505e-01 2.347371e-01 2.597968e-01 -9.366985e-01 -1.829615e-01 -9.345918e-01 -3.050627e-01 1.589452e-19 2.918720e-16 8.703210e-19 -3.385223e+00 7.772023e+00 -1.186773e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -9.638362e-01 1.779926e-01 -1.983390e-01 2.388356e-01 2.467607e-01 -9.391841e-01 -1.182255e-01 -9.525900e-01 -2.803479e-01 7.212474e-20 7.286764e-16 7.324037e-20 -3.919241e-01 6.721583e+00 -3.567618e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -9.683851e-01 1.057196e-01 -2.259504e-01 2.437268e-01 2.078964e-01 -9.472995e-01 -5.317379e-02 -9.724209e-01 -2.270905e-01 2.062064e-19 -1.593013e-15 1.468081e-18 -5.239912e+00 8.026225e+00 -9.219975e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -9.690347e-01 2.926108e-02 -2.451849e-01 2.465257e-01 1.710801e-01 -9.539165e-01 1.403363e-02 -9.848225e-01 -1.729961e-01 1.767098e-19 2.301554e-20 3.981655e-19 -3.627327e+00 7.963939e+00 -2.727175e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -9.648293e-01 -4.892324e-02 -2.582845e-01 2.498717e-01 1.345384e-01 -9.588866e-01 8.166103e-02 -9.896999e-01 -1.175821e-01 1.759897e-19 2.047437e-20 3.938037e-19 -3.705672e+00 7.928911e+00 1.077058e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -9.578450e-01 -1.287350e-01 -2.568274e-01 2.452581e-01 9.911448e-02 -9.643779e-01 1.496045e-01 -9.867135e-01 -6.336300e-02 1.772722e-19 1.776636e-15 -6.050146e-19 -3.376386e+00 7.977035e+00 1.426504e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -9.461206e-01 -2.068900e-01 -2.491029e-01 2.414881e-01 6.169665e-02 -9.684405e-01 2.157295e-01 -9.764169e-01 -8.410989e-03 1.703792e-19 2.333353e-18 5.624767e-20 -3.675288e+00 7.810848e+00 1.187822e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -9.290844e-01 -2.834984e-01 -2.375518e-01 2.404747e-01 2.498482e-02 -9.703338e-01 2.810232e-01 -9.586472e-01 4.496118e-02 1.818930e-19 3.633573e-21 3.901879e-19 -3.414366e+00 7.885356e+00 9.882088e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -9.077113e-01 -3.574061e-01 -2.198205e-01 2.395255e-01 -1.122741e-02 -9.708252e-01 3.445108e-01 -9.338816e-01 9.579913e-02 1.521880e-19 -3.541018e-15 3.669758e-19 -3.324024e+00 7.754287e+00 1.365686e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -8.803563e-01 -4.293412e-01 -2.015911e-01 2.430212e-01 -4.330494e-02 -9.690539e-01 4.073249e-01 -9.021036e-01 1.424628e-01 1.889576e-19 1.869942e-15 9.836181e-19 -2.955949e+00 7.877993e+00 7.322433e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -8.505927e-01 -4.959979e-01 -1.745798e-01 2.432660e-01 -7.684962e-02 -9.669104e-01 4.661692e-01 -8.649163e-01 1.860272e-01 1.313014e-19 -9.850983e-15 4.881048e-19 -2.953842e+00 7.529029e+00 1.779681e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -8.163148e-01 -5.603665e-01 -1.400699e-01 2.418244e-01 -1.113376e-01 -9.639112e-01 5.245485e-01 -8.207273e-01 2.263968e-01 1.937378e-19 -1.105347e-20 3.878882e-19 -2.890789e+00 7.922197e+00 2.087196e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -7.827847e-01 -6.145432e-01 -9.790199e-02 2.381481e-01 -1.504888e-01 -9.594991e-01 5.749205e-01 -7.743964e-01 2.641526e-01 6.510967e-20 -2.438601e-14 1.419886e-20 -3.078498e+00 6.883804e+00 2.871862e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -7.419089e-01 -6.686485e-01 -4.980320e-02 2.348564e-01 -1.895786e-01 -9.533637e-01 6.280236e-01 -7.190056e-01 2.976865e-01 2.427336e-19 9.192915e-15 2.098883e-19 -2.826898e+00 8.178547e+00 2.792672e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -6.964974e-01 -7.175594e-01 2.156577e-05 2.317349e-01 -2.249614e-01 -9.464097e-01 6.791100e-01 -6.591669e-01 3.229686e-01 2.067090e-19 -2.219967e-20 3.956672e-19 -2.165275e+00 7.912520e+00 2.661413e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -6.471648e-01 -7.605533e-01 5.231117e-02 2.279416e-01 -2.585245e-01 -9.387266e-01 7.274754e-01 -5.955869e-01 3.406697e-01 2.151661e-19 -2.597638e-20 3.955406e-19 -1.913384e+00 7.911720e+00 2.787499e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -5.935827e-01 -7.980423e-01 1.038656e-01 2.220626e-01 -2.864700e-01 -9.319995e-01 7.735294e-01 -5.301541e-01 3.472590e-01 2.205510e-19 -3.188094e-19 6.974318e-19 -1.000897e+00 7.910078e+00 2.500234e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -5.371068e-01 -8.287564e-01 1.570958e-01 2.160959e-01 -3.152158e-01 -9.240896e-01 8.153642e-01 -4.623871e-01 3.483954e-01 2.246009e-19 -2.680357e-18 5.098433e-19 -1.156040e+00 7.842781e+00 2.868025e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -4.762591e-01 -8.550914e-01 2.049292e-01 2.055649e-01 -3.348743e-01 -9.195664e-01 8.549388e-01 -3.958257e-01 3.352637e-01 2.297147e-19 -2.303690e-17 1.169113e-18 4.260007e-01 7.844771e+00 1.994532e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -4.147719e-01 -8.728808e-01 2.569892e-01 1.977646e-01 -3.621546e-01 -9.108969e-01 8.881742e-01 -3.269911e-01 3.228364e-01 2.366642e-19 -1.976970e-16 3.011572e-19 -8.144989e-01 7.646617e+00 3.231188e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -3.503250e-01 -8.846280e-01 3.077430e-01 1.905564e-01 -3.890094e-01 -9.013101e-01 9.170391e-01 -2.571091e-01 3.048513e-01 2.686824e-19 -3.353387e-20 3.884041e-19 -4.189232e-01 7.797383e+00 2.833739e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -2.829577e-01 -8.907410e-01 3.556901e-01 1.842491e-01 -4.144190e-01 -8.912402e-01 9.412689e-01 -1.866477e-01 2.813813e-01 2.797044e-19 -3.594377e-20 3.836772e-19 -1.541701e-01 7.808906e+00 2.775254e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -2.142622e-01 -8.903143e-01 4.017862e-01 1.782634e-01 -4.400728e-01 -8.800898e-01 9.603717e-01 -1.169462e-01 2.530014e-01 3.148881e-19 -1.776812e-15 1.325287e-19 -3.925859e-02 7.736158e+00 2.885822e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -1.439630e-01 -8.843963e-01 4.439796e-01 1.717161e-01 -4.641726e-01 -8.689404e-01 9.745708e-01 -4.885681e-02 2.186888e-01 2.991023e-19 -3.821475e-18 4.849507e-19 3.127028e-01 7.744451e+00 2.657439e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -7.416885e-02 -8.718302e-01 4.841602e-01 1.661349e-01 -4.895150e-01 -8.560223e-01 9.833098e-01 1.694570e-02 1.811482e-01 3.622865e-19 -5.361918e-15 -3.366607e-19 2.901498e-01 7.550200e+00 2.963337e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -2.917741e-03 -8.555710e-01 5.176773e-01 1.587241e-01 -5.115130e-01 -8.444886e-01 9.873187e-01 7.970388e-02 1.372922e-01 3.009399e-19 3.270823e-15 8.156700e-19 8.480819e-01 7.644254e+00 2.308796e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 6.485032e-02 -8.317881e-01 5.512921e-01 1.543058e-01 -5.374516e-01 -8.290570e-01 9.858926e-01 1.388322e-01 9.349581e-02 4.377966e-19 -1.307751e-14 -1.337896e-18 4.967656e-01 7.182661e+00 3.247697e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 1.359781e-01 -8.085096e-01 5.725576e-01 1.442590e-01 -5.556073e-01 -8.188344e-01 9.801527e-01 1.939401e-01 4.108439e-02 2.365831e-19 9.433700e-15 2.048802e-18 1.540275e+00 7.623160e+00 1.431867e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 2.090040e-01 -7.810400e-01 5.884673e-01 1.359684e-01 -5.727029e-01 -8.084083e-01 9.684162e-01 2.489735e-01 -1.350044e-02 3.507134e-19 -4.102377e-20 3.186500e-19 1.218438e+00 7.845097e+00 1.760734e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 2.816798e-01 -7.499290e-01 5.985508e-01 1.275175e-01 -5.890182e-01 -7.979956e-01 9.509973e-01 3.011049e-01 -7.028549e-02 3.587818e-19 -4.062427e-20 3.028997e-19 1.301962e+00 7.830476e+00 1.531389e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 3.564835e-01 -7.153997e-01 6.009349e-01 1.221826e-01 -6.019716e-01 -7.891144e-01 9.262780e-01 3.547301e-01 -1.271836e-01 4.225384e-19 -7.105957e-15 -6.456217e-19 8.599612e-01 8.301346e+00 1.144267e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 4.279482e-01 -6.784605e-01 5.971195e-01 1.156729e-01 -6.141260e-01 -7.806850e-01 8.963705e-01 4.031633e-01 -1.843347e-01 4.037266e-19 -1.780801e-15 3.581248e-20 1.267205e+00 7.893756e+00 9.853774e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 4.964249e-01 -6.388787e-01 5.877043e-01 1.077213e-01 -6.264465e-01 -7.719850e-01 8.613701e-01 4.465409e-01 -2.421628e-01 3.703959e-19 -4.066722e-20 2.506938e-19 1.506438e+00 7.861387e+00 9.264889e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 5.595817e-01 -5.978814e-01 5.739391e-01 1.000955e-01 -6.386905e-01 -7.629255e-01 8.227084e-01 4.843679e-01 -2.975542e-01 4.010464e-19 1.753811e-15 5.583098e-19 1.479930e+00 7.446242e+00 8.392526e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 6.198481e-01 -5.545243e-01 5.552397e-01 9.091008e-02 -6.520540e-01 -7.527024e-01 7.794381e-01 5.170380e-01 -3.537626e-01 3.169661e-19 3.372147e-15 7.326177e-19 1.877114e+00 7.613574e+00 7.626238e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 6.725846e-01 -5.124651e-01 5.338628e-01 8.327546e-02 -6.644209e-01 -7.427046e-01 7.353197e-01 5.439893e-01 -4.042035e-01 4.209927e-19 5.548164e-15 1.388336e-18 1.550038e+00 6.748886e+00 6.632919e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 7.246533e-01 -4.673152e-01 5.064525e-01 7.229415e-02 -6.793238e-01 -7.302689e-01 6.853110e-01 5.658053e-01 -4.584901e-01 2.093876e-19 6.178979e-15 1.108829e-18 2.406214e+00 7.563466e+00 5.513544e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 7.753168e-01 -4.216974e-01 4.701651e-01 6.317778e-02 -6.889173e-01 -7.220814e-01 6.284047e-01 5.895458e-01 -5.074872e-01 3.647006e-19 -3.623543e-20 1.606501e-19 1.256011e+00 7.883679e+00 -8.974440e-02
1 -5.115002e-08 -1.107391e-02 6.608064e-07 8.232576e-01 -3.727489e-01 4.281416e-01 4.712752e-02 -7.067292e-01 -7.059128e-01 5.657084e-01 6.013253e-01 -5.642534e-01 -4.700486e-20 6.025611e-15 1.299913e-18 3.553989e+00 8.186856e+00 1.304528e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 8.676863e-01 -3.256427e-01 3.756025e-01 3.735936e-02 -7.107159e-01 -7.024865e-01 4.957062e-01 6.235702e-01 -6.045126e-01 4.852348e-19 -8.638709e-15 -1.048931e-18 -1.273087e-02 8.459429e+00 -8.581726e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 9.050477e-01 -2.779734e-01 3.218998e-01 2.923983e-02 -7.144017e-01 -6.991246e-01 4.243038e-01 6.421534e-01 -6.384397e-01 3.380106e-19 -2.963294e-20 1.037386e-19 7.389552e-01 7.938833e+00 -6.037037e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 9.360813e-01 -2.315480e-01 2.648346e-01 1.978175e-02 -7.169950e-01 -6.967976e-01 3.512272e-01 6.574981e-01 -6.665852e-01 3.240901e-19 -2.741957e-20 8.460618e-20 5.734114e-01 7.892913e+00 -7.279889e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 9.600793e-01 -1.828682e-01 2.116766e-01 1.655848e-02 -7.182431e-01 -6.955952e-01 2.792375e-01 6.713316e-01 -6.865423e-01 3.118836e-19 5.328703e-15 7.618615e-19 6.420796e-02 7.408401e+00 -6.275639e-04
1 -5.115002e-08 -1.107391e-02 6.608064e-07 9.785905e-01 -1.352721e-01 1.551198e-01 1.093878e-02 -7.184292e-01 -6.955141e-01 2.055263e-01 6.823203e-01 -7.015682e-01 2.937065e-19 -3.077268e-18 3.379702e-19 9.322329e-02 7.599812e+00 -6.827722e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 9.916860e-01 -8.715013e-02 9.467704e-02 3.271595e-03 -7.184348e-01 -6.955866e-01 1.286397e-01 6.901132e-01 -7.121766e-01 2.774586e-19 -2.683640e-20 4.259521e-20 1.517980e-01 7.896547e+00 -8.465604e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 9.985951e-01 -4.133671e-02 3.315297e-02 -6.693927e-03 -7.190529e-01 -6.949231e-01 5.256457e-02 6.937248e-01 -7.183194e-01 2.594116e-19 -3.568315e-15 1.874690e-19 2.043531e-01 7.552505e+00 -1.098308e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 9.994535e-01 6.263639e-03 -3.245852e-02 -1.799911e-02 -7.204678e-01 -6.932548e-01 -2.772762e-02 6.934601e-01 -7.199613e-01 2.370843e-19 -1.901299e-15 -4.556765e-19 2.561921e-01 8.215510e+00 -1.199456e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 9.942804e-01 4.753285e-02 -9.564039e-02 -3.187011e-02 -7.226516e-01 -6.904773e-01 -1.019350e-01 6.895761e-01 -7.170035e-01 2.257291e-19 -9.959329e-15 2.192791e-19 2.675709e-01 7.129069e+00 -1.546986e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 9.816185e-01 9.473724e-02 -1.656801e-01 -4.576927e-02 -7.259166e-01 -6.862581e-01 -1.852841e-01 6.812268e-01 -7.082372e-01 1.994337e-19 -2.139642e-15 -1.283091e-18 3.596212e-01 8.900430e+00 -1.474903e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 9.629001e-01 1.433041e-01 -2.286644e-01 -5.576794e-02 -7.233886e-01 -6.881852e-01 -2.640330e-01 6.754057e-01 -6.885592e-01 1.748856e-19 -1.768687e-20 -6.030488e-21 -9.934863e-01 7.964585e+00 -6.346444e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 9.382908e-01 1.929028e-01 -2.870520e-01 -6.428582e-02 -7.182520e-01 -6.928069e-01 -3.398200e-01 6.685077e-01 -6.615284e-01 1.512267e-19 -1.678134e-20 -8.099805e-21 -1.134237e+00 7.955463e+00 -4.856451e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 9.104083e-01 2.423482e-01 -3.352970e-01 -7.359349e-02 -7.026676e-01 -7.077021e-01 -4.071126e-01 6.689735e-01 -6.218792e-01 1.055721e-19 7.105205e-15 9.892513e-19 -3.051140e+00 7.160077e+00 2.456311e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 8.770661e-01 2.925191e-01 -3.810350e-01 -8.319694e-02 -6.887245e-01 -7.202338e-01 -4.731103e-01 6.633936e-01 -5.797202e-01 1.099319e-19 1.774491e-15 3.925163e-19 -1.983439e+00 7.614744e+00 -3.116537e-02
1 -5.115002e-08 -1.107391e-02 6.608064e-07 8.376246e-01 3.432837e-01 -4.249016e-01 -9.266677e-02 -6.772829e-01 -7.298635e-01 -5.383289e-01 6.507259e-01 -5.354978e-01 7.988276e-20 -1.185534e-20 -2.438084e-21 -1.547062e+00 7.897287e+00 3.737653e-02
1 -5.115002e-08 -1.107391e-02 6.608064e-07 7.935720e-01 3.974056e-01 -4.607735e-01 -9.523279e-02 -6.668073e-01 -7.391203e-01 -6.009777e-01 6.304259e-01 -4.913136e-01 9.096706e-20 -9.421781e-18 9.993324e-20 -1.042219e+00 7.841748e+00 9.035160e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 7.425776e-01 4.505963e-01 -4.955214e-01 -9.721241e-02 -6.595020e-01 -7.453904e-01 -6.626676e-01 6.016810e-01 -4.459279e-01 2.939558e-20 -5.404504e-15 -6.221873e-19 -6.602803e-01 8.282254e+00 3.826883e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 6.880203e-01 5.007771e-01 -5.252146e-01 -1.033494e-01 -6.487506e-01 -7.539507e-01 -7.182945e-01 5.730139e-01 -3.945986e-01 1.338295e-20 -1.094191e-20 1.901024e-20 -1.648679e+00 7.890868e+00 4.982442e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 6.298534e-01 5.492683e-01 -5.491713e-01 -1.104067e-01 -6.365512e-01 -7.632909e-01 -7.688271e-01 5.413935e-01 -3.402910e-01 -8.378619e-21 -1.029357e-20 3.152333e-20 -1.647697e+00 7.876473e+00 7.063018e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 5.681621e-01 5.958777e-01 -5.675576e-01 -1.183033e-01 -6.233815e-01 -7.729164e-01 -8.143685e-01 5.062858e-01 -2.836875e-01 -2.875984e-20 -9.428237e-21 4.366871e-20 -1.664953e+00 7.887226e+00 9.266537e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 5.051931e-01 6.397971e-01 -5.791715e-01 -1.294300e-01 -6.073484e-01 -7.838213e-01 -8.532455e-01 4.709432e-01 -2.240192e-01 -5.513141e-20 -1.268937e-19 2.901259e-19 -2.169907e+00 7.587349e+00 1.126967e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 4.394972e-01 6.820997e-01 -5.844503e-01 -1.399858e-01 -5.906973e-01 -7.946576e-01 -8.872689e-01 4.310646e-01 -1.641256e-01 -6.985449e-20 -1.062291e-18 2.625260e-19 -1.821849e+00 7.747107e+00 1.337039e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 3.707824e-01 7.230713e-01 -5.828278e-01 -1.488891e-01 -5.731634e-01 -8.058014e-01 -9.167074e-01 3.855537e-01 -1.048615e-01 -8.396724e-20 -5.886857e-21 9.148496e-20 -1.552728e+00 7.906095e+00 1.700080e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 3.017131e-01 7.615897e-01 -5.735419e-01 -1.571676e-01 -5.536148e-01 -8.178074e-01 -9.403550e-01 3.368854e-01 -4.733556e-02 -9.943849e-20 -5.358550e-18 2.013662e-19 -1.507602e+00 7.678200e+00 2.038083e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 2.297064e-01 7.981463e-01 -5.569537e-01 -1.629455e-01 -5.326402e-01 -8.305078e-01 -9.595226e-01 2.815261e-01 7.703512e-03 -1.175894e-19 -4.289783e-17 -1.000500e-19 -1.045347e+00 8.042765e+00 2.359308e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 1.609211e-01 8.305432e-01 -5.332002e-01 -1.698735e-01 -5.088713e-01 -8.439153e-01 -9.722383e-01 2.263804e-01 5.919911e-02 -1.504176e-19 -3.699754e-16 2.064307e-19 -1.221790e+00 7.350740e+00 2.697786e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 8.646485e-02 8.601387e-01 -5.026781e-01 -1.724783e-01 -4.840244e-01 -8.578879e-01 -9.812110e-01 1.608782e-01 1.065041e-01 -1.514317e-19 -1.397936e-15 -4.751077e-19 -3.143882e-01 8.379886e+00 2.909361e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 1.303374e-02 8.828274e-01 -4.695166e-01 -1.781879e-01 -4.599900e-01 -8.698611e-01 -9.839102e-01 9.499970e-02 1.513137e-01 -1.398021e-19 -3.462344e-21 2.017575e-19 -7.299548e-01 7.850370e+00 2.590143e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -5.946835e-02 8.999554e-01 -4.319071e-01 -1.845322e-01 -4.351267e-01 -8.812563e-01 -9.810257e-01 2.729392e-02 1.919471e-01 -1.457590e-19 -2.744767e-21 2.252562e-19 -5.143568e-01 7.856805e+00 2.741599e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -1.299035e-01 9.089291e-01 -3.961982e-01 -1.939168e-01 -4.151570e-01 -8.888425e-01 -9.723792e-01 -3.863428e-02 2.301870e-01 -1.303592e-19 1.776318e-15 9.676931e-19 -8.366689e-01 7.502851e+00 1.944763e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -1.991332e-01 9.135334e-01 -3.546866e-01 -2.019332e-01 -3.924194e-01 -8.973461e-01 -9.589416e-01 -1.070685e-01 2.626164e-01 -1.724706e-19 -3.278827e-19 4.110484e-19 -2.200943e-01 7.700482e+00 2.673396e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -2.641570e-01 9.092121e-01 -3.217988e-01 -2.144539e-01 -3.806678e-01 -8.995007e-01 -9.403354e-01 -1.685984e-01 2.955401e-01 -1.206547e-19 3.549894e-15 2.055320e-18 -1.268471e+00 6.885404e+00 9.004338e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -3.286561e-01 9.035213e-01 -2.750173e-01 -2.216990e-01 -3.568619e-01 -9.074685e-01 -9.180603e-01 -2.372740e-01 3.175946e-01 -2.148397e-19 -1.800552e-15 6.636703e-20 5.842326e-01 7.745569e+00 3.179293e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -3.932007e-01 8.922258e-01 -2.220951e-01 -2.269368e-01 -3.282533e-01 -9.169239e-01 -8.910067e-01 -3.101336e-01 3.315483e-01 -1.473861e-19 3.255201e-21 3.437836e-19 8.168953e-01 8.007695e+00 3.267019e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -4.530067e-01 8.790889e-01 -1.482823e-01 -2.342703e-01 -2.778652e-01 -9.316160e-01 -8.601758e-01 -3.872901e-01 3.318192e-01 -3.423810e-19 -7.226375e-15 -1.905226e-18 2.133886e+00 8.288304e+00 6.053026e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -5.125325e-01 8.550967e-01 -7.823024e-02 -2.429668e-01 -2.318052e-01 -9.419307e-01 -8.235761e-01 -4.637628e-01 3.265679e-01 -1.013994e-19 8.087934e-16 1.380594e-19 1.536921e+00 8.437490e+00 4.274611e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -5.687604e-01 8.223171e-01 -1.749870e-02 -2.490037e-01 -1.924235e-01 -9.491946e-01 -7.839061e-01 -5.355071e-01 3.142028e-01 -1.191490e-19 6.250180e-21 4.264595e-19 1.931999e+00 7.970918e+00 3.136983e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -6.256831e-01 7.792684e-01 3.551621e-02 -2.485560e-01 -1.559985e-01 -9.559730e-01 -7.394191e-01 -6.069639e-01 2.912975e-01 1.390096e-19 7.596731e-15 2.041989e-18 2.603962e+00 8.557288e+00 2.483098e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -6.770378e-01 7.323998e-01 7.218227e-02 -2.404983e-01 -1.274846e-01 -9.622413e-01 -6.955432e-01 -6.688334e-01 2.624528e-01 -6.642641e-20 3.777454e-16 1.337815e-18 2.673413e+00 7.342059e+00 9.428760e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -7.243091e-01 6.802163e-01 1.126147e-01 -2.385669e-01 -9.400936e-02 -9.665651e-01 -6.468865e-01 -7.269581e-01 2.303689e-01 -6.774416e-20 2.444224e-22 4.852924e-19 2.527980e+00 7.887966e+00 2.472302e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -7.675370e-01 6.230090e-01 1.508202e-01 -2.382903e-01 -5.889233e-02 -9.694067e-01 -5.950670e-01 -7.799945e-01 1.936590e-01 -4.968540e-20 1.597409e-21 5.012828e-19 2.706332e+00 7.839924e+00 2.248106e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -8.073431e-01 5.605293e-01 1.844020e-01 -2.384463e-01 -2.404840e-02 -9.708579e-01 -5.397597e-01 -8.277854e-01 1.530715e-01 -2.690896e-20 2.197592e-22 5.177569e-19 2.903379e+00 7.869434e+00 1.991378e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -8.411528e-01 4.950013e-01 2.177972e-01 -2.433081e-01 1.327903e-02 -9.698582e-01 -4.829731e-01 -8.687908e-01 1.092681e-01 -4.357031e-20 9.745117e-21 1.432558e-19 2.955803e+00 7.654707e+00 2.558610e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -8.716974e-01 4.254062e-01 2.432553e-01 -2.459194e-01 4.961970e-02 -9.680194e-01 -4.238717e-01 -9.036412e-01 6.136226e-02 4.783712e-21 7.905974e-20 4.822244e-19 3.168337e+00 7.796218e+00 1.709030e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -8.991557e-01 3.518339e-01 2.602534e-01 -2.459987e-01 8.549888e-02 -9.654919e-01 -3.619442e-01 -9.321496e-01 9.673891e-03 4.117238e-20 -4.000046e-23 5.561335e-19 3.424055e+00 7.936937e+00 1.218081e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -9.224114e-01 2.780033e-01 2.680884e-01 -2.425642e-01 1.231437e-01 -9.622880e-01 -3.005326e-01 -9.526541e-01 -4.615553e-02 5.514203e-20 3.949787e-19 7.886574e-19 3.850845e+00 7.630011e+00 6.943695e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -9.425690e-01 2.012714e-01 2.665587e-01 -2.365791e-01 1.610584e-01 -9.581704e-01 -2.357838e-01 -9.662039e-01 -1.041921e-01 1.048971e-19 3.159629e-18 7.415696e-19 3.900098e+00 8.019270e+00 2.109252e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -9.581307e-01 1.293653e-01 2.554413e-01 -2.266826e-01 2.023207e-01 -9.527231e-01 -1.749304e-01 -9.707373e-01 -1.645248e-01 8.489452e-20 2.725193e-17 1.093806e-18 4.483213e+00 7.197939e+00 -4.180116e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -9.706712e-01 5.246951e-02 2.346154e-01 -2.155553e-01 2.421966e-01 -9.459792e-01 -1.064581e-01 -9.688074e-01 -2.237832e-01 1.736494e-19 2.338136e-16 7.489153e-19 4.088190e+00 8.345898e+00 -7.512302e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -9.771462e-01 -2.268052e-02 2.113550e-01 -2.093248e-01 2.757031e-01 -9.381742e-01 -3.699297e-02 -9.609752e-01 -2.741498e-01 1.712476e-19 1.387414e-21 5.635758e-19 3.090359e+00 7.810056e+00 -3.572494e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -9.784150e-01 -9.586501e-02 1.830685e-01 -2.039919e-01 3.064212e-01 -9.297813e-01 3.303744e-02 -9.470565e-01 -3.193628e-01 1.957778e-19 1.638721e-21 5.602183e-19 2.996109e+00 7.804331e+00 -5.971392e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -9.736887e-01 -1.666895e-01 1.553863e-01 -2.029867e-01 3.245155e-01 -9.238431e-01 1.035697e-01 -9.310770e-01 -3.498128e-01 1.998458e-19 2.004684e-20 3.607311e-19 1.251396e+00 7.501621e+00 -6.009768e-02
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -9.643948e-01 -2.348500e-01 1.216064e-01 -1.996937e-01 3.451770e-01 -9.170470e-01 1.733927e-01 -9.086794e-01 -3.797850e-01 2.466206e-19 1.685683e-19 4.827697e-19 2.201244e+00 7.643632e+00 -8.460668e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -9.504179e-01 -3.003329e-01 8.065957e-02 -1.939499e-01 3.697239e-01 -9.086736e-01 2.430828e-01 -8.792636e-01 -4.096417e-01 2.654287e-19 4.352479e-21 5.371204e-19 2.606375e+00 7.828106e+00 -1.279519e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -9.311972e-01 -3.624239e-01 3.899559e-02 -1.922079e-01 3.973011e-01 -8.973338e-01 3.097223e-01 -8.430900e-01 -4.396264e-01 3.072142e-19 8.776614e-19 6.392797e-19 3.011602e+00 7.588966e+00 -9.623147e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -9.071781e-01 -4.205967e-01 -1.124295e-02 -1.882448e-01 4.296300e-01 -8.831659e-01 3.762869e-01 -7.990723e-01 -4.689260e-01 3.154102e-19 7.043054e-18 6.441056e-19 3.328436e+00 8.004039e+00 -1.915776e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -8.780827e-01 -4.741880e-01 -6.416041e-02 -1.827280e-01 4.562078e-01 -8.709104e-01 4.422457e-01 -7.530074e-01 -4.872356e-01 3.292479e-19 3.107149e-21 4.976180e-19 2.068698e+00 7.865455e+00 -1.824422e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -8.447707e-01 -5.190178e-01 -1.303186e-01 -1.737969e-01 4.964276e-01 -8.505024e-01 5.061197e-01 -6.958305e-01 -5.095712e-01 3.350117e-19 3.524013e-17 8.046789e-19 4.026663e+00 8.251388e+00 -3.604094e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -8.065278e-01 -5.597231e-01 -1.903232e-01 -1.628436e-01 5.198050e-01 -8.386207e-01 5.683263e-01 -6.453781e-01 -5.103845e-01 3.554427e-19 2.819365e-16 2.519038e-19 6.337315e-01 7.711344e+00 -2.013745e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -7.626022e-01 -5.975397e-01 -2.477583e-01 -1.550666e-01 5.407144e-01 -8.267903e-01 6.280065e-01 -5.920931e-01 -5.050084e-01 3.812785e-19 9.147474e-21 4.397698e-19 1.234628e+00 7.887043e+00 -2.042375e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -7.144608e-01 -6.300146e-01 -3.043474e-01 -1.466527e-01 5.601636e-01 -8.152973e-01 6.841336e-01 -5.378646e-01 -4.926083e-01 3.910151e-19 8.143812e-21 4.204387e-19 9.910377e-01 7.816734e+00 -2.025244e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -6.594429e-01 -6.636355e-01 -3.531613e-01 -1.438314e-01 5.724843e-01 -8.072015e-01 7.378669e-01 -4.815077e-01 -4.729723e-01 4.131018e-19 1.108879e-19 4.666087e-19 6.852901e-01 8.064220e+00 -8.127409e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -6.019282e-01 -6.906019e-01 -4.009383e-01 -1.389598e-01 5.850077e-01 -7.990345e-01 7.863667e-01 -4.252471e-01 -4.480985e-01 4.216378e-19 9.278220e-19 5.224726e-19 4.451301e-01 7.719184e+00 -1.561703e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -5.406636e-01 -7.109239e-01 -4.497445e-01 -1.313232e-01 5.993941e-01 -7.896081e-01 8.309254e-01 -3.678504e-01 -4.174314e-01 4.189404e-19 8.817318e-21 3.499159e-19 3.302121e-01 7.902534e+00 -2.038061e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -4.797342e-01 -7.245671e-01 -4.948309e-01 -1.258117e-01 6.149431e-01 -7.784706e-01 8.683470e-01 -3.112034e-01 -3.861682e-01 4.588298e-19 4.709649e-18 7.496210e-19 5.767751e-01 7.240077e+00 -1.965287e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -4.137997e-01 -7.309615e-01 -5.426464e-01 -1.172058e-01 6.338889e-01 -7.644917e-01 9.027916e-01 -2.527451e-01 -3.479760e-01 4.120924e-19 3.772127e-17 2.655523e-19 1.653344e-01 7.938330e+00 -2.766655e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -3.437572e-01 -7.357867e-01 -5.834800e-01 -1.090190e-01 6.484138e-01 -7.534417e-01 9.327089e-01 -1.953906e-01 -3.031116e-01 4.280866e-19 1.059330e-20 2.797732e-19 -2.532051e-01 7.909154e+00 -1.771666e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -2.689328e-01 -7.272809e-01 -6.314568e-01 -9.499537e-02 6.724422e-01 -7.340281e-01 9.584629e-01 -1.374188e-01 -2.499301e-01 3.758524e-19 1.886911e-16 -1.203403e-19 -5.759957e-01 8.460576e+00 -4.045316e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -1.921676e-01 -7.249980e-01 -6.613996e-01 -8.414512e-02 6.836515e-01 -7.249415e-01 9.777480e-01 -8.365675e-02 -1.923808e-01 4.174201e-19 -2.667749e-16 2.193030e-19 -8.597146e-01 7.976086e+00 -7.862729e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -1.144081e-01 -7.201977e-01 -6.842704e-01 -7.581673e-02 6.931142e-01 -7.168295e-01 9.905365e-01 -3.013199e-02 -1.339009e-01 4.173942e-19 1.823441e-20 2.051537e-19 -7.199906e-01 7.950484e+00 -1.175643e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -3.639982e-02 -7.126594e-01 -7.005652e-01 -6.671907e-02 7.011987e-01 -7.098373e-01 9.971076e-01 2.090311e-02 -7.307148e-02 4.093675e-19 1.765600e-20 1.835249e-19 -8.140610e-01 7.894826e+00 -9.848924e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 4.151305e-02 -7.054290e-01 -7.075638e-01 -6.281754e-02 7.049305e-01 -7.064892e-01 9.971613e-01 7.377594e-02 -1.504950e-02 4.016865e-19 2.324200e-19 2.171431e-19 -1.615606e-01 7.791933e+00 -1.914614e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 1.184219e-01 -6.948160e-01 -7.093708e-01 -5.688150e-02 7.084778e-01 -7.034371e-01 9.913328e-01 1.236524e-01 4.437708e-02 3.949725e-19 1.947640e-18 5.268358e-20 -7.470355e-01 7.706379e+00 -3.712481e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 1.958115e-01 -6.799870e-01 -7.065943e-01 -4.884925e-02 7.128848e-01 -6.995778e-01 9.794241e-01 1.715020e-01 1.063742e-01 3.759502e-19 1.972395e-20 1.226287e-19 -9.799720e-01 7.926797e+00 -5.116366e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 2.694192e-01 -6.614623e-01 -6.999149e-01 -4.122975e-02 7.182004e-01 -6.946138e-01 9.621400e-01 2.159996e-01 1.662250e-01 3.746053e-19 9.895993e-18 -1.650150e-19 -9.245035e-01 7.460141e+00 -5.664808e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 3.445316e-01 -6.378080e-01 -6.888389e-01 -3.181036e-02 7.254107e-01 -6.875808e-01 9.382356e-01 2.588056e-01 2.296380e-01 3.364968e-19 7.926656e-17 5.196500e-20 -1.355216e+00 8.079628e+00 -7.323834e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 4.108762e-01 -6.127471e-01 -6.750717e-01 -2.473103e-02 7.326975e-01 -6.801050e-01 9.113556e-01 2.961342e-01 2.858941e-01 3.501649e-19 6.836125e-16 -5.177754e-19 -9.733280e-01 6.818211e+00 -7.140603e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 4.836904e-01 -5.806135e-01 -6.549286e-01 -1.389908e-02 7.430955e-01 -6.690410e-01 8.751288e-01 3.327117e-01 3.513582e-01 2.689671e-19 -1.240195e-15 3.460106e-19 -1.947387e+00 8.643573e+00 -9.504548e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 5.523815e-01 -5.522376e-01 -6.244263e-01 -4.958904e-03 7.468894e-01 -6.649298e-01 8.335767e-01 3.703914e-01 4.098294e-01 2.936722e-19 2.572339e-20 4.591924e-20 -7.677422e-01 7.965547e+00 4.084398e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 6.173237e-01 -5.233353e-01 -5.873939e-01 2.932744e-03 7.481725e-01 -6.634978e-01 7.867038e-01 4.078703e-01 4.633994e-01 2.738465e-19 2.870279e-20 3.581986e-20 -6.338159e-01 7.976073e+00 5.335027e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 6.756638e-01 -5.043913e-01 -5.376502e-01 1.616973e-02 7.392683e-01 -6.732169e-01 7.370325e-01 4.461747e-01 5.076527e-01 2.845534e-19 3.582392e-19 -2.594600e-20 1.727662e-01 7.505067e+00 2.625854e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 7.303138e-01 -4.799431e-01 -4.861032e-01 2.842113e-02 7.323331e-01 -6.803532e-01 6.825203e-01 4.830557e-01 5.484735e-01 2.304226e-19 3.009428e-18 7.995152e-20 -1.835149e-01 7.770635e+00 1.422044e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 7.810989e-01 -4.496296e-01 -4.332641e-01 3.885137e-02 7.275331e-01 -6.849716e-01 6.231975e-01 5.181977e-01 5.857440e-01 2.121343e-19 3.483828e-20 2.208884e-20 -7.050907e-02 7.885199e+00 9.945152e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 8.274294e-01 -4.121162e-01 -3.814719e-01 4.169316e-02 7.225034e-01 -6.901091e-01 5.600198e-01 5.551118e-01 6.150030e-01 1.657871e-19 1.532585e-17 1.427874e-19 6.934611e-01 7.882080e+00 3.584531e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 8.692790e-01 -3.684390e-01 -3.295553e-01 4.206745e-02 7.194014e-01 -6.933195e-01 4.925285e-01 5.888246e-01 6.408598e-01 1.508010e-19 1.227810e-16 1.685416e-19 3.260810e-01 8.009575e+00 7.426550e-02
1 -5.115002e-08 -1.107391e-02 6.608064e-07 9.052367e-01 -3.264232e-01 -2.720193e-01 4.792121e-02 7.145299e-01 -6.979618e-01 4.221968e-01 6.187851e-01 6.624612e-01 1.482747e-19 3.502909e-20 1.729816e-20 2.695022e-01 7.922590e+00 1.075034e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 9.353129e-01 -2.832765e-01 -2.120007e-01 5.524622e-02 7.087479e-01 -7.032953e-01 3.494821e-01 6.460889e-01 6.785509e-01 1.278042e-19 3.575466e-20 1.969813e-20 4.469939e-01 7.904441e+00 1.078840e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 9.594579e-01 -2.383356e-01 -1.504552e-01 6.331785e-02 7.024275e-01 -7.089333e-01 2.746479e-01 6.706651e-01 6.890405e-01 1.069942e-19 3.681994e-20 2.460987e-20 6.398588e-01 7.918895e+00 1.077950e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 9.769504e-01 -1.952526e-01 -8.628076e-02 7.563886e-02 6.945962e-01 -7.154124e-01 1.996165e-01 6.923963e-01 6.933547e-01 8.551183e-20 4.733328e-19 -1.383113e-19 7.676461e-01 7.719480e+00 1.640276e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 9.885209e-01 -1.493566e-01 -2.278146e-02 8.702169e-02 6.861226e-01 -7.222624e-01 1.235055e-01 7.119890e-01 6.912438e-01 6.710099e-20 3.970762e-18 1.007610e-19 9.805480e-01 7.816243e+00 1.229501e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 9.942653e-01 -9.951488e-02 3.915749e-02 9.645564e-02 6.763711e-01 -7.302181e-01 4.618258e-02 7.298075e-01 6.820910e-01 5.244091e-20 4.112907e-20 5.144639e-20 1.347622e+00 7.935093e+00 9.182194e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 9.939362e-01 -4.853108e-02 9.866938e-02 1.058803e-01 6.645321e-01 -7.397205e-01 -2.966954e-02 7.456821e-01 6.656410e-01 9.643277e-21 2.018284e-17 5.901155e-19 1.672829e+00 7.710553e+00 9.064934e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 9.879259e-01 7.525081e-03 1.547441e-01 1.126945e-01 6.504950e-01 -7.511033e-01 -1.063124e-01 7.594732e-01 6.417929e-01 1.409014e-20 1.616684e-16 9.924644e-20 2.009200e+00 8.004784e+00 3.541464e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 9.764322e-01 6.134012e-02 2.069241e-01 1.219725e-01 6.341323e-01 -7.635436e-01 -1.780532e-01 7.707876e-01 6.117054e-01 -5.590295e-20 -3.820955e-16 1.359304e-18 2.323755e+00 7.364093e+00 6.570001e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 9.592939e-01 1.242067e-01 2.536294e-01 1.261498e-01 6.150490e-01 -7.783322e-01 -2.526686e-01 7.786446e-01 5.743441e-01 -1.085471e-20 -4.720653e-16 -3.387158e-19 2.571716e+00 8.243360e+00 -4.876917e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 9.362494e-01 1.856368e-01 2.982886e-01 1.332171e-01 5.980399e-01 -7.903173e-01 -3.251004e-01 7.796713e-01 5.351845e-01 -8.010887e-21 4.306534e-20 1.156430e-19 2.086020e+00 7.887821e+00 1.402584e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 9.077656e-01 2.472809e-01 3.388419e-01 1.411889e-01 5.805266e-01 -8.019068e-01 -3.950029e-01 7.757841e-01 4.920687e-01 -1.631124e-20 4.360517e-20 1.312122e-19 2.207443e+00 7.902802e+00 -6.542030e-02
1 -5.115002e-08 -1.107391e-02 6.608064e-07 8.740299e-01 3.058277e-01 3.775461e-01 1.498641e-01 5.694714e-01 -8.082345e-01 -4.621822e-01 7.630018e-01 4.519025e-01 5.638476e-21 5.641681e-19 1.100291e-19 1.164276e+00 7.712609e+00 3.809614e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 8.356194e-01 3.654615e-01 4.100952e-01 1.580309e-01 5.550629e-01 -8.166587e-01 -5.260859e-01 7.472236e-01 4.060671e-01 -2.289588e-20 4.731370e-18 2.352510e-19 2.011940e+00 7.809075e+00 -3.024961e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 7.928133e-01 4.169858e-01 4.444885e-01 1.658103e-01 5.542277e-01 -8.156829e-01 -5.864760e-01 7.203850e-01 3.702585e-01 3.476076e-20 4.067180e-17 1.553286e-19 -2.276531e-01 7.343171e+00 1.048151e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 7.464414e-01 4.744416e-01 4.666158e-01 1.731534e-01 5.385714e-01 -8.245961e-01 -6.425286e-01 6.963089e-01 3.198608e-01 -6.678627e-20 3.490313e-16 3.588998e-19 2.551198e+00 7.780054e+00 -1.155523e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 6.957544e-01 5.340876e-01 4.802878e-01 1.793669e-01 5.182914e-01 -8.361827e-01 -6.955238e-01 6.679255e-01 2.648059e-01 -4.153341e-20 4.785845e-20 2.060386e-19 2.376829e+00 7.940649e+00 -1.301250e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 6.412026e-01 5.926998e-01 4.874075e-01 1.867097e-01 4.955776e-01 -8.482584e-01 -7.443109e-01 6.349093e-01 2.071028e-01 -3.739964e-20 4.467121e-20 2.206211e-19 2.322942e+00 7.931651e+00 -1.594702e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 5.840094e-01 6.533538e-01 4.817280e-01 1.933995e-01 4.643662e-01 -8.642689e-01 -7.883715e-01 5.979071e-01 1.448359e-01 -5.963074e-20 5.966619e-19 1.930768e-19 2.912868e+00 8.080619e+00 -2.787196e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 5.245120e-01 7.099366e-01 4.699757e-01 2.003652e-01 4.335716e-01 -8.785610e-01 -8.274907e-01 5.549826e-01 8.516695e-02 -4.062789e-20 4.996651e-18 2.624755e-19 2.392014e+00 7.890977e+00 -2.430587e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 4.638698e-01 7.693277e-01 4.392718e-01 2.080737e-01 3.873623e-01 -8.981402e-01 -8.611214e-01 5.080211e-01 1.960878e-02 -1.081808e-19 4.295652e-17 1.378426e-19 3.534170e+00 8.214060e+00 -4.707294e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 4.020750e-01 8.177188e-01 4.119122e-01 2.160068e-01 3.524653e-01 -9.105544e-01 -8.897622e-01 4.550870e-01 -3.491531e-02 -2.504098e-20 3.686354e-16 2.467144e-19 1.959087e+00 7.582322e+00 -2.452389e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 3.373383e-01 8.609474e-01 3.807525e-01 2.228676e-01 3.199233e-01 -9.208578e-01 -9.146217e-01 3.954980e-01 -8.395486e-02 -9.992781e-21 3.530363e-20 2.727811e-19 1.596957e+00 7.915183e+00 -2.900206e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 2.710799e-01 8.989359e-01 3.441364e-01 2.278560e-01 2.874331e-01 -9.303031e-01 -9.351991e-01 3.306001e-01 -1.269106e-01 -3.976331e-21 2.986348e-20 2.803126e-19 1.391199e+00 7.924285e+00 -3.079653e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 2.012004e-01 9.300895e-01 3.073303e-01 2.303086e-01 2.600342e-01 -9.377314e-01 -9.520905e-01 2.594528e-01 -1.618886e-01 4.019819e-20 4.154260e-19 4.622197e-19 6.363384e-01 8.123483e+00 -2.497139e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 1.316802e-01 9.552426e-01 2.648998e-01 2.331301e-01 2.298896e-01 -9.448815e-01 -9.634888e-01 1.861783e-01 -1.924239e-01 1.710082e-20 3.472725e-18 3.288309e-19 7.498677e-01 7.935244e+00 -3.151839e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 5.691181e-02 9.718895e-01 2.284552e-01 2.305622e-01 2.098464e-01 -9.501608e-01 -9.713918e-01 1.067485e-01 -2.121382e-01 1.074045e-19 2.985893e-17 7.133572e-19 -4.800518e-01 8.340862e+00 -1.610930e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -1.211960e-02 9.834957e-01 1.805249e-01 2.323386e-01 1.783668e-01 -9.561402e-01 -9.725595e-01 3.035487e-02 -2.306657e-01 -3.936465e-21 2.562351e-16 1.952775e-19 3.901927e-01 7.666617e+00 -3.757656e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -8.034593e-02 9.883508e-01 1.292568e-01 2.334943e-01 1.447302e-01 -9.615267e-01 -9.690330e-01 -4.707403e-02 -2.424027e-01 1.527256e-20 1.738677e-20 3.049611e-19 -7.959692e-02 7.845131e+00 -3.465809e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -1.483157e-01 9.859498e-01 7.684659e-02 2.354330e-01 1.106741e-01 -9.655685e-01 -9.605070e-01 -1.251168e-01 -2.485398e-01 1.937200e-20 1.286257e-20 3.085610e-19 -3.610030e-01 7.858510e+00 -3.479356e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -2.127109e-01 9.768956e-01 2.071256e-02 2.364309e-01 7.202548e-02 -9.689751e-01 -9.480794e-01 -2.012144e-01 -2.462889e-01 9.458875e-22 1.898344e-19 3.070061e-19 -8.362972e-01 7.593663e+00 -4.020462e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -2.765452e-01 9.604045e-01 -3.385207e-02 2.374750e-01 3.416189e-02 -9.707928e-01 -9.311973e-01 -2.765071e-01 -2.375194e-01 9.559433e-21 1.582988e-18 4.209866e-19 -9.626787e-01 7.729481e+00 -3.619762e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -3.338500e-01 9.380209e-01 -9.306407e-02 2.374912e-01 -1.184228e-02 -9.713175e-01 -9.122182e-01 -3.463762e-01 -2.188182e-01 -4.076785e-20 1.361308e-17 2.408540e-19 -1.756239e+00 7.143127e+00 -4.687690e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -3.934786e-01 9.079586e-01 -1.441726e-01 2.383292e-01 -5.071787e-02 -9.698592e-01 -8.879042e-01 -4.159794e-01 -1.964366e-01 6.257469e-21 1.168195e-16 5.623184e-19 -1.326540e+00 7.697697e+00 -3.273933e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -4.537237e-01 8.706441e-01 -1.900356e-01 2.380912e-01 -8.706207e-02 -9.673328e-01 -8.587475e-01 -4.841477e-01 -1.677906e-01 2.342211e-20 -7.648322e-21 3.158749e-19 -1.804106e+00 7.881355e+00 -3.022541e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -5.162621e-01 8.272569e-01 -2.216289e-01 2.336570e-01 -1.129126e-01 -9.657407e-01 -8.239404e-01 -5.503605e-01 -1.350019e-01 4.248137e-20 5.840365e-16 8.933624e-19 -1.697747e+00 8.093622e+00 -1.385572e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -5.771270e-01 7.773596e-01 -2.502729e-01 2.263761e-01 -1.421702e-01 -9.636086e-01 -7.846517e-01 -6.127803e-01 -9.392534e-02 5.038566e-20 1.119540e-15 2.694971e-19 -2.550188e+00 8.198961e+00 -1.982463e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -6.325956e-01 7.232937e-01 -2.768918e-01 2.212631e-01 -1.738355e-01 -9.595957e-01 -7.422031e-01 -6.683019e-01 -5.007066e-02 1.997198e-20 -1.581070e-20 3.365784e-19 -2.367164e+00 7.789360e+00 -2.290478e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -6.877691e-01 6.612776e-01 -2.994754e-01 2.156791e-01 -2.077693e-01 -9.541040e-01 -6.931494e-01 -7.207939e-01 2.735506e-04 7.289101e-20 2.685047e-16 -2.966955e-19 -2.918287e+00 8.543105e+00 -2.117825e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -7.332152e-01 5.990304e-01 -3.218045e-01 2.174627e-01 -2.418293e-01 -9.456366e-01 -6.442868e-01 -7.633356e-01 4.704619e-02 -2.174343e-20 3.716018e-16 3.935301e-19 -2.282125e+00 7.240863e+00 -2.736027e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -7.771331e-01 5.333491e-01 -3.340701e-01 2.152247e-01 -2.735890e-01 -9.374579e-01 -5.913903e-01 -8.004297e-01 9.782520e-02 2.028599e-20 -2.669637e-20 3.571571e-19 -2.794420e+00 7.838936e+00 -1.568073e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -8.181083e-01 4.650097e-01 -3.383265e-01 2.114960e-01 -3.037943e-01 -9.289663e-01 -5.347600e-01 -8.315498e-01 1.501889e-01 1.973451e-20 -2.823268e-20 3.638685e-19 -2.890027e+00 7.848060e+00 -1.296042e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -8.565990e-01 3.964213e-01 -3.302851e-01 1.998111e-01 -3.353163e-01 -9.206728e-01 -4.757243e-01 -8.546421e-01 2.080223e-01 4.246561e-20 -3.553073e-15 5.767648e-19 -3.688271e+00 7.900090e+00 -2.250805e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -8.904011e-01 3.268393e-01 -3.167996e-01 1.898225e-01 -3.659535e-01 -9.110683e-01 -4.137068e-01 -8.713519e-01 2.638040e-01 4.716578e-21 -3.015910e-18 5.787690e-19 -3.271740e+00 7.804377e+00 -4.922167e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -9.192912e-01 2.567171e-01 -2.983286e-01 1.826157e-01 -3.932421e-01 -9.011172e-01 -3.486475e-01 -8.828686e-01 3.146234e-01 2.458650e-20 -3.388074e-20 4.004505e-19 -2.718797e+00 7.785417e+00 -3.648515e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -9.436418e-01 1.873546e-01 -2.728339e-01 1.748863e-01 -4.176023e-01 -8.916407e-01 -2.809891e-01 -8.891043e-01 3.613013e-01 -3.722312e-20 5.313720e-15 6.764380e-19 -2.597794e+00 7.769732e+00 8.330163e-02
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -9.625152e-01 1.182799e-01 -2.440784e-01 1.704766e-01 -4.361014e-01 -8.836025e-01 -2.109554e-01 -8.920905e-01 3.995903e-01 1.488289e-20 -1.229742e-16 3.664421e-19 -1.731210e+00 7.677768e+00 -7.188145e-02
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -9.768334e-01 5.199438e-02 -2.075889e-01 1.620341e-01 -4.539505e-01 -8.761700e-01 -1.397910e-01 -8.895086e-01 4.350091e-01 -1.212626e-19 1.315031e-14 1.001136e-18 -2.030427e+00 7.665686e+00 7.832350e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -9.847533e-01 -1.462065e-02 -1.733411e-01 1.603658e-01 -4.624233e-01 -8.720364e-01 -6.740724e-02 -8.865387e-01 4.577176e-01 3.943823e-20 -5.546528e-15 -2.494131e-20 -4.151171e-01 7.448813e+00 -1.661160e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -9.891604e-01 -7.484089e-02 -1.263351e-01 1.467665e-01 -4.768618e-01 -8.666385e-01 4.615620e-03 -8.757863e-01 4.826770e-01 -2.908070e-19 2.848474e-14 1.770383e-18 -1.852414e+00 7.535701e+00 1.965880e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -9.875376e-01 -1.361544e-01 -7.893986e-02 1.366849e-01 -4.933329e-01 -8.590343e-01 7.801762e-02 -8.591185e-01 5.057951e-01 8.007818e-20 -3.593659e-20 4.625562e-19 -1.926159e+00 7.732611e+00 8.958140e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -9.800663e-01 -1.963378e-01 -3.035545e-02 1.285594e-01 -5.102621e-01 -8.503559e-01 1.514678e-01 -8.373076e-01 5.253318e-01 9.239262e-20 -3.661948e-20 4.722837e-19 -1.726451e+00 7.720812e+00 1.038353e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -9.659477e-01 -2.581821e-01 1.694058e-02 1.262234e-01 -5.273747e-01 -8.402045e-01 2.258598e-01 -8.094553e-01 5.420050e-01 4.483529e-19 -2.486947e-14 -6.310029e-19 -1.973689e+00 7.974175e+00 3.988169e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -9.466364e-01 -3.152589e-01 6.701774e-02 1.218523e-01 -5.425699e-01 -8.311257e-01 2.983816e-01 -7.786075e-01 5.520315e-01 2.134215e-19 -7.109392e-15 1.323209e-19 -1.423766e+00 7.726693e+00 1.027196e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -9.221030e-01 -3.679078e-01 1.198748e-01 1.152451e-01 -5.568609e-01 -8.225719e-01 3.693842e-01 -7.446810e-01 5.558826e-01 1.377634e-19 -3.822099e-20 4.885963e-19 -1.257723e+00 7.735370e+00 1.356578e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -8.937177e-01 -4.133934e-01 1.742829e-01 1.057004e-01 -5.715699e-01 -8.137169e-01 4.360000e-01 -7.088115e-01 5.545180e-01 6.857313e-20 3.532587e-15 5.588269e-19 -1.085106e+00 7.327000e+00 1.762108e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -8.602389e-01 -4.545937e-01 2.309408e-01 9.395490e-02 -5.864872e-01 -8.044907e-01 5.011602e-01 -6.703561e-01 5.472304e-01 -3.653528e-20 1.227329e-14 1.167325e-18 -8.864917e-01 7.563526e+00 2.007174e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -8.207041e-01 -4.953248e-01 2.847773e-01 8.475574e-02 -5.984559e-01 -7.966599e-01 5.650321e-01 -6.296855e-01 5.331368e-01 1.894506e-19 -3.667840e-20 4.975355e-19 -5.455823e-01 7.733583e+00 1.380090e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -7.768370e-01 -5.284452e-01 3.424469e-01 6.902453e-02 -6.120071e-01 -7.878343e-01 6.259072e-01 -5.883816e-01 5.119054e-01 -2.391647e-19 2.583903e-14 2.119074e-18 -1.561205e-01 7.635094e+00 2.561896e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -7.262365e-01 -5.654939e-01 3.908928e-01 6.053235e-02 -6.190121e-01 -7.830452e-01 6.847747e-01 -5.450144e-01 4.837799e-01 4.298453e-19 -1.177982e-14 -7.537134e-20 3.582369e-02 7.920364e+00 6.765850e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -6.715346e-01 -5.988632e-01 4.363532e-01 5.231738e-02 -6.257434e-01 -7.782725e-01 7.391239e-01 -4.998081e-01 4.515393e-01 2.461936e-19 -3.267431e-20 4.914363e-19 1.231147e-01 7.733908e+00 1.121887e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -6.128194e-01 -6.290537e-01 4.782717e-01 4.353104e-02 -6.311906e-01 -7.744053e-01 7.890231e-01 -4.537509e-01 4.141892e-01 2.651685e-19 -3.165680e-20 4.842825e-19 2.886652e-01 7.732593e+00 1.017998e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -5.513411e-01 -6.558968e-01 5.155796e-01 3.744273e-02 -6.368244e-01 -7.700991e-01 8.334392e-01 -4.052826e-01 3.756661e-01 2.487876e-19 1.775940e-15 4.767497e-19 -1.806353e-03 7.549813e+00 8.607700e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -4.865590e-01 -6.797020e-01 5.488766e-01 3.034150e-02 -6.410263e-01 -7.669190e-01 8.731207e-01 -3.564976e-01 3.325203e-01 2.803773e-19 -3.491292e-18 4.891383e-19 4.568607e-01 7.613974e+00 7.576008e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -4.213552e-01 -6.996857e-01 5.769747e-01 2.836050e-02 -6.460633e-01 -7.627568e-01 9.064521e-01 -3.050282e-01 2.920655e-01 2.343498e-19 5.299057e-15 4.421628e-19 -3.493777e-01 7.202367e+00 6.066275e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -3.525773e-01 -7.171965e-01 6.010976e-01 2.084958e-02 -6.482086e-01 -7.611773e-01 9.355504e-01 -2.558412e-01 2.434969e-01 2.951291e-19 -2.033921e-15 5.619832e-19 9.413836e-01 7.538465e+00 4.546343e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -2.801045e-01 -7.320846e-01 6.209619e-01 1.281436e-02 -6.496496e-01 -7.601257e-01 9.598840e-01 -2.049574e-01 1.913510e-01 3.442537e-19 -2.770180e-20 4.289028e-19 7.673544e-01 7.728826e+00 4.139534e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -2.053665e-01 -7.437860e-01 6.360872e-01 4.435481e-03 -6.506413e-01 -7.593723e-01 9.786751e-01 -1.531283e-01 1.369190e-01 3.584593e-19 -2.688853e-20 4.128351e-19 8.199322e-01 7.732389e+00 2.326188e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -1.275075e-01 -7.528996e-01 6.456656e-01 -5.070312e-03 -6.504759e-01 -7.595100e-01 9.918246e-01 -1.001169e-01 7.912310e-02 4.283172e-19 -3.536172e-19 3.514450e-19 1.015471e+00 7.984699e+00 4.088147e-02
1 -5.115002e-08 -1.107391e-02 6.608064e-07 -4.974904e-02 -7.589449e-01 6.492517e-01 -1.446180e-02 -6.494411e-01 -7.602744e-01 9.986570e-01 -4.721226e-02 2.133336e-02 3.941344e-19 -2.963380e-18 3.220862e-19 9.455701e-01 7.757403e+00 -1.355515e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 3.136227e-02 -7.622116e-01 6.465678e-01 -2.621799e-02 -6.472908e-01 -7.617922e-01 9.991642e-01 6.939823e-03 -4.028416e-02 5.377245e-19 -2.547513e-17 2.139458e-19 1.288839e+00 8.267432e+00 -3.581613e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 1.079576e-01 -7.623203e-01 6.381324e-01 -3.652237e-02 -6.444918e-01 -7.637385e-01 9.934844e-01 5.914529e-02 -9.741954e-02 3.771191e-19 -2.186179e-16 3.946517e-19 9.137866e-01 7.477815e+00 -4.874024e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 1.909479e-01 -7.593446e-01 6.220407e-01 -5.210189e-02 -6.406478e-01 -7.660651e-01 9.802165e-01 1.138690e-01 -1.618936e-01 7.182453e-19 1.676395e-15 2.153949e-19 1.704952e+00 8.793328e+00 -8.100438e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 2.601735e-01 -7.541098e-01 6.030159e-01 -6.192192e-02 -6.362689e-01 -7.689783e-01 9.635743e-01 1.627279e-01 -2.122363e-01 2.183253e-19 1.659927e-15 5.522316e-19 5.182223e-01 6.521349e+00 -7.521177e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 3.316704e-01 -7.463350e-01 5.770432e-01 -7.058817e-02 -6.295847e-01 -7.737186e-01 9.407508e-01 2.158871e-01 -2.614970e-01 4.165978e-19 -1.596966e-20 2.722217e-19 4.540935e-01 7.763911e+00 -1.236545e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 4.020763e-01 -7.355586e-01 5.452413e-01 -7.912562e-02 -6.211841e-01 -7.796598e-01 9.121808e-01 2.703402e-01 -3.079650e-01 4.167913e-19 -1.534109e-20 2.511521e-19 3.174849e-01 7.761085e+00 -1.356810e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 4.745933e-01 -7.207388e-01 5.052690e-01 -8.632303e-02 -6.093799e-01 -7.881652e-01 8.759621e-01 3.304416e-01 -3.514240e-01 4.977521e-19 -1.776559e-15 9.299092e-21 -2.010147e-01 8.527283e+00 -1.789808e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 5.419654e-01 -7.018602e-01 4.622400e-01 -9.430681e-02 -5.973408e-01 -7.964234e-01 8.350926e-01 3.880415e-01 -3.899283e-01 4.416746e-19 -1.697322e-18 2.459513e-19 -8.927826e-02 7.932218e+00 -1.680184e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 6.041990e-01 -6.791859e-01 4.167134e-01 -1.025557e-01 -5.848939e-01 -8.046002e-01 7.902062e-01 4.434023e-01 -4.230467e-01 4.047536e-19 -1.191480e-20 1.772083e-19 -2.485657e-01 7.757049e+00 -1.682658e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 6.604743e-01 -6.529777e-01 3.706668e-01 -1.108572e-01 -5.730571e-01 -8.119829e-01 7.426200e-01 4.952028e-01 -4.508767e-01 4.048613e-19 1.767775e-15 5.874383e-19 -2.725769e-01 7.407059e+00 -1.558787e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 7.116523e-01 -6.236944e-01 3.233517e-01 -1.188427e-01 -5.605088e-01 -8.195769e-01 6.924070e-01 5.448258e-01 -4.730089e-01 3.295382e-19 -6.871500e-17 2.729573e-19 -5.254567e-01 7.293826e+00 -1.612828e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 7.562862e-01 -5.922678e-01 2.779388e-01 -1.267750e-01 -5.494412e-01 -8.258587e-01 6.418405e-01 5.893498e-01 -4.906195e-01 3.780136e-19 2.960084e-15 1.109302e-18 -3.850895e-01 6.730955e+00 -1.359688e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 7.968080e-01 -5.583805e-01 2.308860e-01 -1.341660e-01 -5.360757e-01 -8.334401e-01 5.891490e-01 6.331146e-01 -5.020650e-01 2.130184e-19 -1.531899e-15 1.561216e-19 -9.087001e-01 6.878437e+00 -1.575777e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 8.364140e-01 -5.180475e-01 1.789929e-01 -1.415071e-01 -5.196037e-01 -8.426077e-01 5.295162e-01 6.794401e-01 -5.079112e-01 3.530690e-19 -7.095670e-21 8.041829e-20 -1.325614e+00 7.776224e+00 -1.756410e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 8.687447e-01 -4.783231e-01 1.284119e-01 -1.497394e-01 -5.008251e-01 -8.524977e-01 4.720812e-01 7.213746e-01 -5.067130e-01 6.858033e-23 -5.883193e-15 -8.528701e-19 -1.544648e+00 6.710039e+00 -1.840465e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 9.017591e-01 -4.265312e-01 7.001205e-02 -1.590899e-01 -4.781236e-01 -8.637640e-01 4.018967e-01 7.677688e-01 -4.990091e-01 4.648510e-19 8.960556e-16 -2.409167e-19 -2.067745e+00 8.872991e+00 -2.052417e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 9.282368e-01 -3.716245e-01 1.648208e-02 -1.669937e-01 -4.558871e-01 -8.742312e-01 3.323997e-01 8.087411e-01 -4.852301e-01 2.998421e-19 -4.809702e-21 3.057640e-20 -2.060756e+00 7.786441e+00 -1.478545e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 9.491232e-01 -3.131009e-01 -3.366061e-02 -1.741997e-01 -4.329825e-01 -8.844097e-01 2.623350e-01 8.452774e-01 -4.654958e-01 2.808995e-19 -3.939417e-21 1.818457e-20 -2.257342e+00 7.787618e+00 -1.347438e+00
1 -5.115002e-08 -1.107391e-02 6.608064e-07 9.641073e-01 -2.545721e-01 -7.543293e-02 -1.783208e-01 -4.103284e-01 -8.943334e-01 1.967201e-01 8.756847e-01 -4.409961e-01 2.363021e-19 -5.556385e-20 6.236192e-19 -2.367535e+00 6.990132e+00 -7.427030e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 9.745087e-01 -1.923649e-01 -1.154490e-01 -1.832993e-01 -3.859714e-01 -9.041169e-01 1.293603e-01 9.022316e-01 -4.113929e-01 2.184907e-19 -4.642079e-19 2.009669e-19 -2.598123e+00 7.471770e+00 -9.059135e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 9.802078e-01 -1.255589e-01 -1.530611e-01 -1.887985e-01 -3.602523e-01 -9.135499e-01 5.956375e-02 9.243664e-01 -3.768274e-01 2.131181e-19 -2.628165e-21 -9.267837e-21 -2.729114e+00 7.767562e+00 -7.501886e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 9.806823e-01 -5.612080e-02 -1.873839e-01 -1.953076e-01 -3.339480e-01 -9.221354e-01 -1.082549e-02 9.409193e-01 -3.384577e-01 1.546554e-19 -2.342065e-18 -1.535102e-19 -2.780495e+00 7.739276e+00 -6.856543e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 9.757803e-01 1.819618e-02 -2.179949e-01 -2.020714e-01 -3.067102e-01 -9.301054e-01 -8.378563e-02 9.516290e-01 -2.956048e-01 1.886392e-19 -1.874966e-17 -2.986386e-19 -2.917094e+00 8.188706e+00 -4.621372e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 9.653645e-01 9.170047e-02 -2.442589e-01 -2.104762e-01 -2.795202e-01 -9.367861e-01 -1.541790e-01 9.557508e-01 -2.505381e-01 5.977600e-20 -1.617076e-16 -5.545748e-19 -2.881571e+00 7.763717e+00 -4.904671e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 9.486707e-01 1.717407e-01 -2.655732e-01 -2.185305e-01 -2.510594e-01 -9.429812e-01 -2.286229e-01 9.526145e-01 -2.006421e-01 2.152290e-19 3.889479e-16 -6.172008e-19 -3.070850e+00 8.734043e+00 -1.026911e-01
1 -5.115002e-08 -1.107391e-02 6.608064e-07 9.278329e-01 2.437555e-01 -2.823283e-01 -2.293519e-01 -2.240805e-01 -9.471989e-01 -2.941492e-01 9.435948e-01 -1.520034e-01 -1.070344e-19 5.266883e-16 -8.800063e-19 -2.869983e+00 7.280777e+00 -3.860982e-01

View File

@@ -1,801 +0,0 @@
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05
1 -5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07 1 0 0 0 1 0 0 0 1 3.474125743577996e-22 4.61984806326007e-29 -2.309924031627775e-23 0 8.726646259971648 1.74532925199433e-05

View File

@@ -1,87 +0,0 @@
OndselSolver
Assembly
Notes
(Text string: '' runs: (Core.RunArray runs: #() values: #()))
Name
Assembly
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
Velocity3D
0 0 0
Omega3D
0 0 0
RefPoints
RefCurves
RefSurfaces
Parts
Part
Name
structural_node_1
Position3D
-5.115001861686883e-08 -0.01107390886427397 6.608063559905836e-07
RotationMatrix
1 0 0
0 1 0
0 0 1
Velocity3D
0 0 0
Omega3D
0 8.726646259971648 1.74532925199433e-05
FeatureOrder
PrincipalMassMarker
Name
MassMarker
Position3D
-3.117081245895825e-20 0 1.637145280453112e-20
RotationMatrix
1 0 0
0 1 0
0 0 1
Mass
0.008680963294935199
MomentOfInertias
7.67643316e-07 6.162010270000002e-07 2.41970364e-07
Density
10
RefPoints
RefCurves
RefSurfaces
KinematicIJs
ConstraintSets
Joints
Motions
Limits
GeneralConstraintSets
ForceTorques
ConstantGravity
0 0 0
SimulationParameters
tstart
0
tend
3
hmin
1e-09
hmax
1
hout
0.01
errorTol
1e-06
AnimationParameters
nframe
1000000
icurrent
1
istart
1
iend
1000000
isForward
true
framesPerSecond
30

File diff suppressed because one or more lines are too long

View File

@@ -1,579 +0,0 @@
#-----------------------------------------------------------------------------
# [Data Block]
begin: data;
problem: initial value;
end: data;
#-----------------------------------------------------------------------------
# [Problem Block]
begin: initial value;
initial time: 0.0;
final time: 0.0;
time step: 1e-05;
max iterations: 100;
tolerance: 1e-06;
derivatives tolerance: 0.0001;
derivatives max iterations: 100;
derivatives coefficient: auto;
end: initial value;
#-----------------------------------------------------------------------------
# [Control Data Block]
begin: control data;
max iterations: 1000;
default orientation: orientation matrix;
omega rotates: no;
print: none;
initial stiffness: 1.0, 1.0;
structural nodes: 9;
rigid bodies: 7;
joints: 12;
end: control data;
#-----------------------------------------------------------------------------
# [Design Variables]
#Generic bodies
#body: 2
set: integer body_2 = 2; #body label
set: real mass_2 = 0.2406058732027723; #mass [kg]
set: real volume_2 = 3.045643964592054e-05; #volume [m^3]
#body: 3
set: integer body_3 = 3; #body label
set: real mass_3 = 0.0240425385694815; #mass [kg]
set: real volume_3 = 3.043359312592595e-06; #volume [m^3]
#body: 5
set: integer body_5 = 5; #body label
set: real mass_5 = 0.0449777290670256; #mass [kg]
set: real volume_5 = 5.693383426205766e-06; #volume [m^3]
#body: 6
set: integer body_6 = 6; #body label
set: real mass_6 = 0.0124530516778275; #mass [kg]
set: real volume_6 = 1.576335655421198e-06; #volume [m^3]
#body: 7
set: integer body_7 = 7; #body label
set: real mass_7 = 0.012877956133769; #mass [kg]
set: real volume_7 = 1.6301210295910151e-06; #volume [m^3]
#body: 8
set: integer body_8 = 8; #body label
set: real mass_8 = 0.0326050144115717; #mass [kg]
set: real volume_8 = 4.127217014123003e-06; #volume [m^3]
#body: 9
set: integer body_9 = 9; #body label
set: real mass_9 = 0.0647536788008991; #mass [kg]
set: real volume_9 = 8.196668202645451e-06; #volume [m^3]
#Nodes
#node: 1
set: integer structural_node_1 = 1; #node label
#node: 2
set: integer structural_node_2 = 2; #node label
#node: 3
set: integer structural_node_3 = 3; #node label
#node: 4
set: integer structural_node_4 = 4; #node label
#node: 5
set: integer structural_node_5 = 5; #node label
#node: 6
set: integer structural_node_6 = 6; #node label
#node: 7
set: integer structural_node_7 = 7; #node label
#node: 8
set: integer structural_node_8 = 8; #node label
#node: 9
set: integer structural_node_9 = 9; #node label
#Joints
#joint: 1
set: integer joint_1 = 1; #joint label
#joint: 2_3
set: integer joint_2 = 2; #joint label
set: integer joint_3 = 3; #joint label
#joint: 4_5
set: integer joint_4 = 4; #joint label
set: integer joint_5 = 5; #joint label
#joint: 6
set: integer joint_6 = 6; #joint label
#joint: 7_8
set: integer joint_7 = 7; #joint label
set: integer joint_8 = 8; #joint label
#joint: 9
set: integer joint_9 = 9; #joint label
#joint: 10_11
set: integer joint_10 = 10; #joint label
set: integer joint_11 = 11; #joint label
#joint: 12_13
set: integer joint_12 = 12; #joint label
set: integer joint_13 = 13; #joint label
#joint: 14
set: integer joint_14 = 14; #joint label
#joint: 17_18
set: integer joint_17 = 17; #joint label
set: integer joint_18 = 18; #joint label
#joint: 19_20
set: integer joint_19 = 19; #joint label
set: integer joint_20 = 20; #joint label
#joint: 21
set: integer joint_21 = 21; #joint label
#Nodes: initial conditions
#node: 1
set: real Px_1 = 0.06336329999999998; #X component of the absolute position [m]
set: real Py_1 = -0.00923969; #Y component of the absolute position [m]
set: real Pz_1 = 0.1754432; #Z component of the absolute position [m]
set: real Vx_1 = 0.0; #X component of the absolute velocity [m/s]
set: real Vy_1 = 0.0; #Y component of the absolute velocity [m/s]
set: real Vz_1 = 0.0; #Z component of the absolute velocity [m/s]
set: real Wx_1 = 0.0; #X component of the absolute angular velocity [rad/s]
set: real Wy_1 = 0.0; #Y component of the absolute angular velocity [rad/s]
set: real Wz_1 = 0.0; #Z component of the absolute angular velocity [rad/s]
#node: 2
set: real Px_2 = 0.0633633; #X component of the absolute position [m]
set: real Py_2 = -0.00923969; #Y component of the absolute position [m]
set: real Pz_2 = 0.1474432; #Z component of the absolute position [m]
set: real Vx_2 = 0.0; #X component of the absolute velocity [m/s]
set: real Vy_2 = 0.0; #Y component of the absolute velocity [m/s]
set: real Vz_2 = 0.0; #Z component of the absolute velocity [m/s]
set: real Wx_2 = 0.0; #X component of the absolute angular velocity [rad/s]
set: real Wy_2 = 0.0; #Y component of the absolute angular velocity [rad/s]
set: real Wz_2 = 0.0; #Z component of the absolute angular velocity [rad/s]
#node: 3
set: real Px_3 = -0.0008822481092698588; #X component of the absolute position [m]
set: real Py_3 = 0.051158598996059026; #Y component of the absolute position [m]
set: real Pz_3 = 0.13244319999999998; #Z component of the absolute position [m]
set: real Vx_3 = 0.0; #X component of the absolute velocity [m/s]
set: real Vy_3 = 0.0; #Y component of the absolute velocity [m/s]
set: real Vz_3 = 0.0; #Z component of the absolute velocity [m/s]
set: real Wx_3 = 0.0; #X component of the absolute angular velocity [rad/s]
set: real Wy_3 = 0.0; #Y component of the absolute angular velocity [rad/s]
set: real Wz_3 = 0.0; #Z component of the absolute angular velocity [rad/s]
#node: 4
set: real Px_4 = 0.02533718228677867; #X component of the absolute position [m]
set: real Py_4 = -0.017040456121480287; #Y component of the absolute position [m]
set: real Pz_4 = 0.15444319999996145; #Z component of the absolute position [m]
set: real Vx_4 = 0.0; #X component of the absolute velocity [m/s]
set: real Vy_4 = 0.0; #Y component of the absolute velocity [m/s]
set: real Vz_4 = 0.0; #Z component of the absolute velocity [m/s]
set: real Wx_4 = 0.0; #X component of the absolute angular velocity [rad/s]
set: real Wy_4 = 0.0; #Y component of the absolute angular velocity [rad/s]
set: real Wz_4 = 0.0; #Z component of the absolute angular velocity [rad/s]
#node: 5
set: real Px_5 = -0.050099691317944076; #X component of the absolute position [m]
set: real Py_5 = 0.018297676004130143; #Y component of the absolute position [m]
set: real Pz_5 = 0.13244319999999996; #Z component of the absolute position [m]
set: real Vx_5 = 0.0; #X component of the absolute velocity [m/s]
set: real Vy_5 = 0.0; #Y component of the absolute velocity [m/s]
set: real Vz_5 = 0.0; #Z component of the absolute velocity [m/s]
set: real Wx_5 = 0.0; #X component of the absolute angular velocity [rad/s]
set: real Wy_5 = 0.0; #Y component of the absolute angular velocity [rad/s]
set: real Wz_5 = 0.0; #Z component of the absolute angular velocity [rad/s]
#node: 6
set: real Px_6 = -0.04969285054420095; #X component of the absolute position [m]
set: real Py_6 = -0.032975813945831094; #Y component of the absolute position [m]
set: real Pz_6 = 0.1324432000000324; #Z component of the absolute position [m]
set: real Vx_6 = 0.0; #X component of the absolute velocity [m/s]
set: real Vy_6 = 0.0; #Y component of the absolute velocity [m/s]
set: real Vz_6 = 0.0; #Z component of the absolute velocity [m/s]
set: real Wx_6 = 0.0; #X component of the absolute angular velocity [rad/s]
set: real Wy_6 = 0.0; #Y component of the absolute angular velocity [rad/s]
set: real Wz_6 = 0.0; #Z component of the absolute angular velocity [rad/s]
#node: 7
set: real Px_7 = -0.008253259374919249; #X component of the absolute position [m]
set: real Py_7 = -0.04279152470322321; #Y component of the absolute position [m]
set: real Pz_7 = 0.1324432000000167; #Z component of the absolute position [m]
set: real Vx_7 = 0.0; #X component of the absolute velocity [m/s]
set: real Vy_7 = 0.0; #Y component of the absolute velocity [m/s]
set: real Vz_7 = 0.0; #Z component of the absolute velocity [m/s]
set: real Wx_7 = 0.0; #X component of the absolute angular velocity [rad/s]
set: real Wy_7 = 0.0; #Y component of the absolute angular velocity [rad/s]
set: real Wz_7 = 0.0; #Z component of the absolute angular velocity [rad/s]
#node: 8
set: real Px_8 = 0.046995651375997864; #X component of the absolute position [m]
set: real Py_8 = -0.07797375336529921; #Y component of the absolute position [m]
set: real Pz_8 = 0.13244320000001503; #Z component of the absolute position [m]
set: real Vx_8 = 0.0; #X component of the absolute velocity [m/s]
set: real Vy_8 = 0.0; #Y component of the absolute velocity [m/s]
set: real Vz_8 = 0.0; #Z component of the absolute velocity [m/s]
set: real Wx_8 = 0.0; #X component of the absolute angular velocity [rad/s]
set: real Wy_8 = 0.0; #Y component of the absolute angular velocity [rad/s]
set: real Wz_8 = 0.0; #Z component of the absolute angular velocity [rad/s]
#node: 9
set: real Px_9 = -0.014631202059057102; #X component of the absolute position [m]
set: real Py_9 = -0.15015098019723785; #Y component of the absolute position [m]
set: real Pz_9 = 0.1324432; #Z component of the absolute position [m]
set: real Vx_9 = 0.0; #X component of the absolute velocity [m/s]
set: real Vy_9 = 0.0; #Y component of the absolute velocity [m/s]
set: real Vz_9 = 0.0; #Z component of the absolute velocity [m/s]
set: real Wx_9 = 0.0; #X component of the absolute angular velocity [rad/s]
set: real Wy_9 = 0.0; #Y component of the absolute angular velocity [rad/s]
set: real Wz_9 = 0.0; #Z component of the absolute angular velocity [rad/s]
#-----------------------------------------------------------------------------
# [Intermediate Variables]
#Moments of inertia and relative center of mass
#body 2:
set: real Ixx_2 = 7.0382920239e-05; #moment of inertia [kg*m^2]
set: real Iyy_2 = 5.839585895200001e-05; #moment of inertia [kg*m^2]
set: real Izz_2 = 4.7214826765e-05; #moment of inertia [kg*m^2]
set: real Rx_2 = 8.128751005642698e-13; #X component of the relative center of mass [m]
set: real Ry_2 = 0.00425722688408314; #Y component of the relative center of mass [m]
set: real Rz_2 = -0.021; #Z component of the relative center of mass [m]
#body 3:
set: real Ixx_3 = 9.607179098000002e-06; #moment of inertia [kg*m^2]
set: real Iyy_3 = 9.40820717e-06; #moment of inertia [kg*m^2]
set: real Izz_3 = 1.2609566040000002e-06; #moment of inertia [kg*m^2]
set: real Rx_3 = 0.0; #X component of the relative center of mass [m]
set: real Ry_3 = 0.0; #Y component of the relative center of mass [m]
set: real Rz_3 = 0.0; #Z component of the relative center of mass [m]
#body 5:
set: real Ixx_5 = 1.35688267e-05; #moment of inertia [kg*m^2]
set: real Iyy_5 = 1.0311377119e-05; #moment of inertia [kg*m^2]
set: real Izz_5 = 3.788040441e-06; #moment of inertia [kg*m^2]
set: real Rx_5 = 0.0; #X component of the relative center of mass [m]
set: real Ry_5 = 0.0; #Y component of the relative center of mass [m]
set: real Rz_5 = 0.0; #Z component of the relative center of mass [m]
#body 6:
set: real Ixx_6 = 3.0807125189999998e-06; #moment of inertia [kg*m^2]
set: real Iyy_6 = 2.7461459389999997e-06; #moment of inertia [kg*m^2]
set: real Izz_6 = 4.0681373900000014e-07; #moment of inertia [kg*m^2]
set: real Rx_6 = 0.0; #X component of the relative center of mass [m]
set: real Ry_6 = 0.0; #Y component of the relative center of mass [m]
set: real Rz_6 = 0.0; #Z component of the relative center of mass [m]
#body 7:
set: real Ixx_7 = 3.323661377e-06; #moment of inertia [kg*m^2]
set: real Iyy_7 = 2.919060349e-06; #moment of inertia [kg*m^2]
set: real Izz_7 = 4.74840086e-07; #moment of inertia [kg*m^2]
set: real Rx_7 = 0.0; #X component of the relative center of mass [m]
set: real Ry_7 = 0.0; #Y component of the relative center of mass [m]
set: real Rz_7 = 0.0; #Z component of the relative center of mass [m]
#body 8:
set: real Ixx_8 = 1.8277407926e-05; #moment of inertia [kg*m^2]
set: real Iyy_8 = 1.6715521441e-05; #moment of inertia [kg*m^2]
set: real Izz_8 = 3.055755313e-06; #moment of inertia [kg*m^2]
set: real Rx_8 = 0.0; #X component of the relative center of mass [m]
set: real Ry_8 = 0.0; #Y component of the relative center of mass [m]
set: real Rz_8 = 0.0; #Z component of the relative center of mass [m]
#body 9:
set: real Ixx_9 = 3.6750824094999996e-05; #moment of inertia [kg*m^2]
set: real Iyy_9 = 3.4476237135000004e-05; #moment of inertia [kg*m^2]
set: real Izz_9 = 3.9371388e-06; #moment of inertia [kg*m^2]
set: real Rx_9 = 0.0053686113042139836; #X component of the relative center of mass [m]
set: real Ry_9 = 0.01921590766100874; #Y component of the relative center of mass [m]
set: real Rz_9 = 6.416598807845731e-12; #Z component of the relative center of mass [m]
#-----------------------------------------------------------------------------
# [Nodes Block]
begin: nodes;
structural: structural_node_1,
static,
Px_1, Py_1, Pz_1, #<absolute_position> [m]
3, 0.0, -8.881784197001252e-16, 1.0, 2, 0.0, 1.0, 8.881784197001252e-16, #<absolute_orientation_matrix>
Vx_1, Vy_1, Vz_1, #<absolute_velocity> [m/s]
Wx_1, Wy_1, Wz_1; #<absolute_angular_velocity> [rad/s]
structural: structural_node_2,
dynamic,
Px_2, Py_2, Pz_2, #<absolute_position> [m]
3, 0.0, 0.0, 1.0, 2, 0.0, 1.0, 0.0, #<absolute_orientation_matrix>
Vx_2, Vy_2, Vz_2, #<absolute_velocity> [m/s]
Wx_2, Wy_2, Wz_2; #<absolute_angular_velocity> [rad/s]
structural: structural_node_3,
dynamic,
Px_3, Py_3, Pz_3, #<absolute_position> [m]
3, 0.0, 0.0, 1.0, 2, 0.0, 1.0, 0.0, #<absolute_orientation_matrix>
Vx_3, Vy_3, Vz_3, #<absolute_velocity> [m/s]
Wx_3, Wy_3, Wz_3; #<absolute_angular_velocity> [rad/s]
structural: structural_node_4,
static,
Px_4, Py_4, Pz_4, #<absolute_position> [m]
3, 0.0, 0.0, 1.0, 2, 0.0, 1.0, 0.0, #<absolute_orientation_matrix>
Vx_4, Vy_4, Vz_4, #<absolute_velocity> [m/s]
Wx_4, Wy_4, Wz_4; #<absolute_angular_velocity> [rad/s]
structural: structural_node_5,
dynamic,
Px_5, Py_5, Pz_5, #<absolute_position> [m]
3, 0.0, 0.0, 1.0, 2, 0.0, 1.0, 0.0, #<absolute_orientation_matrix>
Vx_5, Vy_5, Vz_5, #<absolute_velocity> [m/s]
Wx_5, Wy_5, Wz_5; #<absolute_angular_velocity> [rad/s]
structural: structural_node_6,
dynamic,
Px_6, Py_6, Pz_6, #<absolute_position> [m]
3, 0.0, 0.0, 1.0, 2, 0.0, 1.0, 0.0, #<absolute_orientation_matrix>
Vx_6, Vy_6, Vz_6, #<absolute_velocity> [m/s]
Wx_6, Wy_6, Wz_6; #<absolute_angular_velocity> [rad/s]
structural: structural_node_7,
dynamic,
Px_7, Py_7, Pz_7, #<absolute_position> [m]
3, 0.0, 0.0, 1.0, 2, 0.0, 1.0, 0.0, #<absolute_orientation_matrix>
Vx_7, Vy_7, Vz_7, #<absolute_velocity> [m/s]
Wx_7, Wy_7, Wz_7; #<absolute_angular_velocity> [rad/s]
structural: structural_node_8,
dynamic,
Px_8, Py_8, Pz_8, #<absolute_position> [m]
3, 0.0, 0.0, 1.0, 2, 0.0, 1.0, 0.0, #<absolute_orientation_matrix>
Vx_8, Vy_8, Vz_8, #<absolute_velocity> [m/s]
Wx_8, Wy_8, Wz_8; #<absolute_angular_velocity> [rad/s]
structural: structural_node_9,
dynamic,
Px_9, Py_9, Pz_9, #<absolute_position> [m]
3, 0.0, 0.0, 1.0, 2, 0.0, 1.0, 0.0, #<absolute_orientation_matrix>
Vx_9, Vy_9, Vz_9, #<absolute_velocity> [m/s]
Wx_9, Wy_9, Wz_9; #<absolute_angular_velocity> [rad/s]
end: nodes;
#-----------------------------------------------------------------------------
# [Elements Block]
begin: elements;
#-----------------------------------------------------------------------------
# [Bodies]
body: body_2,
structural_node_2, #<node_label>
mass_2, #<mass> [kg]
Rx_2, Ry_2, Rz_2, #<relative_center_of_mass> [m]
diag, Ixx_2, Iyy_2, Izz_2, #<inertia matrix> [kg*m^2]
orientation, 3, 0.0, 1.0, 0.0, 2, 1.0, 0.0, 0.0;
body: body_3,
structural_node_3, #<node_label>
mass_3, #<mass> [kg]
Rx_3, Ry_3, Rz_3, #<relative_center_of_mass> [m]
diag, Ixx_3, Iyy_3, Izz_3, #<inertia matrix> [kg*m^2]
orientation, 3, 0.93, -0.36, 0.0, 2, 0.0, 0.0, 1.0;
body: body_5,
structural_node_5, #<node_label>
mass_5, #<mass> [kg]
Rx_5, Ry_5, Rz_5, #<relative_center_of_mass> [m]
diag, Ixx_5, Iyy_5, Izz_5, #<inertia matrix> [kg*m^2]
orientation, 3, 0.6, 0.8, 0.0, 2, 0.8, -0.6, 0.0;
body: body_6,
structural_node_6, #<node_label>
mass_6, #<mass> [kg]
Rx_6, Ry_6, Rz_6, #<relative_center_of_mass> [m]
diag, Ixx_6, Iyy_6, Izz_6, #<inertia matrix> [kg*m^2]
orientation, 3, -0.51, 0.86, 0.0, 2, 5.551115123125783e-17, 0.0, 1.0;
body: body_7,
structural_node_7, #<node_label>
mass_7, #<mass> [kg]
Rx_7, Ry_7, Rz_7, #<relative_center_of_mass> [m]
diag, Ixx_7, Iyy_7, Izz_7, #<inertia matrix> [kg*m^2]
orientation, 3, 0.46, 0.89, 0.0, 2, 0.0, 0.0, 1.0;
body: body_8,
structural_node_8, #<node_label>
mass_8, #<mass> [kg]
Rx_8, Ry_8, Rz_8, #<relative_center_of_mass> [m]
diag, Ixx_8, Iyy_8, Izz_8, #<inertia matrix> [kg*m^2]
orientation, 3, 0.28, 0.96, 0.0, 2, 0.0, 0.0, 1.0;
body: body_9,
structural_node_9, #<node_label>
mass_9, #<mass> [kg]
Rx_9, Ry_9, Rz_9, #<relative_center_of_mass> [m]
diag, Ixx_9, Iyy_9, Izz_9, #<inertia matrix> [kg*m^2]
orientation, 3, 0.25, 0.97, 0.0, 2, 0.97, -0.25, 0.0;
#-----------------------------------------------------------------------------
# [Joints]
joint: joint_1,
clamp,
structural_node_1, #<node_label>
0.06336329999999998, -0.00923969, 0.1754432, #<absolute_pin_position> [m]
3, 0.0, -8.881784197001252e-16, 1.0, 2, 0.0, 1.0, 8.881784197001252e-16; #<absolute_orientation_matrix>
joint: joint_2,
revolute hinge,
structural_node_2, #<node_1_label>
position, 0.0, 0.0, 0.0, #<relative_position_1> [m]
orientation, 3, 0.0, 0.0, 1.0, 2, 0.0, 1.0, 0.0, #<relative_pin_orientation_matrix_1>
structural_node_1, #<node_2_label>
position, 0.0, 0.0, 0.0, #<relative_position_2> [m]
orientation, 3, 0.0, 0.0, 1.0, 2, 0.0, 1.0, 0.0; #<relative_pin_orientation_matrix_2>
joint: joint_4,
revolute hinge,
structural_node_3, #<node_1_label>
position, 0.01945754810926986, -0.00739828899605903, 0.0, #<relative_position_1> [m]
orientation, 3, 0.0, 1.0150610510858574e-15, 1.0, 2, -0.0, 1.0, -1.0150610510858574e-15, #<relative_pin_orientation_matrix_1>
structural_node_2, #<node_2_label>
position, 0.0, 0.015, -0.021, #<relative_position_2> [m]
orientation, 3, 0.0, 0.0, 1.0, 2, 0.0, 1.0, 0.0; #<relative_pin_orientation_matrix_2>
joint: joint_6,
clamp,
structural_node_4, #<node_label>
0.02533718228677867, -0.017040456121480287, 0.15444319999996145, #<absolute_pin_position> [m]
3, 0.0, 0.0, 1.0, 2, 0.0, 1.0, 0.0; #<absolute_orientation_matrix>
joint: joint_7,
revolute hinge,
structural_node_5, #<node_1_label>
position, 0.007939339015500806, 0.027232800113977215, 2.842170943040401e-17, #<relative_position_1> [m]
orientation, 3, 0.0, 0.0, 1.0, 2, 0.0, 1.0, 0.0, #<relative_pin_orientation_matrix_1>
structural_node_3, #<node_2_label>
position, -0.027278104193160138, 0.010371877122050975, 0.0, #<relative_position_2> [m]
orientation, 3, 0.0, 0.0, 1.0, 2, 0.0, 1.0, 0.0; #<relative_pin_orientation_matrix_2>
joint: joint_9,
in line,
structural_node_5, #<node_1_label>
0.01667499131794409, -0.013337366004130142, 0.0, #<relative_line_position> [m]
3, -3.552713678800501e-15, -0.0, 1.0, 2, -0.0, 1.0, 0.0, #<relative_orientation>
structural_node_4, #<node_2_label>
offset, 0.0, 0.0, 0.0; #<relative_offset> [m]
joint: joint_10,
revolute hinge,
structural_node_5, #<node_1_label>
position, -0.022992799945235915, -0.01920902133303015, 2.842170943040401e-17, #<relative_position_1> [m]
orientation, 3, 0.0, -1.3877787807814457e-17, 1.0, 2, 0.0, 1.0, 1.3877787807814457e-17, #<relative_pin_orientation_matrix_1>
structural_node_6, #<node_2_label>
position, -0.011399640718976662, 0.019064468616942547, -3.2400748750660566e-14, #<relative_position_2> [m]
orientation, 3, -1.6342482922482304e-13, 3.2405824055915996e-13, 1.0, 2, 0.0, 1.0, -3.2405824055915996e-13; #<relative_pin_orientation_matrix_2>
joint: joint_12,
revolute hinge,
structural_node_6, #<node_1_label>
position, 0.008820551176670967, -0.01475126499491892, -3.2400748750660566e-14, #<relative_position_1> [m]
orientation, 3, -1.7763568394002505e-15, -0.0, 1.0, 2, -0.0, 1.0, 0.0, #<relative_pin_orientation_matrix_1>
structural_node_7, #<node_2_label>
position, -0.010702134855840453, -0.020680393800658683, -1.6711965145077555e-14, #<relative_position_2> [m]
orientation, 3, -7.105427357601002e-15, -0.0, 1.0, 2, -0.0, 1.0, 0.0; #<relative_pin_orientation_matrix_2>
joint: joint_14,
in line,
structural_node_7, #<node_1_label>
0.007360348279200356, 0.014222853942156995, 3.637978807091713e-15, #<relative_line_position> [m]
3, -3.700743415417188e-17, -0.0, 1.0, 2, -0.0, 1.0, 0.0, #<relative_orientation>
structural_node_4, #<node_2_label>
offset, 0.0, 0.0, 0.0; #<relative_offset> [m]
joint: joint_17,
revolute hinge,
structural_node_7, #<node_1_label>
position, -0.010702134855840453, -0.020680393800658683, -1.6711965145077555e-14, #<relative_position_1> [m]
orientation, 3, -7.105427357601002e-15, -0.0, 1.0, 2, -0.0, 1.0, 0.0, #<relative_pin_orientation_matrix_1>
structural_node_9, #<node_2_label>
position, 0.006602908111129636, 0.0653673588611301, 0.0, #<relative_position_2> [m]
orientation, 3, -3.552713678800501e-15, -0.0, 1.0, 2, -0.0, 1.0, 0.0; #<relative_pin_orientation_matrix_2>
joint: joint_19,
revolute hinge,
structural_node_9, #<node_1_label>
position, 0.030998012897328734, 0.03794895514263533, 0.0, #<relative_position_1> [m]
orientation, 3, 0.0, 0.0, 1.0, 2, 0.0, 1.0, 0.0, #<relative_pin_orientation_matrix_1>
structural_node_8, #<node_2_label>
position, -0.012894678260996642, -0.03394329643173133, -1.503508428868372e-14, #<relative_position_2> [m]
orientation, 3, 0.0, 0.0, 1.0, 2, 0.0, 1.0, 0.0; #<relative_pin_orientation_matrix_2>
joint: joint_21,
in line,
structural_node_8, #<node_1_label>
0.005024292862524291, 0.025306348916361215, 3.637978807091713e-15, #<relative_line_position> [m]
3, 0.0, 0.0, 1.0, 2, 0.0, 1.0, 0.0, #<relative_orientation>
structural_node_2, #<node_2_label>
offset, 0.0, 0.015, -0.021; #<relative_offset> [m]
#-----------------------------------------------------------------------------
# [Drive callers]
drive caller: 1, name,"drive:1", ramp, 5.0, 0.25, 2.0, 0.0;
end: elements;

View File

@@ -1,9 +0,0 @@
1 0.06336329999999998 -0.00923969 0.1754432 1 0 0 0 1 -8.881784197001252e-16 0 8.881784197001252e-16 1 0 0 0 0 0 0
2 0.06336329999999997 -0.009239690000000002 0.1754432 0.9991475579842098 0.04128144103819611 -2.680894482587032e-31 -0.04128144103819611 0.9991475579842098 -8.881784197001252e-16 -3.666528506424866e-17 8.874212990976547e-16 1 0 0 0 0 -0 0
3 0.04455003956931927 0.01321140305902591 0.1544432 0.9999943109907206 0.003373127064616727 -3.423929903656003e-18 -0.003373127064616727 0.9999943109907206 -1.903233696094244e-15 -2.995938665699013e-18 1.903234417930711e-15 1 0 0 0 0 0 0
4 0.02533718228677867 -0.01704045612148029 0.1544431999999615 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0
5 0.008896217652200259 -0.003415649727766681 0.1544432 0.9998493329550092 0.01735832334711857 -3.423929903655937e-18 -0.01735832334711857 0.9998493329550092 -1.903233696094244e-15 -2.961353187168038e-17 1.903006375179712e-15 1 -0 0 0 0 0 0
6 -0.0006959211745032133 -0.03968334433993675 0.1544432000000243 0.9918873550807732 -0.1271199230288793 2.032896153860595e-13 0.1271199230288793 0.9918873550807732 -3.025718288012637e-13 -1.631774913327423e-13 3.259593312520843e-13 1 -0 -0 -0 0 0 0
7 0.01905813997139198 -0.03177266331024334 0.1544432000000069 0.997214693601893 -0.07458454842983767 2.086133060642677e-13 0.07458454842983767 0.997214693601893 -3.022676840550924e-13 -1.854877553679747e-13 3.169851051700116e-13 1 -0 0 -0 0 0 -0
8 0.0591979874964582 -0.01960524861887855 0.1544432000000008 0.9999552024897852 -0.00946535860982602 2.039234020530081e-13 0.00946535860982602 0.9999552024897852 -3.001742367725244e-13 -2.010730099958388e-13 3.020909978434538e-13 1 0 0 0 0 0 -0
9 0.05374435861058888 -0.1021491472282852 0.154443199999962 0.6743387648593129 -0.7384221219654895 2.039234020530081e-13 0.7384221219654895 0.6743387648593129 -3.001742367725243e-13 8.414184181060413e-14 3.530006753301749e-13 1 -0 0 0 0 0 0

View File

@@ -1,834 +0,0 @@
OndselSolver
Assembly
Notes
(Text string: '' runs: (Core.RunArray runs: #() values: #()))
Name
Assembly
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
Velocity3D
0 0 0
Omega3D
0 0 0
RefPoints
RefPoint
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
Markers
Marker
Name
Marker0
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
RefPoint
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
Markers
Marker
Name
Marker1
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
RefCurves
RefSurfaces
Parts
Part
Name
structural_node_1
Position3D
0.06336329999999998 -0.00923969 0.1754432
RotationMatrix
1 0 0
0 1 -8.881784197001252e-16
-0 8.881784197001252e-16 1
Velocity3D
0 0 0
Omega3D
0 0 0
FeatureOrder
PrincipalMassMarker
Name
MassMarker
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
Mass
1
MomentOfInertias
1 2 3
Density
10
RefPoints
RefPoint
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
Markers
Marker
Name
Marker0
Position3D
-0.06336329999999998 0.009239689999999844 -0.1754432
RotationMatrix
1 0 0
0 1 8.881784197001252e-16
0 -8.881784197001252e-16 1
RefPoint
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
Markers
Marker
Name
Marker1
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
RefCurves
RefSurfaces
Part
Name
structural_node_2
Position3D
0.0633633 -0.00923969 0.1474432
RotationMatrix
1 0 0
0 1 0
0 0 1
Velocity3D
0 0 0
Omega3D
0 0 0
FeatureOrder
PrincipalMassMarker
Name
MassMarker
Position3D
8.128751005642698e-13 0.00425722688408314 -0.021
RotationMatrix
1 0 0
0 1 0
0 0 1
Mass
0.2406058732027723
MomentOfInertias
7.0382920239e-05 5.839585895200001e-05 4.7214826765e-05
Density
10
RefPoints
RefPoint
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
Markers
Marker
Name
Marker0
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
RefPoint
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
Markers
Marker
Name
Marker1
Position3D
0 0.015 -0.021
RotationMatrix
1 0 0
0 1 0
0 0 1
RefPoint
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
Markers
Marker
Name
Marker2
Position3D
0 0.015 -0.021
RotationMatrix
1 0 0
0 1 0
0 0 1
RefCurves
RefSurfaces
Part
Name
structural_node_3
Position3D
-0.0008822481092698588 0.05115859899605903 0.1324432
RotationMatrix
1 0 0
0 1 0
0 0 1
Velocity3D
0 0 0
Omega3D
0 0 0
FeatureOrder
PrincipalMassMarker
Name
MassMarker
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
Mass
0.0240425385694815
MomentOfInertias
9.607179098000002e-06 9.40820717e-06 1.260956604e-06
Density
10
RefPoints
RefPoint
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
Markers
Marker
Name
Marker0
Position3D
0.01945754810926986 -0.00739828899605903 0
RotationMatrix
1 -0 0
0 1 1.015061051085857e-15
-0 -1.015061051085857e-15 1
RefPoint
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
Markers
Marker
Name
Marker1
Position3D
-0.02727810419316014 0.01037187712205098 0
RotationMatrix
1 0 0
0 1 0
0 0 1
RefCurves
RefSurfaces
Part
Name
structural_node_4
Position3D
0.02533718228677867 -0.01704045612148029 0.1544431999999615
RotationMatrix
1 0 0
0 1 0
0 0 1
Velocity3D
0 0 0
Omega3D
0 0 0
FeatureOrder
PrincipalMassMarker
Name
MassMarker
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
Mass
1
MomentOfInertias
1 2 3
Density
10
RefPoints
RefPoint
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
Markers
Marker
Name
Marker0
Position3D
-0.02533718228677867 0.01704045612148029 -0.1544431999999615
RotationMatrix
1 0 0
0 1 0
0 0 1
RefPoint
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
Markers
Marker
Name
Marker1
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
RefPoint
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
Markers
Marker
Name
Marker2
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
RefCurves
RefSurfaces
Part
Name
structural_node_5
Position3D
-0.05009969131794408 0.01829767600413014 0.1324432
RotationMatrix
1 0 0
0 1 0
0 0 1
Velocity3D
0 0 0
Omega3D
0 0 0
FeatureOrder
PrincipalMassMarker
Name
MassMarker
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
Mass
0.0449777290670256
MomentOfInertias
1.35688267e-05 1.0311377119e-05 3.788040441e-06
Density
10
RefPoints
RefPoint
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
Markers
Marker
Name
Marker0
Position3D
0.007939339015500806 0.02723280011397721 2.842170943040401e-17
RotationMatrix
1 0 0
0 1 0
0 0 1
RefPoint
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
Markers
Marker
Name
Marker1
Position3D
0.01667499131794409 -0.01333736600413014 0
RotationMatrix
1 -0 -3.552713678800501e-15
0 1 -0
3.552713678800501e-15 0 1
RefPoint
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
Markers
Marker
Name
Marker2
Position3D
-0.02299279994523592 -0.01920902133303015 2.842170943040401e-17
RotationMatrix
1 0 0
0 1 -1.387778780781446e-17
-0 1.387778780781446e-17 1
RefCurves
RefSurfaces
Part
Name
structural_node_6
Position3D
-0.04969285054420095 -0.03297581394583109 0.1324432000000324
RotationMatrix
1 0 0
0 1 0
0 0 1
Velocity3D
0 0 0
Omega3D
0 0 0
FeatureOrder
PrincipalMassMarker
Name
MassMarker
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
Mass
0.0124530516778275
MomentOfInertias
3.080712519e-06 2.746145939e-06 4.068137390000001e-07
Density
10
RefPoints
RefPoint
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
Markers
Marker
Name
Marker0
Position3D
-0.01139964071897666 0.01906446861694255 -3.240074875066057e-14
RotationMatrix
1 0 -1.63424829224823e-13
5.295916262227734e-26 1 3.2405824055916e-13
1.63424829224823e-13 -3.2405824055916e-13 1
RefPoint
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
Markers
Marker
Name
Marker1
Position3D
0.008820551176670967 -0.01475126499491892 -3.240074875066057e-14
RotationMatrix
1 -0 -1.77635683940025e-15
0 1 -0
1.77635683940025e-15 0 1
RefCurves
RefSurfaces
Part
Name
structural_node_7
Position3D
-0.008253259374919249 -0.04279152470322321 0.1324432000000167
RotationMatrix
1 0 0
0 1 0
0 0 1
Velocity3D
0 0 0
Omega3D
0 0 0
FeatureOrder
PrincipalMassMarker
Name
MassMarker
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
Mass
0.012877956133769
MomentOfInertias
3.323661377e-06 2.919060349e-06 4.74840086e-07
Density
10
RefPoints
RefPoint
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
Markers
Marker
Name
Marker0
Position3D
-0.01070213485584045 -0.02068039380065868 -1.671196514507756e-14
RotationMatrix
1 -0 -7.105427357601002e-15
0 1 -0
7.105427357601002e-15 0 1
RefPoint
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
Markers
Marker
Name
Marker1
Position3D
0.007360348279200356 0.014222853942157 3.637978807091713e-15
RotationMatrix
1 -0 -3.700743415417188e-17
0 1 -0
3.700743415417188e-17 0 1
RefPoint
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
Markers
Marker
Name
Marker2
Position3D
-0.01070213485584045 -0.02068039380065868 -1.671196514507756e-14
RotationMatrix
1 -0 -7.105427357601002e-15
0 1 -0
7.105427357601002e-15 0 1
RefCurves
RefSurfaces
Part
Name
structural_node_8
Position3D
0.04699565137599786 -0.07797375336529921 0.132443200000015
RotationMatrix
1 0 0
0 1 0
0 0 1
Velocity3D
0 0 0
Omega3D
0 0 0
FeatureOrder
PrincipalMassMarker
Name
MassMarker
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
Mass
0.0326050144115717
MomentOfInertias
1.8277407926e-05 1.6715521441e-05 3.055755313e-06
Density
10
RefPoints
RefPoint
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
Markers
Marker
Name
Marker0
Position3D
-0.01289467826099664 -0.03394329643173133 -1.503508428868372e-14
RotationMatrix
1 0 0
0 1 0
0 0 1
RefPoint
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
Markers
Marker
Name
Marker1
Position3D
0.005024292862524291 0.02530634891636122 3.637978807091713e-15
RotationMatrix
1 0 0
0 1 0
0 0 1
RefCurves
RefSurfaces
Part
Name
structural_node_9
Position3D
-0.0146312020590571 -0.1501509801972379 0.1324432
RotationMatrix
1 0 0
0 1 0
0 0 1
Velocity3D
0 0 0
Omega3D
0 0 0
FeatureOrder
PrincipalMassMarker
Name
MassMarker
Position3D
0.005368611304213984 0.01921590766100874 6.416598807845731e-12
RotationMatrix
1 0 0
0 1 0
0 0 1
Mass
0.06475367880089911
MomentOfInertias
3.6750824095e-05 3.4476237135e-05 3.9371388e-06
Density
10
RefPoints
RefPoint
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
Markers
Marker
Name
Marker0
Position3D
0.006602908111129636 0.0653673588611301 0
RotationMatrix
1 -0 -3.552713678800501e-15
0 1 -0
3.552713678800501e-15 0 1
RefPoint
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
Markers
Marker
Name
Marker1
Position3D
0.03099801289732873 0.03794895514263533 0
RotationMatrix
1 0 0
0 1 0
0 0 1
RefCurves
RefSurfaces
KinematicIJs
ConstraintSets
Joints
FixedJoint
Name
joint_1
MarkerI
/Assembly/Marker0
MarkerJ
/Assembly/structural_node_1/Marker0
RevoluteJoint
Name
joint_2
MarkerI
/Assembly/structural_node_2/Marker0
MarkerJ
/Assembly/structural_node_1/Marker1
RevoluteJoint
Name
joint_4
MarkerI
/Assembly/structural_node_3/Marker0
MarkerJ
/Assembly/structural_node_2/Marker1
FixedJoint
Name
joint_6
MarkerI
/Assembly/Marker1
MarkerJ
/Assembly/structural_node_4/Marker0
RevoluteJoint
Name
joint_7
MarkerI
/Assembly/structural_node_5/Marker0
MarkerJ
/Assembly/structural_node_3/Marker1
PointInLineJoint
Name
joint_9
MarkerI
/Assembly/structural_node_5/Marker1
MarkerJ
/Assembly/structural_node_4/Marker1
RevoluteJoint
Name
joint_10
MarkerI
/Assembly/structural_node_5/Marker2
MarkerJ
/Assembly/structural_node_6/Marker0
RevoluteJoint
Name
joint_12
MarkerI
/Assembly/structural_node_6/Marker1
MarkerJ
/Assembly/structural_node_7/Marker0
PointInLineJoint
Name
joint_14
MarkerI
/Assembly/structural_node_7/Marker1
MarkerJ
/Assembly/structural_node_4/Marker2
RevoluteJoint
Name
joint_17
MarkerI
/Assembly/structural_node_7/Marker2
MarkerJ
/Assembly/structural_node_9/Marker0
RevoluteJoint
Name
joint_19
MarkerI
/Assembly/structural_node_9/Marker1
MarkerJ
/Assembly/structural_node_8/Marker0
PointInLineJoint
Name
joint_21
MarkerI
/Assembly/structural_node_8/Marker1
MarkerJ
/Assembly/structural_node_2/Marker2
Motions
GeneralConstraintSets
ForceTorques
ConstantGravity
0 0 0
SimulationParameters
tstart
0
tend
0
hmin
1e-09
hmax
1
hout
1e-05
errorTol
1e-06
AnimationParameters
nframe
1000000
icurrent
1
istart
1
iend
1000000
isForward
true
framesPerSecond
30

File diff suppressed because it is too large Load Diff

View File

@@ -1,174 +0,0 @@
#-----------------------------------------------------------------------------
# [Data Block]
begin: data;
problem: initial value;
end: data;
#-----------------------------------------------------------------------------
# [Problem Block]
begin: initial value;
initial time: 0.0;
final time: 4.0;
time step: 0.01;
max iterations: 100;
tolerance: 1e-06;
derivatives tolerance: 0.0001;
derivatives max iterations: 100;
derivatives coefficient: auto;
end: initial value;
#-----------------------------------------------------------------------------
# [Control Data Block]
begin: control data;
max iterations: 1000;
default orientation: orientation matrix;
omega rotates: no;
print: none;
initial stiffness: 1.0, 1.0;
structural nodes: 2;
rigid bodies: 1;
joints: 2;
end: control data;
#-----------------------------------------------------------------------------
# [Design Variables]
#Generic bodies
#body: 2
set: integer body_2 = 2; #body label
set: real mass_2 = 12.635833504434357; #mass [kg]
set: real volume_2 = 0.0015994725954980198; #volume [m^3]
#Nodes
#node: 1
set: integer structural_node_1 = 1; #node label
#node: 2
set: integer structural_node_2 = 2; #node label
#Joints
#joint: 1
set: integer joint_1 = 1; #joint label
#joint: 2_3
set: integer joint_2 = 2; #joint label
set: integer joint_3 = 3; #joint label
#Nodes: initial conditions
#node: 1
set: real Px_1 = -0.13221311939246777; #X component of the absolute position [m]
set: real Py_1 = 0.04215394533365132; #Y component of the absolute position [m]
set: real Pz_1 = 0.2000000152587891; #Z component of the absolute position [m]
set: real Vx_1 = 0.0; #X component of the absolute velocity [m/s]
set: real Vy_1 = 0.0; #Y component of the absolute velocity [m/s]
set: real Vz_1 = 0.0; #Z component of the absolute velocity [m/s]
set: real Wx_1 = 0.0; #X component of the absolute angular velocity [rad/s]
set: real Wy_1 = 0.0; #Y component of the absolute angular velocity [rad/s]
set: real Wz_1 = 0.0; #Z component of the absolute angular velocity [rad/s]
#node: 2
set: real Px_2 = 0.42576986140770334; #X component of the absolute position [m]
set: real Py_2 = 0.17328227933817877; #Y component of the absolute position [m]
set: real Pz_2 = 0.302175885912376; #Z component of the absolute position [m]
set: real Vx_2 = 0.0; #X component of the absolute velocity [m/s]
set: real Vy_2 = 0.0; #Y component of the absolute velocity [m/s]
set: real Vz_2 = 0.0; #Z component of the absolute velocity [m/s]
set: real Wx_2 = 0.0; #X component of the absolute angular velocity [rad/s]
set: real Wy_2 = 0.0; #Y component of the absolute angular velocity [rad/s]
set: real Wz_2 = 0.0; #Z component of the absolute angular velocity [rad/s]
#-----------------------------------------------------------------------------
# [Intermediate Variables]
#Moments of inertia and relative center of mass
#body 2:
set: real Ixx_2 = 0.08708924866282601; #moment of inertia [kg*m^2]
set: real Iyy_2 = 0.085370944710882; #moment of inertia [kg*m^2]
set: real Izz_2 = 0.064597123189377; #moment of inertia [kg*m^2]
set: real Rx_2 = -0.003947705364974695; #X component of the relative center of mass [m]
set: real Ry_2 = 0.010426613861126484; #Y component of the relative center of mass [m]
set: real Rz_2 = -1.1368683772161603e-16; #Z component of the relative center of mass [m]
#-----------------------------------------------------------------------------
# [Nodes Block]
begin: nodes;
structural: structural_node_1,
static,
Px_1, Py_1, Pz_1, #<absolute_position> [m]
3, 0.0, 0.0, 1.0, 2, 0.0, 1.0, 0.0, #<absolute_orientation_matrix>
Vx_1, Vy_1, Vz_1, #<absolute_velocity> [m/s]
Wx_1, Wy_1, Wz_1; #<absolute_angular_velocity> [rad/s]
structural: structural_node_2,
dynamic,
Px_2, Py_2, Pz_2, #<absolute_position> [m]
3, -0.1066546951805642, 0.2196963614042295, 0.969720725148062, 2, 0.4234982246408653, -0.8723574602808866, 0.24421653346634187, #<absolute_orientation_matrix>
Vx_2, Vy_2, Vz_2, #<absolute_velocity> [m/s]
Wx_2, Wy_2, Wz_2; #<absolute_angular_velocity> [rad/s]
end: nodes;
#-----------------------------------------------------------------------------
# [Elements Block]
begin: elements;
#-----------------------------------------------------------------------------
# [Bodies]
body: body_2,
structural_node_2, #<node_label>
mass_2, #<mass> [kg]
Rx_2, Ry_2, Rz_2, #<relative_center_of_mass> [m]
diag, Ixx_2, Iyy_2, Izz_2, #<inertia matrix> [kg*m^2]
orientation, 3, 0.0028768192094494223, -0.0016134085099385742, 1.0006943193724125, 2, 0.3504771628806489, -0.9326094659776577, -0.002311334679062277;
#-----------------------------------------------------------------------------
# [Joints]
joint: joint_1,
clamp,
structural_node_1, #<node_label>
-0.13221311939246777, 0.04215394533365132, 0.2000000152587891, #<absolute_pin_position> [m]
3, 0.0, 0.0, 1.0, 2, 0.0, 1.0, 0.0; #<absolute_orientation_matrix>
joint: joint_2,
total joint,
structural_node_1, #<node_1_label>
position, 0.20321309650428418, 0.11784606885225504, -2.842170943040401e-17, #<relative_position_1> [m]
position orientation, 3, 0.0, 2.471452993948174e-16, 1.0, 2, -0.0, 1.0, -2.471452993948174e-16, #<relative_pin_orientation_matrix_1>
rotation orientation, 3, 0.0, 2.471452993948174e-16, 1.0, 2, -0.0, 1.0, -2.471452993948174e-16, #<relative_pin_orientation_matrix_1>
structural_node_2, #<node_2_label>
position, 0.0, 0.0, 0.0, #<relative_position_2> [m]
position orientation, 3, 0.0, 0.0, 1.0, 2, 0.0, 1.0, 0.0, #<relative_pin_orientation_matrix_2>
rotation orientation, 3, 0.0, 0.0, 1.0, 2, 0.0, 1.0, 0.0, #<relative_pin_orientation_matrix_2>
position constraint,
active, active, active,
null,
orientation constraint,
active, active, rotation,
single, 0., 0., 1., string, "model::drive(1, Time)"; #<angle> [rad]
#-----------------------------------------------------------------------------
# [Drive callers]
drive caller: 1, name,"drive:1", cosine, 0.25, 3.1416, 10.0, half, 0.0;
end: elements;

View File

@@ -1,802 +0,0 @@
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -1 1.224646799147353e-16 3.262652233999262e-55 -1.224646799147353e-16 -1 2.471452993948174e-16 3.026656998281774e-32 2.471452993948174e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -1 1.224646799147353e-16 0 -1.224646799147353e-16 -1 2.471452993948174e-16 3.026656998281774e-32 2.471452993948174e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -1 1.224646799147353e-16 0 -1.224646799147353e-16 -1 2.471452993948174e-16 3.026656998281774e-32 2.471452993948174e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -1 1.224646799147353e-16 0 -1.224646799147353e-16 -1 2.471452993948174e-16 3.026656998281774e-32 2.471452993948174e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -1 1.224646799147353e-16 0 -1.224646799147353e-16 -1 2.471452993948174e-16 3.026656998281774e-32 2.471452993948174e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -1 1.224646799147353e-16 0 -1.224646799147353e-16 -1 2.471452993948174e-16 3.026656998281774e-32 2.471452993948174e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -1 1.224646799147353e-16 0 -1.224646799147353e-16 -1 2.471452993948174e-16 3.026656998281774e-32 2.471452993948174e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -1 1.224646799147353e-16 0 -1.224646799147353e-16 -1 2.471452993948174e-16 3.026656998281774e-32 2.471452993948174e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -1 1.224646799147353e-16 0 -1.224646799147353e-16 -1 2.471452993948174e-16 3.026656998281774e-32 2.471452993948174e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -1 1.224646799147353e-16 0 -1.224646799147353e-16 -1 2.471452993948174e-16 3.026656998281774e-32 2.471452993948174e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -1 1.224646799147353e-16 0 -1.224646799147353e-16 -1 2.471452993948174e-16 3.026656998281774e-32 2.471452993948174e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -1 1.224646799147353e-16 0 -1.224646799147353e-16 -1 2.471452993948174e-16 3.026656998281774e-32 2.471452993948174e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -1 1.224646799147353e-16 0 -1.224646799147353e-16 -1 2.471452993948174e-16 3.026656998281774e-32 2.471452993948174e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -1 1.224646799147353e-16 0 -1.224646799147353e-16 -1 2.471452993948174e-16 3.026656998281774e-32 2.471452993948174e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -1 1.224646799147353e-16 0 -1.224646799147353e-16 -1 2.471452993948174e-16 3.026656998281774e-32 2.471452993948174e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -1 1.224646799147353e-16 0 -1.224646799147353e-16 -1 2.471452993948174e-16 3.026656998281774e-32 2.471452993948174e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -1 1.224646799147353e-16 0 -1.224646799147353e-16 -1 2.471452993948174e-16 3.026656998281774e-32 2.471452993948174e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -1 1.224646799147353e-16 0 -1.224646799147353e-16 -1 2.471452993948174e-16 3.026656998281774e-32 2.471452993948174e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -1 1.224646799147353e-16 0 -1.224646799147353e-16 -1 2.471452993948174e-16 3.026656998281774e-32 2.471452993948174e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -1 1.224646799147353e-16 0 -1.224646799147353e-16 -1 2.471452993948174e-16 3.026656998281774e-32 2.471452993948174e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -1 1.224646799147353e-16 0 -1.224646799147353e-16 -1 2.471452993948174e-16 3.026656998281774e-32 2.471452993948174e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -1 1.224646799147353e-16 0 -1.224646799147353e-16 -1 2.471452993948174e-16 3.026656998281774e-32 2.471452993948174e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -1 1.224646799147353e-16 0 -1.224646799147353e-16 -1 2.471452993948174e-16 3.026656998281774e-32 2.471452993948174e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -1 1.224646799147353e-16 0 -1.224646799147353e-16 -1 2.471452993948174e-16 3.026656998281774e-32 2.471452993948174e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -1 1.224646799147353e-16 0 -1.224646799147353e-16 -1 2.471452993948174e-16 3.026656998281774e-32 2.471452993948174e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -7.395570986446986e-32 4.314083075427408e-32 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -1 1.224646799147353e-16 0 -1.224646799147353e-16 -1 2.471452993948174e-16 3.026656998281774e-32 2.471452993948174e-16 1 -7.395570986446986e-32 4.314083075427408e-32 2.67269315645965e-33 0 6.770244760849274e-31 5.478756648358285e-15
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 1.975849454252095e-17 -1.701778440985532e-17 -0 0 0 1.110223024614872e-16
2 0.07099997711177841 0.1600000141860024 0.2000000152587891 -0.9999878257772035 0.004934399394178056 3.71170280155356e-24 -0.004934399394178056 -0.9999878257772035 2.471460516067488e-16 1.219521038979454e-18 2.471430427773382e-16 1 -1.898984441917051e-13 -7.4047538933808e-14 4.876598382710061e-19 1.831359199083478e-24 1.219421972420652e-16 0.986802714017021
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 3.470122534625751e-18 -2.081262900484592e-17 -0 0 0 2.220446049250313e-16
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.9998053144621276 0.01973152739364272 2.741069008141445e-27 -0.01973152739364272 -0.9998053144621276 2.471452994874573e-16 4.876554249787333e-18 2.470971838718398e-16 1 -2.42861286636753e-17 2.081668171172169e-17 1.012268540338619e-18 2.70355921135857e-27 2.437633098655455e-16 1.972631568320939
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -4.862013140620493e-17 2.599523056498413e-17 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.999015344519447 0.04436599389950333 3.514535416056586e-26 -0.04436599389950333 -0.999015344519447 2.471453001083294e-16 1.096484691200781e-17 2.469019471325255e-16 1 -5.204170427930421e-17 2.775557561562891e-17 1.609854753091377e-18 5.195385998714283e-26 3.653442284227069e-16 2.956513664330806
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -1.230530190599378e-16 -6.295116921912869e-17 -0 0 0 4.440892098500627e-16
2 0.0709999771118164 0.1600000141859064 0.2000000152587891 -0.9968926847598092 0.07877166414631473 1.88175612184799e-25 -0.07877166414631473 -0.9968926847598092 2.47145302128341e-16 1.946804692218406e-17 2.463773437496732e-16 1 -2.775557561562891e-16 -2.42861286636753e-17 2.314471179203682e-18 3.704686670289496e-25 4.86564598013346e-16 3.937478024653499
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -9.432362881040377e-17 1.032955647984571e-17 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.9924306498887605 0.1228063726415387 6.571887172419668e-25 -0.1228063726415387 -0.9924306498887605 2.471453068371399e-16 3.035101930026346e-17 2.452745774006329e-16 1 -2.775557561562891e-16 -1.387778780781446e-17 3.156939422919464e-18 1.614895567886714e-24 6.07304793428576e-16 4.914556551371366
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 3.744022455056773e-17 1.174288394456255e-16 -0 0 0 -8.881784197001211e-16
2 0.07099997711181638 0.1600000141859064 0.2000000152587891 -0.984353751309314 0.1762035535489596 1.779067275172436e-24 -0.1762035535489596 -0.984353751309314 2.471453159262777e-16 4.354788466042194e-17 2.43278418537079e-16 1 -5.065392549852277e-16 -4.093947403305265e-16 4.163277081233002e-18 5.236493263151438e-24 7.274456670132025e-16 5.886784981433323
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -2.059353555869008e-16 1.15482466004783e-16 -0 0 0 0
2 0.07099997711181627 0.1600000141859065 0.2000000152587891 -0.9711395117553677 0.2385121563097905 4.06482031652468e-24 -0.2385121563097905 -0.9711395117553677 2.471453314652701e-16 5.894716987718711e-17 2.400125955622919e-16 1 -2.040034807748725e-15 -1.582067810090848e-15 5.352757871988666e-18 1.39285211185725e-23 8.468686671042183e-16 6.853203838270551
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 9.972420536640516e-17 1.058971825268748e-16 -0 0 0 -8.881784197000779e-16
2 0.07099997711181592 0.1600000141859067 0.2000000152587891 -0.9510532453159203 0.3090270612325982 8.226545662501091e-24 -0.3090270612325982 -0.9510532453159203 2.47145355871743e-16 7.637461084621234e-17 2.35048390224354e-16 1 -6.022959908591474e-15 -6.765421556309548e-15 6.735584697717371e-18 3.213642223666799e-23 9.654559557609268e-16 7.812859378688499
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 7.488044910112502e-17 2.348576788912182e-16 -0 0 0 -1.776356839399995e-15
2 0.07099997711181499 0.1600000141859071 0.2000000152587891 -0.922199972781823 0.3867133437072026 1.519776108453398e-23 -0.3867133437072026 -0.922199972781823 2.471453918757439e-16 9.557443488947071e-17 2.27917467783787e-16 1 -1.657007864253046e-14 -2.216282712907969e-14 8.310212416039751e-18 6.660270260772117e-23 1.08309052564732e-15 8.764804534100799
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -5.154731459358865e-16 1.330228954320114e-16 -0 0 0 0
2 0.0709999771118128 0.1600000141859077 0.2000000152587891 -0.8825976307293683 0.4701291548403542 2.614626238266773e-23 -0.4701291548403542 -0.8825976307293683 2.47145442478341e-16 1.16190301071617e-16 2.181299696848249e-16 1 -3.815003868368194e-14 -6.310230116213233e-14 1.006042744384599e-17 1.269152628461141e-22 1.199656315929986e-15 9.708099845176147
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -1.025458841849113e-16 3.882296325633542e-16 -0 0 0 -1.776356839398897e-15
2 0.07099997711180811 0.1600000141859082 0.2000000152587891 -0.8302752078816322 0.5573536392427274 4.247883780013124e-23 -0.5573536392427274 -0.8302752078816322 2.471455109046875e-16 1.377474851943566e-16 2.051987667676668e-16 1 -7.205347429817266e-14 -1.62009294868426e-13 1.195237570479896e-17 2.260259536507254e-22 1.31503832705815e-15 10.64181438897589
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 3.429668924514611e-16 2.256950795495184e-16 -0 0 0 -1.776356839397487e-15
2 0.0709999771117991 0.1600000141859077 0.2000000152587891 -0.7633982643106644 0.6459280842690346 6.583736018512841e-23 -0.6459280842690346 -0.7633982643106644 2.471456005518076e-16 1.596383345600756e-16 1.886704799670668e-16 1 -1.121880366383721e-13 -3.756717159575373e-13 1.393182524313394e-17 3.807054142427825e-22 1.429122734296337e-15 11.5650266976673
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -2.787510314495843e-16 -3.989694218779395e-18 -0 0 0 0
2 0.07099997711178323 0.1600000141859038 0.2000000152587891 -0.6804223317234506 0.7328202033869035 9.808598477056125e-23 -0.7328202033869035 -0.6804223317234506 2.471457149314342e-16 1.811134398221498e-16 1.681633917497144e-16 1 -1.248653958008106e-13 -7.985279104616438e-13 1.592204795808851e-17 6.11900866244489e-22 1.541796999884745e-15 12.47682566790597
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -4.535112483477297e-16 -2.521700260595871e-16 -0 0 0 1.776356839390608e-15
2 0.07099997711175761 0.160000014185892 0.2000000152587891 -0.580271871713935 0.8144228354470462 1.412894014313024e-22 -0.8144228354470462 -0.580271871713935 2.471458576083371e-16 2.012813121086392e-16 1.434116743114205e-16 1 -1.491862189340054e-14 -1.569272489732043e-12 1.782279505713995e-17 9.449655198043776e-22 1.652949983707703e-15 13.3763114599898
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 5.525061520875524e-16 -1.236595983329086e-16 -0 0 0 1.776356839383499e-15
2 0.07099997711171992 0.1600000141858647 0.2000000152587891 -0.4625387756194481 0.8865990531511196 1.976823145308297e-22 -0.8865990531511196 -0.4625387756194481 2.471460321346829e-16 2.191195295164018e-16 1.143144478378281e-16 1 4.174403878121069e-13 -2.864902759469601e-12 1.951090725881461e-17 1.40973153243351e-21 1.762472052356508e-15 14.26259638589742
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -2.821648048614943e-16 -5.187731704521042e-16 -0 0 0 3.552713678744594e-15
2 0.07099997711167018 0.1600000141858094 0.2000000152587891 -0.3276899332773042 0.94478532356759 2.696305584386453e-22 -0.94478532356759 -0.3276899332773042 2.47146241981088e-16 2.335002305538358e-16 8.09870808015248e-17 1 1.540764911489578e-12 -4.867162228805455e-12 2.084312385500477e-17 2.040403067717808e-21 1.870255186479518e-15 15.13480578533444
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -1.974155914467855e-16 -5.46319954241088e-17 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.1772684430110963 0.9841625369380922 1.732930193544258e-27 -0.9841625369380922 -0.1772684430110963 2.47145299397949e-16 2.432311448481171e-16 4.381106242008018e-17 1 -2.081668171172169e-16 -2.775557561562891e-17 2.166151387406255e-17 1.385673623065968e-26 1.976183562449183e-15 15.99207888851786
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 1.040937096368887e-16 -7.63202795664609e-16 -0 0 0 3.552713678800501e-15
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.0140680322072055 0.9999010403384012 2.817145552060674e-27 -0.9999010403384012 -0.0140680322072055 2.471452993997034e-16 2.471208419845487e-16 3.476848028997607e-18 1 -3.191891195797325e-16 -2.775557561562891e-17 2.180249575878745e-17 2.371118665868056e-26 2.080168807660466e-15 16.83356966701801
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -1.497608982022716e-16 -4.69715357782504e-16 -0 0 0 3.552713678800501e-15
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.1577441435213073 0.9874800176128776 4.433792717794697e-27 -0.9874800176128776 0.1577441435213073 2.47145299402226e-16 2.440510446059507e-16 -3.898572358389949e-17 1 5.551115123125783e-17 5.551115123125783e-17 2.110821837568684e-17 3.914702520636641e-26 2.182101167808403e-15 17.65844766690917
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.3325841251484387 0.9430735918788351 6.776709606301102e-27 -0.9430735918788351 0.3325841251484387 2.471452994057637e-16 2.330762052243099e-16 -8.219660319380578e-17 1 -4.163336342344337e-16 8.326672684688674e-17 1.944189194387022e-17 6.256929155850977e-26 2.281880047492725e-15 18.46589882938724
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 0 -0 0 0 0
2 0.07099997711181641 0.1600000141859063 0.2000000152587891 0.5035155867841474 0.8639861421720928 1.008448966355431e-26 -0.8639861421720928 0.5035155867841474 2.471452994106119e-16 2.135301137886637e-16 -1.244415104623909e-16 1 7.494005416219807e-16 -5.551115123125783e-17 1.670514706026862e-17 9.708885869484972e-26 2.379406976549154e-15 19.25512629391313
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 1.296802241027379e-16 -1.455434981361697e-16 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.6624477019508301 0.7491081645397173 1.464309496769695e-26 -0.7491081645397173 0.6624477019508301 2.471452994171163e-16 1.851385616112746e-16 -1.637208356577878e-16 1 1.665334536937735e-16 -1.249000902703301e-16 1.285674276652265e-17 1.466167017682457e-25 2.4745857072281e-15 20.02535118462156
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 4.334180562288116e-17 -1.333075479926816e-16 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.8004850979540205 0.5993526574176028 2.078625065949242e-26 -0.5993526574176028 0.8004850979540205 2.471452994256708e-16 1.481271919624059e-16 -1.978361292320921e-16 1 8.326672684688674e-17 -9.71445146547012e-17 7.930816520525946e-18 2.159257250781244e-25 2.567322309180067e-15 20.77581337898107
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.9084369041756198 0.4180219983826398 2.889320161912574e-26 -0.4180219983826398 0.9084369041756198 2.471452994367131e-16 1.033121719351631e-16 -2.245159107139222e-16 1 -3.05311331771918e-16 8.326672684688674e-17 2.05244056617261e-18 3.106853733426959e-25 2.657525262154006e-15 21.50577225794677
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -4.958970121907085e-16 2.000866836248178e-16 -0 0 0 0
2 0.07099997711181641 0.1600000141859063 0.2000000152587891 0.9774755946462674 0.2110484822758169 3.938267891287373e-26 -0.2110484822758169 0.9774755946462674 2.471452994507172e-16 5.215964031218053e-17 -2.415784985529313e-16 1 8.326672684688674e-17 1.804112415015879e-16 -4.552111406191648e-18 4.374334299215926e-25 2.745105546317122e-15 22.21450743686523
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 5.584109431565075e-16 3.443137358860981e-16 -0 0 0 -3.552713678800502e-15
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.9999161471904401 -0.0129498489499351 5.270379303336293e-26 0.0129498489499351 0.9999161471904401 2.471452994681811e-16 -3.200494349498796e-18 -2.471245756397687e-16 1 9.71445146547012e-16 -3.747002708109903e-16 -1.155308968908885e-17 6.034931987467723e-25 2.829976730106997e-15 22.90131947641063
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 1.233105396402361e-16 -1.183712023460529e-16 -0 0 0 0
2 0.07099997711181642 0.1600000141859063 0.2000000152587891 0.9700636469946261 -0.2428508200099096 6.932304407987378e-26 0.2428508200099096 0.9700636469946261 2.47145299489612e-16 -6.001943870989472e-17 -2.397466705436369e-16 1 7.494005416219807e-16 2.220446049250313e-16 -1.852543774721356e-17 8.168171003221064e-25 2.912055055529311e-15 23.56553057285001
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 3.628817841880763e-16 -2.22926341259735e-16 -0 0 0 0
2 0.0709999771118164 0.1600000141859064 0.2000000152587891 0.8850554071606924 -0.4654856885615506 8.970716672995397e-26 0.4654856885615506 0.8850554071606924 2.471452995155062e-16 -1.150425999991219e-16 -2.187372836487903e-16 1 3.05311331771918e-16 -5.551115123125783e-16 -2.496917246363072e-17 1.085747523609582e-24 2.991259520816974e-15 24.20648522695694
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -6.180751995218401e-16 -1.034735189149388e-17 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.7456052819648519 -0.6663878476578889 1.143028390267103e-25 0.6663878476578889 0.7456052819648519 2.471452995463273e-16 -1.646946243086661e-16 -1.842728406783571e-16 1 -6.38378239159465e-16 0 -3.034259745261569e-17 1.418701257015309e-24 3.067511960369111e-15 24.82355089091312
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 1.670379989301271e-16 -7.033233597150827e-16 -0 0 0 3.552713678800502e-15
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.556546868140547 -0.8308162152744424 1.435130517961701e-25 0.8308162152744424 0.556546868140547 2.471452995824805e-16 -2.053323225018564e-16 -1.375479423390538e-16 1 -3.05311331771918e-16 -5.551115123125783e-17 -3.410740929423871e-17 1.823772851591567e-24 3.140737121891001e-15 25.41611859255963
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -1.174840073674315e-16 2.491754904404228e-16 -0 0 -0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.3270724069243401 -0.9449992807556622 1.776718383278879e-25 0.9449992807556622 0.3270724069243401 2.471452996242854e-16 -2.335521304452039e-16 -8.083440784025247e-17 1 -1.058181320345852e-16 2.220446049250313e-16 -3.578290784927634e-17 2.308277217297245e-24 3.210862740658852e-15 25.98360353638172
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 6.399741821106656e-16 1.24588619238774e-16 -0 0 -0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.07057835415485877 -0.9975062385392842 2.17017483919047e-25 0.9975062385392842 0.07057835415485877 2.471452996719488e-16 -2.465289782637466e-16 -1.744310827147921e-17 1 6.938893903907228e-16 1.110223024625157e-16 -3.500460564245642e-17 2.878242829170041e-24 3.277819610836161e-15 26.52544568063413
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 5.660847622102474e-16 -1.496965175712768e-16 -0 0 -0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.1959417547665887 -0.9806155356402375 2.616665181164904e-25 0.9806155356402375 -0.1959417547665887 2.471452997255377e-16 -2.423545204200538e-16 4.842608396713063e-17 1 4.996003610813204e-16 -5.551115123125783e-17 -3.158084071105792e-17 3.537876287987047e-24 3.341541653771282e-15 27.0411102900372
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.452972022573242 -0.8915247314381729 3.115891490950947e-25 0.8915247314381729 -0.452972022573242 2.471452997849547e-16 -2.203361468758473e-16 1.119499065908506e-16 1 5.551115123125783e-16 -1.387778780781446e-16 -2.553986508703536e-17 4.289038319408452e-24 3.40196598320883e-15 27.5300884634985
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -1.514143462234102e-16 -6.436117687435291e-16 -0 0 0 3.552713678800501e-15
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.679975288549441 -0.7332350284609324 3.665889504894595e-25 0.7332350284609324 -0.679975288549441 2.471452998499179e-16 -1.812155907201688e-16 1.680526968478819e-16 1 -6.106226635438361e-16 8.326672684688674e-17 -1.715962747861847e-17 5.130760202242645e-24 3.459032967350631e-15 27.99189763633922
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 7.123309468136408e-16 -1.487035589498405e-16 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.8572176546242157 -0.514954262629759 4.262863446187056e-25 0.514954262629759 -0.8572176546242157 2.471452999199459e-16 -1.272685253172662e-16 2.118573145682924e-16 1 6.106226635438361e-16 -1.595945597898663e-16 -6.973337395498386e-18 6.058825474951219e-24 3.512686287704965e-15 28.42608205652932
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 1.147215889053503e-16 1.343028779684145e-16 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.9677542258773392 -0.2518963244998863 4.901098387348553e-25 0.2518963244998863 -0.9677542258773392 2.471452999943503e-16 -6.225499221169273e-17 2.391759085987121e-16 1 1.665334536937735e-16 1.457167719820518e-16 4.254009298169751e-18 7.065475690531327e-24 3.562872994666092e-15 28.83221323446199
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 1.222019402408045e-15 -5.547598827714357e-17 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.9993665605318152 0.03558760585948308 5.572941876856657e-25 -0.03558760585948308 -0.9993665605318152 2.471453000722358e-16 8.795310085935581e-18 2.46988748464961e-16 1 1.221245327087672e-15 -5.551115123125783e-17 1.55797392428342e-17 8.139251041960919e-24 3.609543559769227e-15 29.20989036582307
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -1.402607676073185e-16 3.625734114857691e-17 -0 0 0 3.552713678800501e-15
2 0.07099997711181642 0.1600000141859064 0.2000000152587891 -0.9462163969563886 0.3235344342274404 6.26887713218789e-25 -0.3235344342274404 -0.9462163969563886 2.471453001525103e-16 7.996001544998478e-17 2.338529352321937e-16 1 -6.106226635438361e-16 1.137978600240785e-15 2.596579734962446e-17 9.265005671030687e-24 3.652651924569425e-15 29.5587407271384
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 9.461569787819644e-17 -2.373186520088907e-16 -0 0 0 0
2 0.0709999771118164 0.1600000141859064 0.2000000152587891 -0.8099832953050604 0.5864529489453995 6.977682398965052e-25 -0.5864529489453995 -0.8099832953050604 2.471453002339034e-16 1.449390907053494e-16 2.001835642934074e-16 1 5.551115123125783e-17 -6.661338147750939e-16 3.438243743719872e-17 1.042410621477315e-23 3.692155546096158e-15 29.87842004360856
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 3.025056351491001e-17 -2.663810341137671e-16 -0 0 0 3.552713678800501e-15
2 0.07099997711181641 0.1600000141859063 0.2000000152587891 -0.6002900895321716 0.7997823506488858 7.686687407788607e-25 -0.7997823506488858 -0.6002900895321716 2.471453003149956e-16 1.976624496991762e-16 1.483588738387764e-16 1 4.579669976578771e-16 5.551115123125783e-16 3.992253504699678e-17 1.15948347654738e-23 3.728015438838731e-15 30.16861282886822
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 1.497608982022716e-16 4.697153577825039e-16 -0 0 0 -3.5527136788005e-15
2 0.0709999771118164 0.1600000141859064 0.2000000152587891 -0.3342888974191203 0.9424706536875878 8.382107615526671e-25 -0.9424706536875878 -0.3342888974191203 2.471453003942544e-16 2.329271930985927e-16 8.261792918112353e-17 1 3.05311331771918e-16 0 4.191284530187538e-17 1.275297112397485e-23 3.76019621322108e-15 30.42903269633441
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -2.210088403335967e-16 7.380268909438337e-17 -0 0 0 0
2 0.07099997711181642 0.1600000141859064 0.2000000152587891 -0.03537583647183611 0.9993740792085404 9.049461261592622e-25 -0.9993740792085404 -0.03537583647183611 2.471453004700805e-16 2.46990607120018e-16 8.742970829832669e-18 1 -2.081668171172169e-16 4.996003610813204e-16 4.000733283636476e-17 1.387256275257068e-23 3.788666110527995e-15 30.65942264183697
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -2.262450510157887e-16 3.480621958510084e-16 -0 0 0 -3.552713678800502e-15
2 0.0709999771118164 0.1600000141859064 0.2000000152587891 0.2688866958713644 0.9631718147783294 9.674039171591998e-25 -0.9631718147783294 0.2688866958713644 2.471453005408576e-16 2.380433873757514e-16 -6.645408419434271e-17 1 1.665334536937735e-16 -7.771561172376096e-16 3.424863401894951e-17 1.492682723188334e-23 3.813397034248244e-15 30.8595552972517
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.5494504509159138 0.8355263023916716 1.024141739365138e-24 -0.8355263023916716 0.5494504509159138 2.471453006050069e-16 2.064963986052644e-16 -1.357940977148675e-16 1 -1.221245327087672e-15 3.885780586188048e-16 2.508687317934145e-17 1.588916614434106e-23 3.834364577803623e-15 31.02923315488641
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -6.236029431675637e-16 -1.515453501543168e-16 -0 0 0 0
2 0.07099997711181642 0.1600000141859063 0.2000000152587891 0.7787805939477901 0.627296410391712 1.073798031180617e-24 -0.627296410391712 0.7787805939477901 2.471453006610434e-16 1.550333591135999e-16 -1.924719647138022e-16 1 2.775557561562891e-16 3.608224830031759e-16 1.335016294685498e-17 1.673422352829775e-23 3.85154804863653e-15 31.16828876239794
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 7.950729398389592e-16 -2.851083757174427e-16 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.9338283451936598 0.357721430323752 1.115143821271012e-24 -0.357721430323752 0.9338283451936598 2.471453007076304e-16 8.840916942557443e-17 -2.307912875811067e-16 1 7.771561172376096e-16 -2.734357879008442e-16 1.675215673688461e-19 1.743894512101357e-23 3.864930488632217e-15 31.27658488804834
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 0 -0 0 0 0
2 0.07099997711181641 0.1600000141859063 0.2000000152587891 0.998614416094754 0.05262364456908597 1.147130580218933e-24 -0.05262364456908597 0.998614416094754 2.471453007436295e-16 1.300568531771148e-17 -2.468028602530281e-16 1 1.720845688168993e-15 4.302114220422482e-16 -1.314830160483117e-17 1.798357450508888e-23 3.874498690855515e-15 31.35401465613653
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -3.627124196065238e-16 3.217738029386389e-16 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.9660935860080276 -0.2581921437111315 1.168932024759595e-24 0.2581921437111315 0.9660935860080276 2.471453007681451e-16 -6.381097614275748e-17 -2.387654895823208e-16 1 -4.440892098500626e-16 3.05311331771918e-16 -2.524456224239627e-17 1.835252592142615e-23 3.880243212585448e-15 31.40050165247226
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -3.318307669985073e-16 -4.075462757889764e-16 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.839051545499185 -0.5440519313405927 1.179977612013669e-24 0.5440519313405927 0.839051545499185 2.471453007805599e-16 -1.344598792014773e-16 -2.073676459408206e-16 1 -4.163336342344337e-16 -4.440892098500626e-16 -3.488099015644305e-17 1.853508884527783e-23 3.882158384634843e-15 31.41599999978806
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -1.000621746568717e-15 6.898243961170821e-16 -0 0 0 -3.552713678800502e-15
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.6299037261109139 -0.7766732233259923 1.179976354766601e-24 0.7766732233259923 0.6299037261109139 2.471453007805583e-16 -1.919511381303796e-16 -1.556777449360202e-16 1 -5.551115123125783e-16 0 -4.107137985396393e-17 1.852592050662212e-23 3.880242316945656e-15 31.40049440301473
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -7.138309971581802e-16 3.237623390501989e-16 -0 0 -0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.3594057044020022 -0.9331814076819687 1.1689281235959e-24 0.9331814076819687 0.3594057044020022 2.471453007681408e-16 -2.306314000929165e-16 -8.882542982139633e-17 1 -7.541710311809169e-16 3.33066907387547e-16 -4.319579742763252e-17 1.832528655436887e-23 3.874496900454501e-15 31.35400016437584
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -3.193512896867552e-17 -1.18233931324504e-15 -0 0 -0 7.105427357601003e-15
2 0.07099997711181642 0.1600000141859064 0.2000000152587891 0.05442548607289188 -0.9985178348260633 1.147124279346527e-24 0.9985178348260633 0.05442548607289188 2.471453007436224e-16 -2.467789906483909e-16 -1.345100197817864e-17 1 -8.743006318923108e-16 6.661338147750939e-16 -4.106878340196146e-17 1.793905236656361e-23 3.864927805226494e-15 31.27656316828617
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -2.016983607683882e-16 3.132712874499385e-18 -0 0 -0 0
2 0.0709999771118164 0.1600000141859064 0.2000000152587891 -0.2549513651167957 -0.9669538776100349 1.115135230082716e-24 0.9669538776100349 -0.2549513651167957 2.471453007076206e-16 -2.389781065680266e-16 6.301003287589319e-17 1 -2.220446049250313e-16 -4.440892098500626e-16 -3.495500694663415e-17 1.737841247109711e-23 3.851544474859286e-15 31.16825983606918
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 3.294264570106557e-17 -1.286188703876588e-16 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.5386300327371676 -0.8425423952737083 1.073787381558396e-24 0.8425423952737083 -0.5386300327371676 2.471453006610314e-16 -2.082303930212121e-16 1.331198822905999e-16 1 0 -8.326672684688674e-17 -2.553113096718259e-17 1.665937995548445e-23 3.8343601171628e-15 31.02919705053798
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 0 -0 0 0 0
2 0.07099997711181642 0.1600000141859064 0.2000000152587891 -0.7696413729709474 -0.6384764341864115 1.024129253176123e-24 0.6384764341864115 -0.7696413729709474 2.471453006049928e-16 -1.577964494679923e-16 1.902132491348266e-16 1 -2.220446049250313e-16 -2.775557561562891e-16 -1.380001555882383e-17 1.580206465913676e-23 3.813391691123891e-15 30.85951205051441
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.9268369848119866 -0.3754639844041306 9.673899580189629e-25 0.3754639844041306 -0.9268369848119866 2.471453005408417e-16 -9.279415837120798e-17 2.290634055269461e-16 1 4.996003610813204e-16 -1.07552855510562e-16 -9.696643199652618e-19 1.482978452155145e-23 3.788659890168899e-15 30.65937229539032
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -3.120468065643245e-16 2.009423511947786e-16 -0 0 0 -3.5527136788005e-15
2 0.0709999771118164 0.1600000141859064 0.2000000152587891 -0.9968470582777755 -0.07934697475610022 9.049309359646049e-25 0.07934697475610022 -0.9968470582777755 2.471453004700633e-16 -1.961023101540917e-17 2.46366065812563e-16 1 5.551115123125783e-17 -9.71445146547012e-16 1.168643560770075e-17 1.376806054886711e-23 3.760189121740574e-15 30.4289752998645
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -9.108499518235031e-16 -5.412944961747874e-17 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.975109476508189 0.221723947339762 8.381947378155302e-25 -0.221723947339762 -0.975109476508189 2.471453003942363e-16 5.479803238721295e-17 2.409937243030351e-16 1 -8.881784197001252e-16 -5.551115123125783e-17 2.296927903038417e-17 1.264355932116813e-23 3.728007483209672e-15 30.1685484390187
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 5.728598363702201e-16 3.364713500178582e-16 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.8659041408921567 0.5002099746964428 7.686522856334158e-25 -0.5002099746964428 -0.8659041408921567 2.471453003149768e-16 1.236245450824785e-16 2.140041385602865e-16 1 -1.665334536937735e-16 2.775557561562891e-16 3.187736982266611e-17 1.148303049545295e-23 3.692146734144993e-15 29.87834872392475
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 2.559909736936248e-16 -1.218795516454971e-16 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.6814525779856353 0.7318622711663251 6.977515998617857e-25 -0.7318622711663251 -0.6814525779856353 2.471453002338844e-16 1.808763212127386e-16 1.684178014707563e-16 1 3.05311331771918e-16 -1.110223024625157e-16 3.769899135281739e-17 1.031230174753708e-23 3.652642264969327e-15 29.55866254800453
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -2.550284401832364e-16 -1.395577110800037e-15 -0 0 0 7.105427357601002e-15
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.4402517738485184 0.8978743651665488 6.268712149325134e-25 -0.8978743651665488 -0.4402517738485184 2.471453001524913e-16 2.219054297542954e-16 1.088061562276072e-16 1 -1.11369247157711e-15 5.551115123125783e-17 4.006499976720694e-17 9.155393053819775e-24 3.609533062032269e-15 29.20980540439287
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -6.843915123815687e-16 -0 0 0 3.5527136788005e-15
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.1648890879443497 0.9863121152438921 5.572781647189002e-25 -0.9863121152438921 -0.1648890879443497 2.471453000722172e-16 2.43762403778704e-16 4.075156256899031e-17 1 -3.885780586188048e-16 0 3.895928347460081e-17 8.033755908896711e-24 3.562861669134423e-15 28.83212157458253
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 4.978691322110778e-17 8.541661799059356e-16 -0 0 0 -3.552713678800501e-15
2 0.07099997711181641 0.1600000141859063 0.2000000152587891 0.1203758896677513 0.9927283843966069 4.900944559472035e-25 -0.9927283843966069 0.1203758896677513 2.471452999943324e-16 2.453481543155928e-16 -2.975033585055172e-17 1 1.27675647831893e-15 1.665334536937735e-16 3.468971904744183e-17 6.965708649063252e-24 3.512674145540985e-15 28.42598378865825
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -8.598431854634109e-16 -1.787409752852445e-16 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.3919779387462272 0.9199746167891041 4.262718862774271e-25 -0.9199746167891041 0.3919779387462272 2.471452999199289e-16 2.273674024179756e-16 -9.687550562559113e-17 1 -8.881784197001252e-16 -1.387778780781446e-16 2.782714731980173e-17 5.966057404649491e-24 3.459020020526183e-15 27.99179285745551
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 0 -0 0 0 0
2 0.0709999771118164 0.1600000141859064 0.2000000152587891 0.6291135549986424 0.7773134084247937 3.665755275281191e-25 -0.7773134084247937 0.6291135549986424 2.47145299849902e-16 1.921093551718773e-16 -1.554824584747214e-16 1 -1.110223024625157e-16 -5.551115123125783e-17 1.912302602057509e-17 5.045907956694357e-24 3.401952244493413e-15 27.52997727700676
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 3.760723303360625e-16 -2.715576413453399e-16 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.8153245949149889 0.579004149317351 3.115769217510637e-25 -0.579004149317351 0.8153245949149889 2.471452997849402e-16 1.430981538057247e-16 -2.015036416127042e-16 1 -3.33066907387547e-16 -3.05311331771918e-16 9.417731337582653e-18 4.212674611630795e-24 3.341527136719314e-15 27.04099280566558
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 8.604453141268658e-16 -3.259516247537366e-17 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.9394915941003111 0.342571955382889 2.616553939451317e-25 -0.342571955382889 0.9394915941003111 2.471452997255245e-16 8.466504834484006e-17 -2.32190931703168e-16 1 8.881784197001252e-16 -2.42861286636753e-17 -4.489625626963585e-19 3.470246848151997e-24 3.277804329773335e-15 26.52532201432607
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.9962102741387877 0.08697752411009067 2.170076755430262e-25 -0.08697752411009067 0.9962102741387877 2.47145299671937e-16 2.149608604472621e-17 -2.46208686757168e-16 1 -6.661338147750939e-16 -5.551115123125783e-17 -9.715584170259809e-18 2.819306636510527e-24 3.210846710667617e-15 25.9834738101815
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.985596462076307 -0.1691142038465921 1.776632563840556e-25 0.1691142038465921 0.985596462076307 2.47145299624275e-16 -4.179578075549098e-17 -2.435855328984288e-16 1 -3.33066907387547e-16 -2.220446049250313e-16 -1.77580504670431e-17 2.257743132835433e-24 3.140720358795235e-15 25.41598293449194
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 7.951996928747277e-16 1.177838625149369e-16 -0 0 0 0
2 0.07099997711181642 0.1600000141859063 0.2000000152587891 0.91262003244321 -0.4088088506666096 1.435056562251837e-25 0.4088088506666096 0.91262003244321 2.471452995824714e-16 -1.010351860009312e-16 -2.255497512644755e-16 1 1.471045507628332e-15 4.718447854656915e-16 -2.412660185940513e-17 1.781150006629184e-24 3.067494480718006e-15 24.82340943485673
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.7861031980113621 -0.6180952694175139 1.142965158135169e-25 0.6180952694175139 0.7861031980113621 2.471452995463195e-16 -1.527593405982034e-16 -1.942817102761916e-16 1 3.05311331771918e-16 -1.665334536937735e-16 -2.856020637354332e-17 1.38335003326964e-24 2.991241341868201e-15 24.20633811251254
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 5.293188849232685e-17 1.309862163863495e-16 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.6175317333335104 -0.7865459670776466 8.970192820050521e-26 0.7865459670776466 0.6175317333335104 2.471452995154995e-16 -1.94391138671507e-16 -1.526200651244813e-16 1 9.71445146547012e-17 1.665334536937735e-16 -3.098070002845034e-17 1.056929645880953e-24 2.912036195231509e-15 23.5653779452025
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.4198217416864586 -0.9076065806324612 6.931873615977417e-26 0.9076065806324612 0.4198217416864586 2.471452994896064e-16 -2.243107002182488e-16 -1.037569700184339e-16 1 5.134781488891349e-16 -1.110223024625157e-16 -3.147081050372961e-17 7.937398127045775e-25 2.829957207081609e-15 22.90116148618576
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 8.793126674684281e-16 -1.127111647595201e-15 -0 0 -0 7.105427357601e-15
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.2061637158253379 -0.9785175125040375 5.270029650754888e-26 0.9785175125040375 0.2061637158253379 2.471452994681766e-16 -2.418360036735305e-16 -5.095239323555704e-17 1 1.387778780781446e-17 3.885780586188048e-16 -3.024122722869213e-17 5.853513577530004e-25 2.745085379839635e-15 22.21434423998101
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 1.37589542543443e-17 -2.497851640755803e-16 -0 0 -0 0
2 0.07099997711181641 0.1600000141859063 0.2000000152587891 -0.010964679766678 -0.9999398860919662 3.937986243292304e-26 0.9999398860919662 -0.010964679766678 2.471452994507135e-16 -2.471304425804795e-16 2.70986910369431e-18 1 5.967448757360216e-16 -2.775557561562891e-16 -2.759207633567689e-17 4.234439678436295e-25 2.657504472134608e-15 21.50560401545954
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 2.193661685145566e-16 -6.334885744984615e-16 -0 0 -0 3.5527136788005e-15
2 0.07099997711181642 0.1600000141859064 0.2000000152587891 -0.2205599392872654 -0.975373422429378 2.889109388139461e-26 0.975373422429378 -0.2205599392872654 2.471452994367103e-16 -2.410589565425453e-16 5.451035226707346e-17 1 -2.220446049250313e-16 4.718447854656915e-16 -2.387368137271177e-17 3.001154260736396e-25 2.567300916143757e-15 20.77564025692667
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 0 -0 0 -0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.4136043520576159 -0.9104567205304158 2.078463595982705e-26 0.9104567205304158 -0.4136043520576159 2.471452994256685e-16 -2.250150988010052e-16 1.022203714519626e-16 1 0 0 -1.945054739322983e-17 2.081078176845447e-25 2.474563732294255e-15 20.02517335385135
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 4.784070446873098e-16 1.099019925932253e-16 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.5833329390221448 -0.812233145255589 1.46418500465809e-26 0.812233145255589 -0.5833329390221448 2.471452994171147e-16 -2.007396038721563e-16 1.441679938863861e-16 1 4.440892098500626e-16 1.110223024625157e-16 -1.467131967418835e-17 1.409639217366583e-25 2.379384441410586e-15 19.25494392992542
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 1.497608982022716e-16 4.697153577825041e-16 -0 0 0 -3.552713678800502e-15
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.7252826699522287 -0.6884511955592543 1.008355289122936e-26 0.6884511955592543 -0.7252826699522287 2.471452994106106e-16 -1.701474768487713e-16 1.792502026296126e-16 1 1.942890293094024e-16 -3.885780586188048e-16 -9.846241346306267e-18 9.309998352759968e-26 2.281856974394233e-15 18.46571211215411
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.8371652227616394 -0.5469500798047794 6.776056330863967e-27 0.5469500798047794 -0.8371652227616394 2.471452994057627e-16 -1.351761412276853e-16 2.069014496352236e-16 1 -2.498001805406602e-16 -4.163336342344337e-17 -5.232525242823682e-18 5.982661940628262e-26 2.182077579524829e-15 17.65825678069886
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 5.438647675730158e-16 -3.824488115345634e-16 -0 0 0 3.552713678800502e-15
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.9186113733948528 -0.3951621751504341 4.433348983535511e-27 0.3951621751504341 -0.9186113733948528 2.471452994022254e-16 -9.766247408591612e-17 2.270304829137122e-16 1 1.387778780781446e-16 3.382710778154774e-16 -1.027167906221863e-18 3.731410689308538e-26 2.080144727474263e-15 16.83337480021304
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 3.121100750878867e-16 -2.960336943574292e-16 -0 0 0 0
2 0.07099997711181642 0.1600000141859064 0.2000000152587891 -0.9708355520230051 -0.2397463887698563 2.816837403269572e-27 0.2397463887698563 -0.9708355520230051 2.47145299399703e-16 -5.925219302978904e-17 2.399374431732769e-16 1 3.33066907387547e-16 -7.632783294297951e-17 2.633883420127624e-18 2.252321143922429e-26 1.97615901412752e-15 15.99188023342915
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 1.875377460453315e-16 7.339716485264881e-17 -0 0 0 -1.77635683940025e-15
2 0.07099997711181642 0.1600000141859064 0.2000000152587891 -0.9962647144517248 -0.08635171531836097 1.732743763525641e-27 0.08635171531836097 -0.9962647144517248 2.471452993979487e-16 -2.134142053415648e-17 2.46222141132933e-16 1 -8.326672684688674e-17 -9.020562075079397e-17 5.671645125644561e-18 1.311221177350242e-26 1.87022306130612e-15 15.13460353777332
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -1.517906607891752e-16 -3.074977256958799e-17 -0 0 0 0
2 0.07099997711167075 0.1600000141860041 0.2000000152587891 -0.9981681548422967 0.06050069965483693 2.696117258913816e-22 -0.06050069965483693 -0.9981681548422967 2.471462419276261e-16 1.495278967152393e-17 2.466934919694083e-16 1 -3.676253745865665e-12 -3.103337031795661e-12 8.056683233650421e-18 1.922653892186168e-21 1.762448136891684e-15 14.26239074602474
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -1.202488796969115e-16 -1.5079578376211e-16 -0 0 0 1.776356839383501e-15
2 0.07099997711172333 0.1600000141859552 0.2000000152587891 -0.9803158263490372 0.197435763248719 1.976674030598357e-22 -0.197435763248719 -0.9803158263490372 2.471460320898752e-16 4.879565925604048e-17 2.422811276504571e-16 1 -1.844219221780463e-12 -1.992517262294768e-12 9.799520083444998e-18 1.322009734985948e-21 1.652925344963158e-15 13.37610263038387
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 0 -0 0 0 0
2 0.07099997711176032 0.1600000141859291 0.2000000152587891 -0.946683473285941 0.3221651772108013 1.412778467021269e-22 -0.3221651772108013 -0.946683473285941 2.471458575713873e-16 7.962192274680407e-17 2.339688533391109e-16 1 -8.653217031806548e-13 -1.180583408810776e-12 1.094091200264159e-17 8.813345697732905e-22 1.54177171534983e-15 12.47661385467077
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 1.654491151357907e-16 3.795878340321182e-17 -0 0 0 0
2 0.0709999771117846 0.1600000141859161 0.2000000152587891 -0.9012143948134447 0.4333735277806394 9.807724713147092e-23 -0.4333735277806394 -0.9012143948134447 2.471457149015187e-16 1.071064987313662e-16 2.227312333816257e-16 1 -3.777395063409017e-13 -6.465245006026521e-13 1.154188712071723e-17 5.671224676839706e-22 1.429096878294939e-15 11.56481210984701
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 1.273146355770382e-16 -1.96013840377528e-16 -0 0 0 1.776356839397487e-15
2 0.07099997711179948 0.1600000141859101 0.2000000152587891 -0.8476405736970497 0.5305708791693494 6.583093545539727e-23 -0.5305708791693494 -0.8476405736970497 2.471456005280916e-16 1.311283143559983e-16 2.094906036903561e-16 1 -1.519201431321449e-13 -3.27002314115532e-13 1.167506382975349e-17 3.502731505689007e-22 1.315011970025006e-15 10.64159723834968
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -2.228395834425879e-17 -3.194638277404228e-16 -0 0 0 1.776356839398898e-15
2 0.070999977111808 0.1600000141859076 0.2000000152587891 -0.7893605031421628 0.6139299602390745 4.247426574721387e-23 -0.6139299602390745 -0.7893605031421628 2.47145510886341e-16 1.517300671992249e-16 1.950868787463447e-16 1 -5.556666238248908e-14 -1.520172876467996e-13 1.141732322918265e-17 2.061675448190901e-22 1.199629523874013e-15 9.70788034605012
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 7.82476955884749e-17 9.741112563700466e-17 -0 0 0 0
2 0.07099997711181256 0.1600000141859067 0.2000000152587891 -0.7293673554717981 0.6841222557204785 2.614313228120343e-23 -0.6841222557204785 -0.7293673554717981 2.471454424645538e-16 1.690777166578335e-16 1.802597999021804e-16 1 -1.797173521111972e-14 -6.397660179402465e-14 1.084407066170967e-17 1.145668250670591e-22 1.08306335980162e-15 8.764582903097272
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 1.443600181431364e-16 -2.617465481255759e-16 -0 0 0 8.881784196999974e-16
2 0.07099997711181481 0.1600000141859064 0.2000000152587891 -0.6702189982549305 0.7421633879262419 1.519571615368944e-23 -0.7421633879262419 -0.6702189982549305 2.471453918657399e-16 1.834222715218938e-16 1.656415256818742e-16 1 -4.961309141293668e-15 -2.424449530025186e-14 1.002508499775244e-17 5.93592982553335e-23 9.654284724149575e-16 7.812635834532736
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 4.090201018939507e-17 -6.932986170517108e-17 -0 0 0 8.881784197000779e-16
2 0.07099997711181583 0.1600000141859064 0.2000000152587891 -0.6140405061925213 0.7892745129261632 8.225284976492886e-24 -0.7892745129261632 -0.6140405061925213 2.471453558647921e-16 1.950655354228052e-16 1.5175725292634e-16 1 -1.27675647831893e-15 -7.799316747991725e-15 9.02182961253306e-18 2.818385094131428e-23 8.468409176100634e-16 6.852978601575277
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 3.590859299875944e-17 -3.670894605195295e-18 -0 0 0 0
2 0.07099997711181621 0.1600000141859064 0.2000000152587891 -0.5625499249495644 0.8267633167595424 4.064098477981523e-24 -0.8267633167595424 -0.5625499249495644 2.471453314607004e-16 2.043306962463434e-16 1.390315843048047e-16 1 -2.289834988289385e-16 -2.220446049250313e-15 7.886024923554276e-18 1.196177627515813e-23 7.274176979547049e-16 5.8865582744813
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -1.442822074061233e-17 1.540164837084453e-16 -0 0 0 -8.881784197001213e-16
2 0.07099997711181635 0.1600000141859063 0.2000000152587891 -0.5170988041449865 0.8559257133372176 1.778692556997993e-24 -0.8559257133372176 -0.5170988041449865 2.47145315923486e-16 2.115380317495215e-16 1.277985457916408e-16 1 1.908195823574488e-16 -5.412337245047638e-16 6.659250355397035e-18 4.370539878261813e-24 6.072766469394312e-16 4.914328597896137
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 9.879200447632301e-19 -1.827637097186102e-17 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.4787201552338473 0.8779675466512877 6.570190628435377e-25 -0.8779675466512877 -0.4787201552338473 2.471453068356001e-16 2.169855590233598e-16 1.183134390768139e-16 1 -4.336808689942018e-18 -4.85722573273506e-17 5.373343386594103e-18 1.293423834378971e-24 4.865363122280968e-16 3.937249049618721
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -4.324281799063015e-17 7.753732086429985e-17 -0 0 0 -4.440892098500624e-16
2 0.07099997711181641 0.1600000141859063 0.2000000152587891 -0.4481777848766416 0.8939444463405245 1.881129917282151e-25 -0.8939444463405245 -0.4481777848766416 2.471453021276124e-16 2.209341703604382e-16 1.107650338820591e-16 1 8.586881206085195e-17 -6.938893903907228e-18 4.051384573222471e-18 2.780577165242055e-25 3.653158380427613e-16 2.95628389370826
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.4260122452748998 0.9047173961386167 3.512898683752647e-26 -0.9047173961386167 -0.4260122452748998 2.471453001080628e-16 2.23596652396629e-16 1.05286924176393e-16 1 -4.85722573273506e-17 -3.469446951953614e-18 2.709090830054717e-18 3.464423181126816e-26 2.437348468209914e-16 1.972401228867551
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -1.197907961083783e-18 1.58019682130611e-18 -0 0 0 0
2 0.07099997711181641 0.1600000141859063 0.2000000152587891 -0.4125798284565302 0.9109214483975993 2.738974366733929e-27 -0.9109214483975993 -0.4125798284565302 2.471452994873996e-16 2.251299541748505e-16 1.019671652638541e-16 1 2.504507018441515e-17 1.734723475976807e-18 1.356477068022569e-18 1.351096863514e-27 1.219133202860237e-16 0.9865720330419583
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711171345 0.1600000141859114 0.2000000152587891 -0.4080820618133089 0.9129452507276647 3.706498560495001e-24 -0.9129452507276647 -0.4080820618133089 2.471460509034463e-16 2.256308149209545e-16 1.008558666378651e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.0709999771118164 0.1600000141859063 0.2000000152587891 -0.408082061813392 0.9129452507276277 1.124126789939942e-29 -0.9129452507276277 -0.408082061813392 2.4714529939596e-16 2.256301273232039e-16 1.008555633449812e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 2.465190328815662e-32 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445251e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.408082061813392 0.9129452507276277 0 -0.9129452507276277 -0.408082061813392 2.471452993948174e-16 2.256301273221562e-16 1.008555633445252e-16 1 0 0 0 0 0 0

File diff suppressed because one or more lines are too long

View File

@@ -1,174 +0,0 @@
#-----------------------------------------------------------------------------
# [Data Block]
begin: data;
problem: initial value;
end: data;
#-----------------------------------------------------------------------------
# [Problem Block]
begin: initial value;
initial time: 0.0;
final time: 4.0;
time step: 0.01;
max iterations: 100;
tolerance: 1e-06;
derivatives tolerance: 0.0001;
derivatives max iterations: 100;
derivatives coefficient: auto;
end: initial value;
#-----------------------------------------------------------------------------
# [Control Data Block]
begin: control data;
max iterations: 1000;
default orientation: orientation matrix;
omega rotates: no;
print: none;
initial stiffness: 1.0, 1.0;
structural nodes: 2;
rigid bodies: 1;
joints: 2;
end: control data;
#-----------------------------------------------------------------------------
# [Design Variables]
#Generic bodies
#body: 2
set: integer body_2 = 2; #body label
set: real mass_2 = 12.635833504434357; #mass [kg]
set: real volume_2 = 0.0015994725954980198; #volume [m^3]
#Nodes
#node: 1
set: integer structural_node_1 = 1; #node label
#node: 2
set: integer structural_node_2 = 2; #node label
#Joints
#joint: 1
set: integer joint_1 = 1; #joint label
#joint: 2_3
set: integer joint_2 = 2; #joint label
set: integer joint_3 = 3; #joint label
#Nodes: initial conditions
#node: 1
set: real Px_1 = -0.13221311939246777; #X component of the absolute position [m]
set: real Py_1 = 0.04215394533365132; #Y component of the absolute position [m]
set: real Pz_1 = 0.2000000152587891; #Z component of the absolute position [m]
set: real Vx_1 = 0.0; #X component of the absolute velocity [m/s]
set: real Vy_1 = 0.0; #Y component of the absolute velocity [m/s]
set: real Vz_1 = 0.0; #Z component of the absolute velocity [m/s]
set: real Wx_1 = 0.0; #X component of the absolute angular velocity [rad/s]
set: real Wy_1 = 0.0; #Y component of the absolute angular velocity [rad/s]
set: real Wz_1 = 0.0; #Z component of the absolute angular velocity [rad/s]
#node: 2
set: real Px_2 = 0.42576986140770334; #X component of the absolute position [m]
set: real Py_2 = 0.17328227933817877; #Y component of the absolute position [m]
set: real Pz_2 = 0.302175885912376; #Z component of the absolute position [m]
set: real Vx_2 = 0.0; #X component of the absolute velocity [m/s]
set: real Vy_2 = 0.0; #Y component of the absolute velocity [m/s]
set: real Vz_2 = 0.0; #Z component of the absolute velocity [m/s]
set: real Wx_2 = 0.0; #X component of the absolute angular velocity [rad/s]
set: real Wy_2 = 0.0; #Y component of the absolute angular velocity [rad/s]
set: real Wz_2 = 0.0; #Z component of the absolute angular velocity [rad/s]
#-----------------------------------------------------------------------------
# [Intermediate Variables]
#Moments of inertia and relative center of mass
#body 2:
set: real Ixx_2 = 0.08708924866282601; #moment of inertia [kg*m^2]
set: real Iyy_2 = 0.085370944710882; #moment of inertia [kg*m^2]
set: real Izz_2 = 0.064597123189377; #moment of inertia [kg*m^2]
set: real Rx_2 = -0.003947705364974695; #X component of the relative center of mass [m]
set: real Ry_2 = 0.010426613861126484; #Y component of the relative center of mass [m]
set: real Rz_2 = -1.1368683772161603e-16; #Z component of the relative center of mass [m]
#-----------------------------------------------------------------------------
# [Nodes Block]
begin: nodes;
structural: structural_node_1,
static,
Px_1, Py_1, Pz_1, #<absolute_position> [m]
3, 0.0, 0.0, 1.0, 2, 0.0, 1.0, 0.0, #<absolute_orientation_matrix>
Vx_1, Vy_1, Vz_1, #<absolute_velocity> [m/s]
Wx_1, Wy_1, Wz_1; #<absolute_angular_velocity> [rad/s]
structural: structural_node_2,
dynamic,
Px_2, Py_2, Pz_2, #<absolute_position> [m]
3, -0.1066546951805642, 0.2196963614042295, 0.969720725148062, 2, 0.4234982246408653, -0.8723574602808866, 0.24421653346634187, #<absolute_orientation_matrix>
Vx_2, Vy_2, Vz_2, #<absolute_velocity> [m/s]
Wx_2, Wy_2, Wz_2; #<absolute_angular_velocity> [rad/s]
end: nodes;
#-----------------------------------------------------------------------------
# [Elements Block]
begin: elements;
#-----------------------------------------------------------------------------
# [Bodies]
body: body_2,
structural_node_2, #<node_label>
mass_2, #<mass> [kg]
Rx_2, Ry_2, Rz_2, #<relative_center_of_mass> [m]
diag, Ixx_2, Iyy_2, Izz_2, #<inertia matrix> [kg*m^2]
orientation, 3, 0.0028768192094494223, -0.0016134085099385742, 1.0006943193724125, 2, 0.3504771628806489, -0.9326094659776577, -0.002311334679062277;
#-----------------------------------------------------------------------------
# [Joints]
joint: joint_1,
clamp,
structural_node_1, #<node_label>
-0.13221311939246777, 0.04215394533365132, 0.2000000152587891, #<absolute_pin_position> [m]
3, 0.0, 0.0, 1.0, 2, 0.0, 1.0, 0.0; #<absolute_orientation_matrix>
joint: joint_2,
total joint,
structural_node_1, #<node_1_label>
position, 0.20321309650428418, 0.11784606885225504, -2.842170943040401e-17, #<relative_position_1> [m]
position orientation, 3, 0.0, 2.471452993948174e-16, 1.0, 2, -0.0, 1.0, -2.471452993948174e-16, #<relative_pin_orientation_matrix_1>
rotation orientation, 3, 0.0, 2.471452993948174e-16, 1.0, 2, -0.0, 1.0, -2.471452993948174e-16, #<relative_pin_orientation_matrix_1>
structural_node_2, #<node_2_label>
position, 0.0, 0.0, 0.0, #<relative_position_2> [m]
position orientation, 3, 0.0, 0.0, 1.0, 2, 0.0, 1.0, 0.0, #<relative_pin_orientation_matrix_2>
rotation orientation, 3, 0.0, 0.0, 1.0, 2, 0.0, 1.0, 0.0, #<relative_pin_orientation_matrix_2>
position constraint,
active, active, active,
null,
orientation constraint,
active, active, rotation,
single, 0., 0., 1., string, "model::drive(1, Time)"; #<angle> [rad]
#-----------------------------------------------------------------------------
# [Drive callers]
drive caller: 1, name,"drive:1", sine, 0.25, 3.1416, 10.0, forever, 0.0;
end: elements;

View File

@@ -1,802 +0,0 @@
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -1 1.224646799147353e-16 3.262652233999262e-55 -1.224646799147353e-16 -1 2.471452993948174e-16 3.026656998281774e-32 2.471452993948174e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -1 1.224646799147353e-16 0 -1.224646799147353e-16 -1 2.471452993948174e-16 3.026656998281774e-32 2.471452993948174e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -1 1.224646799147353e-16 0 -1.224646799147353e-16 -1 2.471452993948174e-16 3.026656998281774e-32 2.471452993948174e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -1 1.224646799147353e-16 0 -1.224646799147353e-16 -1 2.471452993948174e-16 3.026656998281774e-32 2.471452993948174e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -1 1.224646799147353e-16 0 -1.224646799147353e-16 -1 2.471452993948174e-16 3.026656998281774e-32 2.471452993948174e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -1 1.224646799147353e-16 0 -1.224646799147353e-16 -1 2.471452993948174e-16 3.026656998281774e-32 2.471452993948174e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -1 1.224646799147353e-16 0 -1.224646799147353e-16 -1 2.471452993948174e-16 3.026656998281774e-32 2.471452993948174e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -1 1.224646799147353e-16 0 -1.224646799147353e-16 -1 2.471452993948174e-16 3.026656998281774e-32 2.471452993948174e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -1 1.224646799147353e-16 0 -1.224646799147353e-16 -1 2.471452993948174e-16 3.026656998281774e-32 2.471452993948174e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -1 1.224646799147353e-16 0 -1.224646799147353e-16 -1 2.471452993948174e-16 3.026656998281774e-32 2.471452993948174e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -1 1.224646799147353e-16 0 -1.224646799147353e-16 -1 2.471452993948174e-16 3.026656998281774e-32 2.471452993948174e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -1 1.224646799147353e-16 0 -1.224646799147353e-16 -1 2.471452993948174e-16 3.026656998281774e-32 2.471452993948174e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -1 1.224646799147353e-16 0 -1.224646799147353e-16 -1 2.471452993948174e-16 3.026656998281774e-32 2.471452993948174e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -1 1.224646799147353e-16 0 -1.224646799147353e-16 -1 2.471452993948174e-16 3.026656998281774e-32 2.471452993948174e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -1 1.224646799147353e-16 0 -1.224646799147353e-16 -1 2.471452993948174e-16 3.026656998281774e-32 2.471452993948174e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -1 1.224646799147353e-16 0 -1.224646799147353e-16 -1 2.471452993948174e-16 3.026656998281774e-32 2.471452993948174e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -1 1.224646799147353e-16 0 -1.224646799147353e-16 -1 2.471452993948174e-16 3.026656998281774e-32 2.471452993948174e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -1 1.224646799147353e-16 0 -1.224646799147353e-16 -1 2.471452993948174e-16 3.026656998281774e-32 2.471452993948174e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -1 1.224646799147353e-16 0 -1.224646799147353e-16 -1 2.471452993948174e-16 3.026656998281774e-32 2.471452993948174e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -1 1.224646799147353e-16 0 -1.224646799147353e-16 -1 2.471452993948174e-16 3.026656998281774e-32 2.471452993948174e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -1 1.224646799147353e-16 0 -1.224646799147353e-16 -1 2.471452993948174e-16 3.026656998281774e-32 2.471452993948174e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -1 1.224646799147353e-16 0 -1.224646799147353e-16 -1 2.471452993948174e-16 3.026656998281774e-32 2.471452993948174e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -1 1.224646799147353e-16 0 -1.224646799147353e-16 -1 2.471452993948174e-16 3.026656998281774e-32 2.471452993948174e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -1 1.224646799147353e-16 0 -1.224646799147353e-16 -1 2.471452993948174e-16 3.026656998281774e-32 2.471452993948174e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -0 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -1 1.224646799147353e-16 0 -1.224646799147353e-16 -1 2.471452993948174e-16 3.026656998281774e-32 2.471452993948174e-16 1 0 0 0 0 0 0
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -1.110223024625157e-16 -4.163336342344337e-17 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -1 1.898821519314986e-15 -2.155030799862896e-31 -1.898821519314986e-15 -1 2.471452993948174e-16 2.537817329021346e-31 2.471452993948174e-16 1 -5.551115123125783e-17 -3.33066907387547e-16 1.532561739687727e-17 0 3.882158362893792e-15 31.416
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -4.085683879132769e-16 6.863365061966144e-16 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.9510722564793356 0.3089685468705591 1.179977051182869e-24 -0.3089685468705591 -0.9510722564793356 2.47145300780559e-16 7.63601255703e-17 2.350530385270545e-16 1 -4.440892098500626e-16 7.216449660063518e-16 2.706876297822387e-17 1.852593362143467e-23 3.880242764889187e-15 31.40049802795534
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 1.007438595225288e-15 -3.144602974727113e-16 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.8092590162976676 0.5874519933925932 1.168930058770307e-24 -0.5874519933925932 -0.8092590162976676 2.471453007681429e-16 1.451860005398247e-16 2.000045622955282e-16 1 8.326672684688674e-17 -3.33066907387547e-16 3.61097432665823e-17 1.832532086981825e-23 3.874497795873311e-15 31.3540074104677
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -8.833710121036867e-16 8.972797368607273e-17 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.5889112129625158 0.808197737714613 1.147127410138244e-24 -0.808197737714613 -0.5889112129625158 2.471453007436259e-16 1.997422736233523e-16 1.455466379118087e-16 1 -1.748601263784622e-15 5.551115123125783e-17 4.155422518126672e-17 1.79391077840422e-23 3.864929147236912e-15 31.27657402837826
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 3.213698561892433e-16 -9.492716797038202e-16 -0 0 0 3.552713678800502e-15
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.3121555125233153 0.9500310184416645 1.115139519513888e-24 -0.9500310184416645 -0.3121555125233153 2.471453007076255e-16 2.347957020824339e-16 7.71477669507006e-17 1 -9.8879238130678e-17 -2.220446049250313e-16 4.289815473249976e-17 1.737848741288311e-23 3.851546262136901e-15 31.16827429944383
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 6.939038156741217e-17 -4.440799778606114e-16 -0 0 0 3.552713678800502e-15
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.006448003728825888 0.9999792114078737 1.07379273102141e-24 -0.9999792114078737 -0.006448003728825888 2.471453006610375e-16 2.4714016286511e-16 1.593592746453756e-18 1 -3.747002708109903e-16 2.775557561562891e-16 4.007618742445854e-17 1.665947264664082e-23 3.834362347943772e-15 31.02921510292152
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -2.603738066292697e-16 -1.589460763205428e-16 -0 0 0 0
2 0.07099997711181641 0.1600000141859063 0.2000000152587891 0.2984050673345061 0.9544393201189318 1.024135514759558e-24 -0.9544393201189318 0.2984050673345061 2.471453006049998e-16 2.358851923744178e-16 -7.374941104591691e-17 1 5.273559366969494e-16 -2.220446049250313e-16 3.345702491915091e-17 1.580217174700464e-23 3.813394363206697e-15 30.85953367409124
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.5733928234415597 0.8192805807693212 9.673969036927142e-25 -0.8192805807693212 0.5733928234415597 2.471453005408496e-16 2.024813448068172e-16 -1.417113424700001e-16 1 -2.220446049250313e-16 -2.498001805406602e-16 2.378801590550677e-17 1.482990304790246e-23 3.788663000916501e-15 30.65939746882048
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 3.499022912367853e-16 1.100838715619569e-16 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.7932378927134892 0.6089118536894014 9.049385580249528e-25 -0.6089118536894014 0.7932378927134892 2.471453004700719e-16 1.50489702322024e-16 -1.960450178899498e-16 1 3.33066907387547e-16 1.110223024625157e-16 1.209811627411262e-17 1.376818955227702e-23 3.760192668083023e-15 30.42900399830474
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -8.659304578465252e-17 -3.014173357677963e-16 -0 0 0 0
2 0.07099997711181642 0.1600000141859064 0.2000000152587891 0.9387969574885888 0.3444710040194512 8.382027620100503e-25 -0.3444710040194512 0.9387969574885888 2.471453003942454e-16 8.513438897859237e-17 -2.320192563564574e-16 1 0 1.266348137463069e-16 -4.265876960243834e-19 1.264369367404105e-23 3.728011461647135e-15 30.16858063414698
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.998678502876436 0.05139307241720751 7.686604785393991e-25 -0.05139307241720751 0.998678502876436 2.471453003149861e-16 1.270155554901588e-17 -2.468186985510213e-16 1 -1.110223024625157e-16 5.828670879282072e-16 -1.257780316193578e-17 1.148316661093696e-23 3.69215114075121e-15 29.87838438396823
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -1.113729046786965e-15 1.009551184774434e-16 -0 0 0 0
2 0.07099997711181641 0.1600000141859063 0.2000000152587891 0.9699443924398042 -0.2433266848797704 6.97759938368073e-25 0.2433266848797704 0.9699443924398042 2.47145300233894e-16 -6.013704726631732e-17 -2.397171979099337e-16 1 -3.885780586188048e-16 2.775557561562891e-17 -2.325321928763525e-17 1.031243891072698e-23 3.652647095395487e-15 29.55870163777087
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -3.416093507032991e-16 5.952758343685377e-17 -0 0 0 0
2 0.07099997711181641 0.1600000141859063 0.2000000152587891 0.8578828882703378 -0.5138452588211194 6.268794486682116e-25 0.5138452588211194 0.8578828882703378 2.471453001525008e-16 -1.269944412610742e-16 -2.120217235951479e-16 1 5.273559366969494e-16 5.551115123125783e-17 -3.156301217742342e-17 9.15552676574321e-24 3.609538311511301e-15 29.20984788530503
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 1.090872426876118e-15 -6.553517879297612e-16 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.6749532261446649 -0.7378605169792655 5.572861149577107e-25 0.7378605169792655 0.6749532261446649 2.471453000722265e-16 -1.823587592564308e-16 -1.668115171990411e-16 1 1.137978600240785e-15 -5.551115123125783e-16 -3.690383485587307e-17 8.033883309932904e-24 3.562867332485695e-15 28.83216740471676
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -1.619042438300698e-16 -1.915241185832155e-16 -0 0 -0 0
2 0.0709999771118164 0.1600000141859064 0.2000000152587891 0.4390910776603131 -0.8984425554920609 4.901021473410294e-25 0.8984425554920609 0.4390910776603131 2.471452999943412e-16 -2.220458551199674e-16 -1.085192956728681e-16 1 -1.873501354054952e-16 -6.106226635438361e-16 -3.89946698857788e-17 6.965829739212203e-24 3.512680217175428e-15 28.42603292278555
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 1.295984789820139e-15 6.972661538966841e-16 -0 0 0 -7.105427357601003e-15
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.171620327541074 -0.9851631657622479 4.26279059981284e-25 0.9851631657622479 0.171620327541074 2.471452999199374e-16 -2.434784461455439e-16 -4.241515690254219e-17 1 2.241262730962035e-15 -7.216449660063518e-16 -3.787434219354609e-17 5.966168436821901e-24 3.459026494451794e-15 27.99184524708619
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.1049643579706646 -0.9944759844037493 3.665822081939102e-25 0.9944759844037493 -0.1049643579706646 2.4714529984991e-16 -2.45780065320521e-16 2.594144808877039e-17 1 3.885780586188048e-16 -5.551115123125783e-17 -3.386530793267453e-17 5.046010508612036e-24 3.401959114321183e-15 27.53003287043836
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.369095789866512 -0.9293913588487982 3.115830230971275e-25 0.9293913588487982 -0.369095789866512 2.471452997849474e-16 -2.296947058852219e-16 9.122028992550363e-17 1 1.665334536937735e-16 2.775557561562891e-17 -2.751193328252007e-17 4.212766316711027e-24 3.341534395669515e-15 27.04105154803381
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 4.170821386924521e-16 4.266687790066255e-16 -0 0 0 -3.5527136788005e-15
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.6019095064378016 -0.798564303021242 2.616609467863473e-25 0.798564303021242 -0.6019095064378016 2.471452997255311e-16 -1.973614138627985e-16 1.487591055851701e-16 1 8.326672684688674e-16 -2.498001805406602e-16 -1.950350643955279e-17 3.470328495255687e-24 3.277811970682228e-15 26.52538384765904
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -1.797001090975473e-17 1.285850008272732e-16 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.7885553862960237 -0.6149637409990354 2.170125781902926e-25 0.6149637409990354 -0.7885553862960237 2.47145299671943e-16 -1.519853978854593e-16 1.948877573875104e-16 1 -7.771561172376096e-16 1.52655665885959e-16 -1.059262620496721e-17 2.81937743677677e-24 3.210854725994513e-15 25.9835386734569
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 5.436490288098761e-16 -1.72170261210847e-16 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.9189759102026094 -0.3943136777583117 1.776675488967157e-25 0.3943136777583117 -0.9189759102026094 2.471452996242802e-16 -9.74527718722576e-17 2.271205767445763e-16 1 4.440892098500626e-16 -1.838806884535416e-16 -1.518574755745684e-18 2.257803727213716e-24 3.140728740629935e-15 25.41605076369724
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -8.693033136076024e-17 2.040382710158975e-16 -0 0 0 0
2 0.07099997711181642 0.1600000141859064 0.2000000152587891 -0.9881496766029162 -0.1534933765005908 1.435093724996044e-25 0.1534933765005908 -0.9881496766029162 2.471452995824759e-16 -3.793516637735554e-17 2.442165478783822e-16 1 -1.110223024625157e-16 5.967448757360216e-16 7.056814530871374e-18 1.781201085372797e-24 3.067503220788614e-15 24.82348016305238
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 5.5742132037053e-17 7.462952219178092e-16 -0 0 0 -3.552713678800502e-15
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.9958562617296081 0.09094122263270041 1.142996928275532e-25 -0.09094122263270041 -0.9958562617296081 2.471452995463235e-16 2.24756958224937e-17 2.461211940998513e-16 1 5.273559366969494e-16 5.551115123125783e-17 1.459597436246049e-17 1.383392705714232e-24 2.991250431549285e-15 24.20641166989803
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -5.867615265531219e-16 -5.251687050992423e-17 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.9460598338366375 0.3239919610129143 8.970455362820542e-26 -0.3239919610129143 -0.9460598338366375 2.471452995155029e-16 8.007309033001771e-17 2.338142409640791e-16 1 -5.828670879282072e-16 -2.775557561562891e-17 2.071310259823651e-17 1.05696425715317e-24 2.912045625552607e-15 23.56545425918522
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 9.185896294103078e-16 -8.45355672124704e-16 -0 0 0 3.552713678800501e-15
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.8460318866614116 0.5331322976073879 6.932091785321517e-26 -0.5331322976073879 -0.8460318866614116 2.471452994896092e-16 1.317611414184091e-16 2.090928039697365e-16 1 4.718447854656915e-16 -1.665334536937735e-16 2.518288336984825e-17 7.937674228362602e-25 2.829966968736092e-15 22.90124048145269
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -1.219901201802679e-16 -3.409914571470565e-16 -0 0 0 3.552713678800501e-15
2 0.0709999771118164 0.1600000141859064 0.2000000152587891 -0.7053387004592784 0.7088704519405618 5.270205911863398e-26 -0.7088704519405618 -0.7053387004592784 2.47145299468179e-16 1.751940001661663e-16 1.743211443141456e-16 1 -5.273559366969494e-16 5.551115123125783e-17 2.793296005017657e-17 5.853732486431203e-25 2.745095463193886e-15 22.21442583857299
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 3.064144383824725e-16 4.221486455939043e-16 -0 0 0 -3.552713678800502e-15
2 0.07099997711181641 0.1600000141859063 0.2000000152587891 -0.5348095038057536 0.8449726591074078 3.938124293950719e-26 -0.8449726591074078 -0.5348095038057536 2.471452994507154e-16 2.08831020883829e-16 1.321756549338854e-16 1 1.346145417358002e-15 -2.775557561562891e-16 2.902397949390962e-17 4.234605339226391e-25 2.657514867237527e-15 21.50568813684823
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -8.133922925117816e-17 1.302276256075585e-16 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.3455809620202697 0.9383889378552717 2.8892153913236e-26 -0.9383889378552717 -0.3455809620202697 2.471452994367117e-16 2.319184150443235e-16 8.540871031101435e-17 1 -1.153591111524577e-16 8.326672684688674e-17 2.862159886836107e-17 3.001278506328968e-25 2.567311612736585e-15 20.77572681809404
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -5.122019859752062e-16 4.666282299616571e-16 -0 0 0 -3.552713678800502e-15
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.1482871953721699 0.9889443400357049 2.078544947263556e-26 -0.9889443400357049 -0.1482871953721699 2.471452994256697e-16 2.444129450365278e-16 3.664848328069204e-17 1 -8.326672684688674e-17 -3.05311331771918e-16 2.696478476218441e-17 2.08117086800181e-25 2.474574719820697e-15 20.02526226937154
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -2.917637587656067e-16 1.940691352638942e-16 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.04756359539707115 0.9988682117241011 1.464244169225981e-26 -0.9988682117241011 0.04756359539707115 2.471452994171155e-16 2.468655832640952e-16 -1.175511904038955e-17 1 -2.498001805406602e-16 1.942890293094024e-16 2.433418956070696e-17 1.409702326239e-25 2.379395709027232e-15 19.25503511204917
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -3.425789779697629e-16 2.698491246557072e-17 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.2340110637864592 0.9722339337965579 1.008405825524677e-26 -0.9722339337965579 0.2340110637864592 2.471452994106113e-16 2.40283046662947e-16 -5.783473443470418e-17 1 -3.33066907387547e-16 0 2.102354161242314e-17 9.310511112348361e-26 2.281868510981254e-15 18.46580547089524
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 6.070944920629368e-17 -3.806847144027609e-17 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.4048702351329834 0.9143741535626226 6.776364479655069e-27 -0.9143741535626226 0.4048702351329834 2.471452994057632e-16 2.259832739483821e-16 -1.000617754886191e-16 1 -2.775557561562891e-17 2.775557561562891e-17 1.731600911902212e-17 5.98295776346772e-26 2.182089373696953e-15 17.65835222392313
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.5557877222720876 0.831324249478869 4.433570850665103e-27 -0.831324249478869 0.5557877222720876 2.471452994022257e-16 2.054578805353215e-16 -1.373603230287019e-16 1 -5.551115123125783e-17 4.163336342344337e-17 1.346654128437604e-17 3.731627626057474e-26 2.080156767592015e-15 16.83347223372909
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 3.582402600677117e-16 -3.846176639463365e-16 -0 0 0 1.776356839400251e-15
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.6841597374332061 0.7293321970647713 2.816948336834369e-27 -0.7293321970647713 0.6841597374332061 2.471452993997032e-16 1.80251024203489e-16 -1.690868631472066e-16 1 -3.05311331771918e-16 -2.775557561562891e-17 9.69036168936196e-18 2.25242468191624e-26 1.976171288308697e-15 15.99197956108138
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 5.48633483161264e-17 3.284661409961871e-17 -0 0 0 0
2 0.07099997711181641 0.1600000141859063 0.2000000152587891 0.7889493281036016 0.6144582635825444 1.732856237834393e-27 -0.6144582635825444 0.7889493281036016 2.471452993979488e-16 1.518604715192846e-16 -1.9498511790504e-16 1 4.996003610813204e-16 4.85722573273506e-17 6.157151261173365e-18 1.311313621987573e-26 1.870235557437534e-15 15.13470466153689
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 3.79153695480109e-16 -1.377844775687358e-16 -0 0 0 0
2 0.07099997711188544 0.1600000141857451 0.2000000152587891 0.8704399288136611 0.4922746492831706 2.696211422004506e-22 -0.4922746492831706 0.8704399288136611 2.471462419543568e-16 1.216635948907268e-16 -2.151260899809674e-16 1 4.773625938980786e-12 6.036317279356496e-13 2.990024132279611e-18 1.922734902956442e-21 1.762460842880184e-15 14.26249356610226
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 2.298342162148561e-16 2.560538547328624e-16 -0 0 0 -1.776356839383501e-15
2 0.07099997711186795 0.1600000141858147 0.2000000152587891 0.9299585726360381 0.3676643213323026 1.976748585565175e-22 -0.3676643213323026 0.9299585726360381 2.471460321122787e-16 9.08665943371031e-17 -2.298356439337878e-16 1 2.631950213327627e-12 6.688642695262814e-13 2.682430278258322e-19 1.322069917874661e-21 1.652938247979574e-15 13.37620704530383
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -1.021705809001623e-16 -2.372932451626779e-16 -0 0 0 1.776356839390609e-15
2 0.0709999771118511 0.1600000141858568 0.2000000152587891 0.9695962373704048 0.2447103113421126 1.412836239064773e-22 -0.2447103113421126 0.9695962373704048 2.471458575898619e-16 6.047900276965839e-17 -2.396317281743716e-16 1 1.368266611123659e-12 5.194247809647834e-13 -1.967605221575097e-18 8.813780911554758e-22 1.541784802668281e-15 12.47671976138779
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -5.905014183180642e-17 6.676289617901263e-17 -0 0 0 0
2 0.07099997711183781 0.1600000141858809 0.2000000152587891 0.9919459756903732 0.1266616805181165 9.808161585548995e-23 -0.1266616805181165 0.9919459756903732 2.471457149164763e-16 3.130379429250807e-17 -2.451552097437012e-16 1 6.687983500341943e-13 3.37105343639621e-13 -3.708915688607838e-18 5.67152991177584e-22 1.429110137007157e-15 11.56491940384343
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 0 -0 0 0 0
2 0.07099997711182857 0.160000014185894 0.2000000152587891 0.999872632868946 0.01595988846207753 6.583414773744784e-23 -0.01595988846207753 0.999872632868946 2.471456005399494e-16 3.944350392748131e-18 -2.471141233645617e-16 1 3.053529651353415e-13 1.920200110028247e-13 -4.97184503332485e-18 3.502938163595756e-22 1.315025387052973e-15 10.64170581373879
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 1.191303767200474e-16 5.799712430469158e-17 -0 0 0 0
2 0.07099997711182275 0.1600000141859007 0.2000000152587891 0.9963217560559945 -0.08569106376687931 4.247655170279833e-23 0.08569106376687931 0.9963217560559945 2.471455108955141e-16 -2.117820405415805e-17 -2.462364457769136e-16 1 1.291328155517135e-13 9.73388036840106e-14 -5.790262222073707e-18 2.061809716261275e-22 1.199643085982791e-15 9.707990095680641
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -7.488044910110986e-17 -2.348576788911707e-16 -0 0 0 1.776356839399635e-15
2 0.07099997711181945 0.160000014185904 0.2000000152587891 0.984170147975685 -0.1772261826974737 2.614469728263177e-23 0.1772261826974737 0.984170147975685 2.471454424714471e-16 -4.380066907112327e-17 -2.432331620551154e-16 1 4.940492459581947e-14 4.408973186542653e-14 -6.209371464517295e-18 1.14575132031236e-22 1.083077053612352e-15 8.764693718659048
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 0 -0 0 0 0
2 0.07099997711181771 0.1600000141859054 0.2000000152587891 0.9661165882083815 -0.2581060595735726 1.519673859137833e-23 0.2581060595735726 0.9661165882083815 2.471453918707419e-16 -6.378973791934488e-17 -2.387712588632143e-16 1 1.761091272811655e-14 1.761785162202045e-14 -6.280314450750553e-18 5.936414154081681e-23 9.654422844180474e-16 7.812747606663676
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -3.612908315644571e-17 1.926597114249138e-16 -0 0 0 -8.881784197000779e-16
2 0.07099997711181691 0.160000014185906 0.2000000152587891 0.9446085335467146 -0.3281992052865537 8.225915288682109e-24 0.3281992052865537 0.9446085335467146 2.471453558682674e-16 -8.111291715649765e-17 -2.334556094798661e-16 1 5.460909502374989e-15 6.036837696399289e-15 -6.055895201372187e-18 2.818647395312795e-23 8.468548341785016e-16 6.853091219969265
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 1.216373751031231e-16 -9.924219729607169e-17 -0 0 0 8.8817841970011e-16
2 0.07099997711181658 0.1600000141859063 0.2000000152587891 0.9217989919676378 -0.3876681808034375 4.064459388008638e-24 0.3876681808034375 0.9217989919676378 2.471453314629852e-16 -9.581038478893261e-17 -2.278183158364259e-16 1 1.484923295436147e-15 1.824929096727601e-15 -5.587444673535438e-18 1.196306889770705e-23 7.274317053575414e-16 5.886671627997054
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -3.675329588516669e-17 1.984437046789452e-16 -0 0 0 -8.881784197001213e-16
2 0.07099997711181646 0.1600000141859063 0.2000000152587891 0.8995270519153759 -0.4368650625449839 1.778879923788934e-24 0.4368650625449839 0.8995270519153759 2.471453159248818e-16 -1.079691554993739e-16 -2.223138966514726e-16 1 3.816391647148976e-16 4.718447854656915e-16 -4.922754017119513e-18 4.371101596530137e-24 6.072907313553717e-16 4.914442574666912
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.8793155251113702 -0.4762396532189599 6.571038777168006e-25 0.4762396532189599 0.8793155251113702 2.4714530683637e-16 -1.177003958002479e-16 -2.173187049466944e-16 1 7.979727989493313e-17 1.387778780781446e-17 -4.104951107950524e-18 1.293628445176262e-24 4.865504597592014e-16 3.937363537162669
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -1.998982135384696e-17 -1.495990171976398e-17 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.8623796199760426 -0.5062621761992262 1.881442873194395e-25 0.5062621761992262 0.8623796199760426 2.471453021279767e-16 -1.251203186549765e-16 -2.131330716327384e-16 1 -1.040834085586084e-17 -1.040834085586084e-17 -3.172168320173829e-18 2.781147610284143e-25 3.653300347282466e-16 2.956398779039478
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 1.73594644090182e-17 2.284533767000398e-17 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.8496413251533054 -0.5273609945679858 3.513719592132143e-26 0.5273609945679858 0.8496413251533054 2.47145300108196e-16 -1.303347912977156e-16 -2.09984860270809e-16 1 -4.336808689942018e-17 2.42861286636753e-17 -2.157843092927474e-18 3.46543390916163e-26 2.437490786511006e-16 1.972516398607551
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -2.71454630997025e-17 7.300975003473407e-19 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.8417451086101542 -0.5398751449463847 2.740022072623676e-27 0.5398751449463847 0.8417451086101542 2.471452994874285e-16 -1.334276043858995e-16 -2.080333469580554e-16 1 -2.688821387764051e-17 0 -1.091499457962449e-18 1.351768627878602e-27 1.219275732159616e-16 0.9866873735315668
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 4.954700572080904e-21 1.45024828315218e-21 -0 0 0 0
2 0.07099997711190016 0.1600000141858461 0.2000000152587891 0.8390715291131038 -0.5440211108328405 3.709099743048249e-24 0.5440211108328405 0.8390715291131038 2.471460512550153e-16 -1.344526724539036e-16 -2.073732131229826e-16 1 -1.400187813458721e-17 -1.925941163819465e-17 1.28121963586258e-22 -2.140102547509315e-28 -1.426000729724546e-20 -0.0001153974115696585
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -3.687965163922973e-19 2.028629534937813e-17 -0 0 0 -1.110223024614862e-16
2 0.0709999771118988 0.1600000141858439 0.2000000152587891 0.8417463544068977 -0.5398732025602839 -3.714304228218429e-24 0.5398732025602839 0.8417463544068977 2.471460519585645e-16 -1.334275274444985e-16 -2.080342902474327e-16 1 -1.224315787640151e-13 -1.632374790894175e-13 1.09175608497466e-18 1.832856948530761e-24 -1.219564503856818e-16 -0.9869180544800167
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 4.644883072086545e-17 1.473896972849663e-18 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.8496437577866555 -0.5273570752859691 -2.742117484403169e-27 0.5273570752859691 0.8496437577866555 2.471452994874862e-16 -1.303338223060658e-16 -2.099854609773023e-16 1 4.683753385137379e-17 6.938893903907228e-18 2.158087447209478e-18 2.704757524969968e-27 -2.437775416889376e-16 -1.972746738007702
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 7.794741470621441e-18 -1.346396619271669e-17 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.8623831200490358 -0.5062562140403714 -3.515358943700805e-26 0.5062562140403714 0.8623831200490358 2.471453001084626e-16 -1.251188439204658e-16 -2.131339350307881e-16 1 1.387778780781446e-17 -1.387778780781446e-17 3.172397167735591e-18 5.196803637227748e-26 -3.65358425097875e-16 -2.956628549582235
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -4.463462978041261e-17 -2.135527647219493e-17 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.8793199100577921 -0.4762315568879874 -1.882069278056947e-25 0.4762315568879874 0.8793199100577921 2.471453021287052e-16 -1.176983918448112e-16 -2.173197849286489e-16 1 -4.163336342344337e-17 -3.469446951953614e-17 4.105157085742133e-18 3.705410819948585e-25 -4.865787455302527e-16 -3.937592512091195
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 3.420043094441831e-17 1.622856979629375e-16 -0 0 0 -8.881784197001244e-16
2 0.07099997711181641 0.1600000141859063 0.2000000152587891 0.8995320724596262 -0.4368547248416684 -6.572735937449879e-25 0.4368547248416684 0.8995320724596262 2.471453068379097e-16 -1.079665944233461e-16 -2.223151303457082e-16 1 -2.081668171172169e-17 -5.551115123125783e-17 4.922928704762506e-18 1.615141550740699e-24 -6.073188778260717e-16 -4.914670528009515
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 2.524276750831699e-17 -7.706838271851143e-18 -0 0 0 0
2 0.07099997711181644 0.1600000141859063 0.2000000152587891 0.9218043284552839 -0.3876554914367949 -1.779254688185697e-24 0.3876554914367949 0.9218043284552839 2.471453159276737e-16 -9.58072372621196e-17 -2.278196226693161e-16 1 -5.204170427930421e-16 -3.747002708109903e-16 5.587578443512044e-18 5.237145762053621e-24 -7.274596743929132e-16 -5.886898334790227
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -3.744022455056726e-17 -1.17428839445624e-16 -0 0 0 8.8817841970011e-16
2 0.07099997711181649 0.1600000141859062 0.2000000152587891 0.9446137930586587 -0.3281840671990851 -4.065181318996431e-24 0.3281840671990851 0.9446137930586587 2.471453314675551e-16 -8.11091562302619e-17 -2.334568903284344e-16 1 -2.192690473634684e-15 -1.262878690511116e-15 6.05597719147343e-18 1.392998704400153e-23 -8.468825836443511e-16 -6.853316456479605
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 2.745384200808836e-17 -3.473614486972383e-16 -0 0 0 1.776356839400156e-15
2 0.0709999771118166 0.1600000141859058 0.2000000152587891 0.9661213035986869 -0.2580884087532293 -8.227176079460903e-24 0.2580884087532293 0.9661213035986869 2.471453558752186e-16 -6.378534368013567e-17 -2.387723955198664e-16 1 -8.298917109073045e-15 -4.225786387479502e-15 6.280332693154599e-18 3.21393446951509e-23 -9.654697677299898e-16 -7.812971150608604
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 7.488044910112502e-17 2.348576788912182e-16 -0 0 0 -1.776356839399995e-15
2 0.07099997711181674 0.1600000141859048 0.2000000152587891 0.9841737801751725 -0.177206011229053 -1.519878364240089e-23 0.177206011229053 0.9841737801751725 2.471453918807464e-16 -4.379563413058389e-17 -2.432340172734644e-16 1 -2.574329638349582e-14 -1.031813523511005e-14 6.209313207730142e-18 6.660802601367292e-23 -1.083104219417735e-15 -8.764915349426053
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -7.510008654428399e-17 6.369657279836787e-17 -0 0 0 0
2 0.07099997711181674 0.1600000141859025 0.2000000152587891 0.9963237011327464 -0.08566844553945119 -2.614782755665939e-23 0.08566844553945119 0.9963237011327464 2.471454424852349e-16 -2.117253982816958e-17 -2.462368642150233e-16 1 -7.133182933216631e-14 -1.940808624922852e-14 5.790114481867103e-18 1.269242951740564e-22 -1.199669877991574e-15 -9.708209594544687
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 1.613670530415847e-16 4.444068907263163e-16 -0 0 0 -1.776356839398897e-15
2 0.07099997711181598 0.1600000141858979 0.2000000152587891 0.9998722353953882 0.01598477042154229 -4.24811240033903e-23 -0.01598477042154229 0.9998722353953882 2.471455109138611e-16 3.950606728369264e-18 -2.471139337863266e-16 1 -1.750682931955794e-13 -2.600697435184429e-14 4.971595405509827e-18 2.260404245367412e-22 -1.315051744031484e-15 -10.64192296407784
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 0 -0 0 0 0
2 0.07099997711181305 0.1600000141858894 0.2000000152587891 0.9919425498888984 0.1266885066606683 -6.584057267325348e-23 -0.1266885066606683 0.9919425498888984 2.471456005636662e-16 3.131057237323044e-17 -2.451542288757024e-16 1 -3.918809721170646e-13 -7.69870278638507e-15 3.708553448479115e-18 3.807275225257116e-22 -1.429135992945935e-15 -11.56513399135164
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -3.467997353701478e-16 2.575318664336266e-16 -0 0 0 -1.776356839394949e-15
2 0.07099997711180504 0.1600000141858751 0.2000000152587891 0.9695890972452653 0.2447386003537477 -9.809035383970691e-23 -0.2447386003537477 0.9695890972452653 2.471457149463925e-16 6.048619146674404e-17 -2.396297666364125e-16 1 -8.028855358332976e-13 9.417813751078086e-14 1.967122720372015e-18 6.119333164322557e-22 -1.541810087132101e-15 -12.47693157428628
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 0 -0 0 0 0
2 0.07099997711178684 0.1600000141858535 0.2000000152587891 0.9299470717995778 0.3676934098558076 -1.412951789869424e-22 -0.3676934098558076 0.9299470717995778 2.471458576268125e-16 9.087403451957858e-17 -2.298325146541434e-16 1 -1.516231584730576e-12 4.072970259672015e-13 -2.688486820512351e-19 9.450115376108532e-22 -1.652962886644136e-15 -13.3764158745488
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -9.140063764991073e-17 1.594331632476729e-16 -0 0 0 0
2 0.07099997711175032 0.1600000141858246 0.2000000152587891 0.870423509941322 0.4923036799998852 -1.976897704003714e-22 -0.4923036799998852 0.870423509941322 2.471460321570874e-16 1.21671073202128e-16 -2.151216194548414e-16 1 -2.648464780818927e-12 1.170969571306912e-12 -2.990749155407866e-18 1.409794865687551e-21 -1.762484758255813e-15 -14.26269920559006
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 2.076975315769322e-16 -1.397026185537765e-16 -0 0 0 0
2 0.07099997711168379 0.1600000141857915 0.2000000152587891 0.7889275808961316 0.6144861854438859 -2.69639975206856e-22 -0.6144861854438859 0.7889275808961316 2.471462420078198e-16 1.5186816422459e-16 -1.949803211447594e-16 1 -4.275496623407093e-12 2.791190889528394e-12 -6.157983815792116e-18 2.040487961871592e-21 -1.870267682810415e-15 -15.13490690868963
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 6.626872992908041e-16 3.23899920942703e-16 -0 0 0 0
2 0.07099997711181641 0.1600000141859063 0.2000000152587891 0.6841324625930689 0.7293577816314454 -1.733053453060698e-27 -0.7293577816314454 0.6841324625930689 2.471452993979492e-16 1.802573473107133e-16 -1.690801222941563e-16 1 1.665334536937735e-16 3.191891195797325e-16 -9.691222018502159e-18 1.385762369917806e-26 -1.976195836577032e-15 -15.99217821573855
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 3.505562058023089e-16 9.229796115477144e-17 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.5557549974969733 0.8313461269273703 -2.817281137528759e-27 -0.8313461269273703 0.5557549974969733 2.471452993997038e-16 2.054632874458148e-16 -1.37352235246929e-16 1 3.885780586188048e-16 4.163336342344337e-17 -1.34674404143458e-17 2.371227134242524e-26 -2.08018084772208e-15 -16.83366710007979
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 2.231999579176197e-16 -3.806916744775346e-17 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.4048324775034653 0.9143908711040406 -4.43401458492429e-27 -0.9143908711040406 0.4048324775034653 2.471452994022263e-16 2.259874056114657e-16 -1.000524438562846e-16 1 6.661338147750939e-16 0 -1.731690191992273e-17 3.914899735862946e-26 -2.182112961921641e-15 -17.65854310965693
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 4.282192721794582e-17 -6.746298226788296e-17 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.2339690813373369 0.9722440377694083 -6.777030081043847e-27 -0.9722440377694083 0.2339690813373369 2.471452994057641e-16 2.40285543811575e-16 -5.782435865221877e-17 1 0 -2.775557561562891e-17 -2.102437277781922e-17 6.257224978690435e-26 -2.281891584018167e-15 -18.46599218763007
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.04751861955370715 0.9988703523459439 -1.008497037566843e-26 -0.9988703523459439 0.04751861955370715 2.471452994106126e-16 2.468661123034016e-16 -1.174400344710637e-17 1 -1.942890293094024e-16 1.942890293094024e-16 -2.433489560527253e-17 9.709398629073366e-26 -2.379418244101589e-15 -19.25521747551728
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.148333505369078 0.9889373949775192 -1.464369893932751e-26 -0.9889373949775192 -0.148333505369078 2.471452994171172e-16 2.444112285843307e-16 3.665992861251303e-17 1 3.261280134836397e-16 2.220446049250313e-16 -2.696529742463395e-17 1.466232098707138e-25 -2.474596694687764e-15 -20.02544009960138
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 3.38585768229542e-16 -0 0 0 -3.552713678800501e-15
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.3456265511515172 0.9383721474655499 -2.078710115015586e-26 -0.9383721474655499 -0.3456265511515172 2.471452994256719e-16 2.319142653508995e-16 8.541997749331006e-17 1 3.950832716537178e-16 -4.163336342344337e-16 -2.862184996145885e-17 2.159356844470528e-25 -2.567333005703611e-15 -20.77589993958779
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -8.885451624628092e-17 4.048219539164055e-17 -0 0 0 0
2 0.07099997711181642 0.1600000141859063 0.2000000152587891 -0.534851996578789 0.8449457626118276 -2.889428630287042e-26 -0.8449457626118276 -0.534851996578789 2.471452994367146e-16 2.088243734930291e-16 1.321861568732036e-16 1 -6.800116025829084e-16 -2.220446049250313e-16 -2.90239070703132e-17 3.106979951171794e-25 -2.657535657185206e-15 -21.50585637875512
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 1.497608982022716e-16 4.69715357782504e-16 -0 0 0 -3.552713678800501e-15
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.7053755232436049 0.7088338107122224 -3.938405325648203e-26 -0.7088338107122224 -0.7053755232436049 2.471452994507191e-16 1.75184944381486e-16 1.743302449451651e-16 1 1.804112415015879e-16 1.665334536937735e-16 -2.793251554085197e-17 4.374501932158286e-25 -2.745115629597292e-15 -22.21458903485777
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -3.28056654385903e-16 -2.583118385806467e-16 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.846060436347046 0.5330869891943022 -5.27055596889009e-26 -0.5330869891943022 -0.846060436347046 2.471452994681834e-16 1.31749943542426e-16 2.090998599372692e-16 1 -2.498001805406602e-16 -2.220446049250313e-16 -2.518203912074355e-17 6.035155703490063e-25 -2.829986491685109e-15 -22.90139847105959
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 1.760251362928687e-16 -4.989196845042629e-16 -0 0 0 3.552713678800501e-15
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.9460776864089281 0.3239398266331726 -6.932519495843567e-26 -0.3239398266331726 -0.9460776864089281 2.471452994896147e-16 8.006020540428228e-17 2.338186531704335e-16 1 -2.775557561562891e-16 1.942890293094024e-16 -2.071185901106133e-17 8.168451541880483e-25 -2.912064485771822e-15 -23.56560688619684
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -6.101954390028985e-16 1.520238863495335e-16 -0 0 0 0
2 0.07099997711181641 0.1600000141859063 0.2000000152587891 -0.9958614078766166 0.09088485188414615 -8.970980140211789e-26 -0.09088485188414615 -0.9958614078766166 2.471452995155095e-16 2.246176385099149e-17 2.461224659337567e-16 1 -1.27675647831893e-15 1.387778780781446e-16 -1.459436567539132e-17 1.085782800483187e-24 -2.99126861041733e-15 -24.20655878368922
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -2.835316145373251e-16 -3.03357329862093e-16 -0 0 0 0
2 0.0709999771118164 0.1600000141859064 0.2000000152587891 -0.988140764935476 -0.1535507364773361 -1.143059759814037e-25 0.1535507364773361 -0.988140764935476 2.471452995463313e-16 -3.794934287520138e-17 2.442143453263674e-16 1 -2.220446049250313e-16 2.775557561562891e-17 -7.054912197396334e-18 1.41874415132703e-24 -3.067520700356934e-15 -24.82362161843891
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -3.926454235636556e-16 -2.486840348073043e-16 -0 0 0 3.552713678800501e-15
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.9189524730183936 -0.394368295294359 -1.435167803965424e-25 0.394368295294359 -0.9189524730183936 2.47145299582485e-16 -9.746627061824333e-17 2.271147841895979e-16 1 -8.326672684688674e-16 4.649058915617843e-16 1.520662076856973e-18 1.823824620588473e-24 -3.140745503640938e-15 -25.41618642107908
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -1.583443623907867e-16 1.728698439105831e-16 -0 0 0 0
2 0.0709999771118164 0.1600000141859064 0.2000000152587891 -0.7885180191356869 -0.6150116531402738 -1.776761647369149e-25 0.6150116531402738 -0.7885180191356869 2.471452996242905e-16 -1.519972394278841e-16 1.948785219891685e-16 1 6.106226635438361e-16 5.134781488891349e-16 1.059475681951019e-17 2.308339142878305e-24 -3.210870755899092e-15 -25.98366839895597
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 1.497608982022715e-16 4.697153577825038e-16 -0 0 0 -3.552713678800499e-15
2 0.07099997711181642 0.1600000141859064 0.2000000152587891 -0.6018599720248005 -0.7986016366589205 -2.170224512775595e-25 0.7986016366589205 -0.6018599720248005 2.471452996719547e-16 -1.973706409411996e-16 1.487468629733091e-16 1 2.775557561562891e-16 -6.938893903907228e-16 1.950551433207877e-17 2.878315404373322e-24 -3.277827251656595e-15 -26.52550751325134
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -7.127682793932992e-16 4.901323577443041e-16 -0 0 0 -3.552713678800502e-15
2 0.07099997711181641 0.1600000141859063 0.2000000152587891 -0.3690370202456343 -0.9294146962945138 -2.616720154909237e-25 0.9294146962945138 -0.3690370202456343 2.471452997255443e-16 -2.297004737816e-16 9.120576473522722e-17 1 -1.054711873393899e-15 -1.665334536937735e-16 2.751364122105787e-17 3.537958723951642e-24 -3.341548912631301e-15 -27.04116903167572
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -1.569004824294147e-16 -2.208195270306775e-16 -0 0 -0 0
2 0.07099997711181641 0.1600000141859063 0.2000000152587891 -0.1049003362018917 -0.9944827396514884 -3.115953243968684e-25 0.9944827396514884 -0.1049003362018917 2.47145299784962e-16 -2.457817348548239e-16 2.592562472828365e-17 1 -9.992007221626409e-16 -5.551115123125783e-17 3.386654416997804e-17 4.289132193856173e-24 -3.401972852944788e-15 -27.5301440561872
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -2.253912297067496e-16 7.929603076023474e-16 -0 0 0 -3.552713678800502e-15
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.1716848130775347 -0.985151929886214 -3.665956681331056e-25 0.985151929886214 0.1716848130775347 2.471452998499258e-16 -2.434756690465225e-16 -4.24310949688782e-17 1 2.359223927328458e-16 1.110223024625157e-16 3.787495930951356e-17 5.130863740236455e-24 -3.459039441182893e-15 -27.99195002521454
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 0 -0 0 -0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.4391507983138506 -0.8984133660739402 -4.262934936706591e-25 0.8984133660739402 0.4391507983138506 2.471452999199543e-16 -2.220386406232325e-16 -1.085340561423517e-16 1 -9.020562075079397e-17 1.110223024625157e-16 3.899456373695693e-17 6.058937098769308e-24 -3.512692359244612e-15 -28.42613118988957
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 2.633302752868851e-16 -8.191392103941393e-17 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.6750029727152436 -0.7378150085391216 -4.901174931508262e-25 0.7378150085391216 0.6750029727152436 2.471452999943592e-16 -1.823475112949111e-16 -1.668238125504091e-16 1 2.498001805406602e-16 -5.551115123125783e-17 3.69029612144574e-17 7.065597372325957e-24 -3.562878657921216e-15 -28.83225906381821
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 2.831718940980224e-16 -4.048041273946493e-16 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.8579179846082736 -0.5137866596999946 -5.573021879986547e-25 0.5137866596999946 0.8579179846082736 2.471453000722451e-16 -1.26979957706552e-16 -2.120303980297219e-16 1 1.137978600240785e-15 -2.775557561562891e-16 3.156139855596991e-17 8.139379650940373e-24 -3.609548809150849e-15 -29.20993284594701
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -4.524768983523281e-16 -6.528544183321505e-16 -0 0 0 3.5527136788005e-15
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.9699612091143438 -0.2432596407409996 -6.268959284655598e-25 0.2432596407409996 0.9699612091143438 2.471453001525198e-16 -6.012047631786374e-17 -2.39721354315364e-16 1 -8.326672684688674e-16 1.110223024625157e-16 2.325096972659942e-17 9.265139382954122e-24 -3.652656754897017e-15 -29.5587798161071
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.9986749096778779 0.05146284854030564 -6.977765814842803e-25 -0.05146284854030564 0.9986749096778779 2.47145300233913e-16 1.271880185023819e-17 -2.468178103525054e-16 1 1.609823385706477e-15 2.775557561562891e-17 1.257509442293061e-17 1.042424334098519e-23 -3.692159952602744e-15 -29.87845570284578
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 6.245777745778853e-16 -1.367949207216378e-16 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.93877265369622 0.3445372326355413 -7.686769621886074e-25 -0.3445372326355413 0.93877265369622 2.47145300315005e-16 8.515075855102449e-17 -2.320132491604287e-16 1 7.771561172376096e-16 -1.370431546021678e-16 4.236563069538764e-19 1.159497133701801e-23 -3.728019417175596e-15 -30.1686450231824
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -7.12574139354171e-16 1.320934300080314e-16 -0 0 0 0
2 0.07099997711181641 0.1600000141859063 0.2000000152587891 0.7931945628830144 0.6089682959012102 -8.38218736443381e-25 -0.6089682959012102 0.7931945628830144 2.471453003942636e-16 1.505036530859579e-16 -1.960343080043705e-16 1 -1.609823385706477e-15 1.387778780781446e-16 -1.210099544999793e-17 1.275310463868306e-23 -3.760199759462065e-15 -30.42906139395352
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -2.273419510367508e-16 1.071148801645301e-16 -0 0 0 0
2 0.07099997711181642 0.1600000141859064 0.2000000152587891 0.5733340837292388 0.8193216880043847 -9.049537066195233e-25 -0.8193216880043847 0.5733340837292388 2.471453004700891e-16 2.02491505282345e-16 -1.416968236515577e-16 1 -3.33066907387547e-16 -3.05311331771918e-16 -2.379055762745589e-17 1.38726903508221e-23 -3.788669221173369e-15 -30.65944781443979
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 1.031096334151472e-16 5.298322066679417e-17 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.298336191452801 0.9544608514074517 -9.674109182997337e-25 -0.9544608514074517 0.298336191452801 2.471453005408655e-16 2.358905142641987e-16 -7.373238677546384e-17 1 9.992007221626409e-16 0 -3.34589649798938e-17 1.492694595544958e-23 -3.813399706228158e-15 -30.85957691999579
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -8.465630534364698e-16 1.387749277868028e-16 -0 0 0 -3.552713678800502e-15
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.006520561878458788 0.9999787409104202 -1.024147963970718e-24 -0.9999787409104202 -0.006520561878458788 2.47145300605014e-16 2.471400465142511e-16 1.611527249691483e-18 1 -4.024558464266192e-16 -6.106226635438361e-16 -4.007731367050299e-17 1.588927264056326e-23 -3.83436680848114e-15 -31.02925120643262
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 1.497608982022716e-16 4.69715357782504e-16 -0 0 0 -3.552713678800501e-15
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.3122247545593947 0.9500082645115914 -1.07380338064363e-24 -0.9500082645115914 -0.3122247545593947 2.471453006610495e-16 2.347900778279311e-16 7.716488185952608e-17 1 8.066464163292153e-16 -1.110223024625157e-16 -4.289833359633048e-17 1.673431503616275e-23 -3.85154983581023e-15 -31.16830322493152
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 5.386630700475901e-16 1.491507856905092e-16 -0 0 0 -3.5527136788005e-15
2 0.0709999771118164 0.1600000141859064 0.2000000152587891 -0.5889703214259894 0.8081546637119449 -1.115148135354088e-24 -0.8081546637119449 -0.5889703214259894 2.471453007076352e-16 1.997316267245773e-16 1.455612480979109e-16 1 1.929012505286209e-15 5.551115123125783e-17 -4.155341997802524e-17 1.743901868229298e-23 -3.864931830538362e-15 -31.27659574729644
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -4.715230134612785e-17 2.695517427949093e-16 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.8093020856054812 0.5873926576274328 -1.147133696373583e-24 -0.5873926576274328 -0.8093020856054812 2.47145300743633e-16 1.45171334095556e-16 2.00015208013234e-16 1 8.604228440844963e-16 2.775557561562891e-16 -3.610802145028644e-17 1.79836275436588e-23 -3.874499586169794e-15 -31.35402190138232
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 2.918276023196389e-16 -1.319909377371208e-16 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.9510949408146875 0.3088987108369117 -1.1689339352821e-24 -0.3088987108369117 -0.9510949408146875 2.471453007681473e-16 7.634286368491435e-17 2.350586455677914e-16 1 3.33066907387547e-16 -5.551115123125783e-17 -2.706629097232389e-17 1.835255816611565e-23 -3.880243660424291e-15 -31.40050527656553
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 3.885780596673777e-16 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.9999999973015129 -7.346410202723214e-05 -1.179978326032635e-24 7.346410202723214e-05 -0.9999999973015129 2.471453007805605e-16 -1.815748757041692e-20 2.471453001135554e-16 1 3.33066907387547e-16 -4.163336342344337e-17 -1.532264358501229e-17 1.853509954480571e-23 -3.882158384556285e-15 -31.41599999915224
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -0 5.939308838626397e-16 -0 0 0 -3.5527136788005e-15
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.9510495670213738 -0.3090383812222319 -1.17997575079497e-24 0.3090383812222319 -0.9510495670213738 2.471453007805575e-16 -7.637738480212053e-17 2.350474309340587e-16 1 4.996003610813204e-16 -1.110223024625157e-16 -2.065218208130095e-18 1.852590877231616e-23 -3.880241868949774e-15 -31.40049077765047
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 8.231842449691361e-16 -3.088284964305248e-16 -0 0 0 3.5527136788005e-15
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.8092159426594339 -0.5875113259723627 -1.168926213073395e-24 0.5875113259723627 -0.8092159426594339 2.471453007681386e-16 -1.452006643080412e-16 1.999939168481812e-16 1 3.885780586188048e-16 4.163336342344337e-16 1.135695239777148e-17 1.832525204170427e-23 -3.874496004983413e-15 -31.35399291786093
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -7.898366839968592e-16 5.944795043774839e-16 -0 0 0 -3.552713678800501e-15
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.5888521013899031 -0.8082408073641761 -1.147121086925051e-24 0.8082408073641761 -0.5888521013899031 2.471453007436188e-16 -1.997529180847692e-16 1.455320287643694e-16 1 -2.775557561562891e-16 -1.942890293094024e-16 2.358610119517568e-17 1.793899635743934e-23 -3.86492646316393e-15 -31.2765523077721
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -5.218801920372951e-16 -4.852848739729449e-16 -0 0 0 3.552713678800501e-15
2 0.0709999771118164 0.1600000141859064 0.2000000152587891 -0.3120862688932683 -0.9500537673038714 -1.115130940651544e-24 0.9500537673038714 -0.3120862688932683 2.471453007076158e-16 -2.348013243567356e-16 7.713065371291029e-17 1 -9.71445146547012e-16 7.216449660063518e-16 3.340758480697403e-17 1.737833713488066e-23 -3.851542687529706e-15 -31.168245372274
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -1.497608982022716e-16 -4.69715357782504e-16 -0 0 -0 3.552713678800501e-15
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.006375445629674708 -0.9999796766399921 -1.073782056747286e-24 0.9999796766399921 -0.006375445629674708 2.471453006610253e-16 -2.471402778449516e-16 1.575660353233742e-18 1 -1.249000902703301e-15 5.551115123125783e-17 3.988205205803733e-17 1.665928765875854e-23 -3.83435788633009e-15 -31.02917899773577
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 8.724347791119032e-17 4.635822619692276e-16 -0 0 -0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.2984739415657495 -0.9544177838903702 -1.024123040896494e-24 0.9544177838903702 0.2984739415657495 2.471453006049857e-16 -2.358798697966558e-16 -7.376643298846334e-17 1 5.204170427930421e-17 5.551115123125783e-16 4.244161980219197e-17 1.580195796569932e-23 -3.813389018989631e-15 -30.85949042652121
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 5.420749688493824e-16 -3.410769455996535e-16 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.573451560110096 -0.819239469390542 -9.673829753673566e-25 0.819239469390542 0.573451560110096 2.471453005408339e-16 -2.024711843226915e-16 -1.41725858961538e-16 1 5.273559366969494e-16 -3.33066907387547e-16 4.093913173934461e-17 1.482966520633953e-23 -3.788656779370178e-15 -30.65934712154649
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -4.810893739077139e-16 -9.908089579365323e-17 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.793281218445923 -0.6088554085010264 -9.049233231487209e-25 0.6088554085010264 0.793281218445923 2.471453004700547e-16 -1.504757521589454e-16 -1.960557256410362e-16 1 -5.551115123125783e-16 -1.665334536937735e-16 3.564633643399416e-17 1.376793179197624e-23 -3.760185575347392e-15 -30.42894660101371
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 2.790129037269521e-16 -9.120133531572679e-17 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.9388212565567973 -0.3444047738303236 -8.381867567618403e-25 0.3444047738303236 0.9388212565567973 2.471453003942272e-16 -8.511802049859363e-17 -2.32025261756891e-16 1 2.775557561562891e-16 -8.326672684688674e-17 2.720385770605999e-17 1.264342536272566e-23 -3.728003504721911e-15 -30.16851624348338
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.9986820911912671 -0.05132329620978948 -7.686440095272588e-25 0.05132329620978948 0.9986820911912671 2.471453003149674e-16 -1.268431068729144e-17 -2.468195853860947e-16 1 -2.775557561562891e-16 5.551115123125783e-17 1.653205023753358e-17 1.148289317202569e-23 -3.69214232748896e-15 -29.87831306347815
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 9.479093796182179e-16 -1.346044902172441e-17 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.969927571175642 0.243393727678673 -6.977433353112084e-25 -0.243393727678673 0.969927571175642 2.471453002338749e-16 6.015361657894812e-17 -2.397130406134907e-16 1 9.436895709313831e-16 -6.938893903907228e-18 4.71634327804717e-18 1.031216626067661e-23 -3.652637434493882e-15 -29.55862345783936
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -1.528768816723475e-15 -9.524023658968401e-17 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.8578477880319576 0.5139038553744051 -6.268630181746701e-25 -0.5139038553744051 0.8578477880319576 2.471453001524818e-16 1.27008923123778e-16 -2.120130487361534e-16 1 -1.554312234475219e-15 -6.938893903907228e-17 -7.117074821485956e-18 9.155259933542019e-24 -3.609527812504536e-15 -29.20976292308661
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -1.707944208814479e-17 1.118997304812573e-16 -0 0 0 0
2 0.0709999771118164 0.1600000141859063 0.2000000152587891 0.6749034766640915 0.7379060219206252 -5.572701405243799e-25 -0.7379060219206252 0.6749034766640915 2.471453000722079e-16 1.823700055887657e-16 -1.667992218487102e-16 1 -8.326672684688674e-16 5.273559366969494e-16 -1.791953072539565e-17 8.033627521784386e-24 -3.562856005735078e-15 -28.83207574405928
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 6.40086956994191e-16 -2.698010876621811e-16 -0 0 0 3.552713678800501e-15
2 0.0709999771118164 0.1600000141859064 0.2000000152587891 0.439031355273082 0.898471740839455 -4.900867892052808e-25 -0.898471740839455 0.439031355273082 2.471452999943234e-16 2.220530681413526e-16 -1.085045355655511e-16 1 9.992007221626409e-16 8.604228440844963e-16 -2.681869906484298e-17 6.965586770053395e-24 -3.512668073859147e-15 -28.4259346541474
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 2.704330691927407e-16 1.197493349315218e-15 -0 0 0 -7.105427357600999e-15
2 0.0709999771118164 0.1600000141859064 0.2000000152587891 0.1715558415106744 0.9851743973751877 -4.262646632697635e-25 -0.9851743973751877 0.1715558415106744 2.471452999199204e-16 2.434812219858457e-16 -4.23992194832249e-17 1 1.082467449009528e-15 2.775557561562891e-16 -3.318847787433853e-17 5.965944991970497e-24 -3.459013546553902e-15 -27.99174046744717
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -2.511894528713433e-16 -1.076480565171119e-15 -0 0 0 7.105427357601002e-15
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.1050283790458542 0.9944692250617916 -3.665687975585214e-25 -0.9944692250617916 -0.1050283790458542 2.471452998498941e-16 2.457783947808882e-16 2.595727059657737e-17 1 -1.124100812432971e-15 3.885780586188048e-16 -3.668510827975266e-17 5.045804813130999e-24 -3.401945374619743e-15 -27.52992168320372
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -3.210487472745903e-16 2.06361154339768e-16 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.3691545577562331 0.9293680177883248 -3.115707711011933e-25 -0.9293680177883248 -0.3691545577562331 2.471452997849329e-16 2.296889372518066e-16 9.123481413320245e-17 1 -3.365363543395006e-16 2.775557561562891e-16 -3.72495089122891e-17 4.212582117689657e-24 -3.341519877724027e-15 -27.04093406293249
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 1.140733515796194e-15 -6.87070843581361e-16 -0 0 0 3.552713678800501e-15
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.6019590383040563 0.7985269664852001 -2.616498904077226e-25 -0.7985269664852001 -0.6019590383040563 2.471452997255179e-16 1.973521863133908e-16 1.48771347153075e-16 1 1.443289932012704e-15 5.551115123125783e-17 -3.507992829574448e-17 3.470165595478759e-24 -3.277796688820215e-15 -26.5252601806352
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 2.115720511849516e-16 2.522674440664294e-16 -0 0 0 0
2 0.0709999771118164 0.1600000141859064 0.2000000152587891 -0.7885927503585712 0.6149158268266514 -2.170027174289774e-25 -0.6149158268266514 -0.7885927503585712 2.471452996719311e-16 1.519735561229593e-16 1.948969917399199e-16 1 1.387778780781446e-16 6.938893903907228e-16 -3.058202394357254e-17 2.819235244598604e-24 -3.210838695297399e-15 -25.98340894655552
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 7.24846888208222e-16 2.805809136189173e-16 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.9189993440155849 0.3942590591209347 -1.77658951545444e-25 -0.3942590591209347 -0.9189993440155849 2.471452996242698e-16 9.743927313275764e-17 2.271263683012828e-16 1 6.661338147750939e-16 2.220446049250313e-16 -2.430510819595042e-17 2.257682439849538e-24 -3.140711976918158e-15 -25.4159151049437
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 2.247054352614472e-16 -4.114036548471869e-17 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.9881585848899472 0.1534360163335092 -1.435019861730816e-25 -0.1534360163335092 -0.9881585848899472 2.471452995824669e-16 3.79209900816827e-17 2.442187495196309e-16 1 3.05311331771918e-16 -5.551115123125783e-17 -1.687355512044111e-17 1.78109922370841e-24 -3.067485740606009e-15 -24.82333870632614
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.9958511124230375 -0.09099759274727413 -1.142934189181663e-25 0.09099759274727413 -0.9958511124230375 2.471452995463156e-16 -2.248962743133793e-17 2.461199214729227e-16 1 2.775557561562891e-16 1.110223024625157e-16 -8.921439966064459e-18 1.383308371553083e-24 -2.991232252146759e-15 -24.20626455480044
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.9460419785070947 -0.3240440940711336 -8.969932126173254e-26 0.3240440940711336 -0.9460419785070947 2.471452995154963e-16 -8.00859747702973e-17 2.338098281033021e-16 1 -2.220446049250313e-16 3.694961003830599e-16 -1.036717483499553e-18 1.056895724862028e-24 -2.912026764871119e-15 -23.5653016309018
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 5.249260748873834e-16 -2.083966220665718e-16 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.8460033347463957 -0.5331776041789246 -6.931657911823646e-26 0.5331776041789246 -0.8460033347463957 2.471452994896037e-16 -1.317723387245917e-16 2.090857474981433e-16 1 4.996003610813204e-16 -2.220446049250313e-16 6.280969583857588e-18 7.937123011805079e-25 -2.829947445388941e-15 -22.90108249060982
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 7.438999318836356e-16 -6.148788865106639e-17 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.7053018760421326 -0.7089070909868572 -5.269857087431871e-26 0.7089070909868572 -0.7053018760421326 2.471452994681743e-16 -1.752030553342275e-16 1.743120433325396e-16 1 7.771561172376096e-16 -4.163336342344337e-17 1.264704640564368e-17 5.853298612933331e-25 -2.745075296448346e-15 -22.2142626410893
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 1.497608982022716e-16 4.69715357782504e-16 -0 0 0 -3.552713678800501e-15
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.5347670100125997 -0.8449995532556122 -3.937849425229055e-26 0.8449995532556122 -0.5347670100125997 2.471452994507117e-16 -2.088376676461342e-16 1.321651527926509e-16 1 3.608224830031759e-16 -1.942890293094024e-16 1.780356655374396e-17 4.234274017646199e-25 -2.657494076995834e-15 -21.5055198937807
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 1.183094895943772e-16 2.409254175185434e-16 -0 0 -0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.3455353724532498 -0.9384057258902431 -2.888998454574664e-26 0.9384057258902431 -0.3455353724532498 2.471452994367087e-16 -2.319225641282486e-16 8.539744306382259e-17 1 1.387778780781446e-16 1.942890293094024e-16 2.161741110177849e-17 3.001026070839297e-25 -2.567290219516291e-15 -20.77555369547902
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 3.087223173297766e-16 -6.862228027923738e-18 -0 0 -0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.1482408854613406 -0.9889512828636392 -2.078379779511525e-26 0.9889512828636392 -0.1482408854613406 2.471452994256674e-16 -2.44414660923813e-16 3.663703800391493e-17 1 3.191891195797325e-16 -2.775557561562891e-17 2.406799939838352e-17 2.080985485689083e-25 -2.474552744734425e-15 -20.02508443806097
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 4.445933479864141e-16 -5.54482054214404e-17 -0 0 -0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.04760857071804165 -0.9988660690974467 -1.464118444519211e-26 0.9988660690974467 0.04760857071804165 2.471452994171137e-16 -2.468650537239868e-16 -1.176623447955582e-17 1 4.440892098500626e-16 -1.110223024625157e-16 2.522786420711017e-17 1.409570192037376e-25 -2.379373173761836e-15 -19.25485274754188
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 3.283082664197104e-16 -4.722310595888931e-16 -0 0 -0 3.552713678800501e-15
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.2340530453747434 -0.9722238281130576 -1.008309683101853e-26 0.9722238281130576 0.2340530453747434 2.471452994106099e-16 -2.40280549090771e-16 -5.784510998690906e-17 1 -6.938893903907228e-17 3.05311331771918e-16 2.523943512500148e-17 9.309544757739466e-26 -2.281845437776424e-15 -18.46561875316383
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 1.540519914841571e-16 -5.749769360345595e-16 -0 0 -0 3.552713678800502e-15
2 0.0709999771118164 0.1600000141859064 0.2000000152587891 0.4049079916640078 -0.9143574346428315 -6.775723530169577e-27 0.9143574346428315 0.4049079916640078 2.471452994057622e-16 -2.259791419459437e-16 -1.000711068377825e-16 1 -2.8796409701215e-16 4.163336342344337e-16 2.429099493780533e-17 5.982366117788804e-26 -2.182065785323262e-15 -17.65816133723632
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -3.171865948520297e-16 1.153663790880831e-16 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.5558204458071825 -0.831302370995479 -4.433139442357561e-27 0.831302370995479 0.5558204458071825 2.47145299402225e-16 -2.054524733709931e-16 -1.373684104965796e-16 1 -3.261280134836397e-16 5.551115123125783e-17 2.259416032887554e-17 3.731203613320918e-26 -2.080132687328447e-15 -16.83327736646987
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -7.611497048485252e-17 -2.226655729174919e-16 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.6841870109777637 -0.7293066117959671 -2.816677165898199e-27 0.7293066117959671 0.6841870109777637 2.471452993997027e-16 -1.802447009245699e-16 -1.690936036755413e-16 1 -9.71445146547012e-17 -1.942890293094024e-16 2.036452249032287e-17 2.252197884405989e-26 -1.976146739919676e-15 -15.99178090556112
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -3.619636532110094e-16 0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.7889710740271525 -0.6144303413312541 -1.7326343707048e-27 0.6144303413312541 0.7889710740271525 2.471452993979485e-16 -1.518535706661295e-16 -1.949904923078262e-16 1 -3.608224830031759e-16 -2.775557561562891e-17 1.78063743894639e-17 1.311126267522583e-26 -1.870210565149473e-15 -15.13450241380554
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 0 -0 0 0 0
2 0.07099997711187149 0.1600000141857398 0.2000000152587891 0.8704563464746149 -0.492245618448824 -2.696023098719724e-22 0.492245618448824 0.8704563464746149 2.471462419008957e-16 -1.216564200147674e-16 -2.151301474805408e-16 1 -3.975639262243646e-12 -2.708139268392529e-12 1.510187282242935e-17 1.922572884386449e-21 -1.76243543087941e-15 -14.2622879257548
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -2.153576743950947e-17 -6.782329155363801e-17 -0 0 0 0
2 0.07099997711183846 0.1600000141858036 0.2000000152587891 0.9299700723803946 -0.3676352329100186 -1.976599478096732e-22 0.3676352329100186 0.9299700723803946 2.471460320674721e-16 -9.085940524407606e-17 -2.298384859970753e-16 1 -2.414610178469445e-12 -1.241423630560234e-12 1.240416879951328e-17 1.321949554562426e-21 -1.652912441924444e-15 -13.37599821528343
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -1.924316962866339e-16 -3.532603429508829e-16 -0 0 0 1.77635683939061e-15
2 0.07099997711182325 0.1600000141858463 0.2000000152587891 0.9696033765480242 -0.2446820226062191 -1.412720696826658e-22 0.2446820226062191 0.9696033765480242 2.471458575529132e-16 -6.047201132691954e-17 -2.396334925498974e-16 1 -1.369626634328824e-12 -5.172806627484761e-13 9.834736744322865e-18 8.812910500920865e-22 -1.541758628010584e-15 -12.47650794778543
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 4.820931328131815e-16 -1.486556675924873e-16 -0 0 0 0
2 0.07099997711181724 0.1600000141858731 0.2000000152587891 0.991949400702564 -0.1266348547826548 -9.807287854303736e-23 0.1266348547826548 0.991949400702564 2.471457148865616e-16 -3.129716443148203e-17 -2.451560561873762e-16 1 -7.239764343580646e-13 -1.904518209805417e-13 7.483100263870981e-18 5.670919453736487e-22 -1.429083619563446e-15 -11.56470481569455
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 5.32853329249838e-16 -2.671907039004413e-16 -0 0 0 1.776356839397487e-15
2 0.07099997711181549 0.1600000141858891 0.2000000152587891 0.9998730297152061 -0.01593500700140113 -6.582772331894701e-23 0.01593500700140113 0.9998730297152061 2.471456005162341e-16 -3.938201055226523e-18 -2.471142214179162e-16 1 -3.555072902727829e-13 -5.823813653549337e-14 5.4090486779323e-18 3.502524856995908e-22 -1.314998552979298e-15 -10.64148866281696
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 7.488044910107875e-17 2.348576788910731e-16 -0 0 0 -1.776356839398897e-15
2 0.07099997711181538 0.1600000141858979 0.2000000152587891 0.9963198105098018 0.08571368143833694 -4.247197979471088e-23 -0.08571368143833694 0.9963198105098018 2.471455108771682e-16 2.118379390391549e-17 -2.462359649250587e-16 1 -1.612460165389962e-13 -1.254898962521622e-14 3.646198837189434e-18 2.061541183202016e-22 -1.199615961749051e-15 -9.707770596288617
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -2.495686311337993e-16 6.625739399256606e-17 -0 0 0 0
2 0.07099997711181572 0.1600000141859026 0.2000000152587891 0.9841665154546579 0.1772463535812137 -2.614156730442699e-23 -0.1772463535812137 0.9841665154546579 2.471454424576607e-16 4.380565420749122e-17 -2.432322642805581e-16 1 -6.659950368970158e-14 -2.775557561562891e-17 2.206301037981313e-18 1.145585184726607e-22 -1.083049665976275e-15 -8.764472087417239
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -8.686353369459967e-17 -5.237380241939986e-19 -0 0 0 0
2 0.07099997711181606 0.1600000141859048 0.2000000152587891 0.9661118726305472 0.2581237098026782 -1.519469378379331e-23 -0.2581237098026782 0.9661118726305472 2.471453918607382e-16 6.379410008750446e-17 -2.387700934204775e-16 1 -2.468858451010192e-14 1.450228825916611e-15 1.083743691646355e-18 5.935445541358444e-23 -9.654146603988423e-16 -7.812524062296378
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -2.041024917830045e-16 -5.318412457602749e-17 -0 0 0 8.881784197000777e-16
2 0.07099997711181624 0.1600000141859058 0.2000000152587891 0.9446032739650486 0.3282143427921932 -8.224654627325808e-24 -0.3282143427921932 0.9446032739650486 2.471453558613168e-16 8.111665831720048e-17 -2.334543095924072e-16 1 -8.187894806610529e-15 1.159228962821501e-15 2.598495643611881e-19 2.818122795415252e-23 -8.468270010301988e-16 -6.852865983088815
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -4.75221228068982e-17 1.081801954103757e-16 -0 0 0 -8.881784197001102e-16
2 0.07099997711181635 0.1600000141859062 0.2000000152587891 0.9217936555108381 0.3876808696079369 -4.063737574117386e-24 -0.3876808696079369 0.9217936555108381 2.471453314584159e-16 9.581352076526798e-17 -2.278169969520576e-16 1 -2.206568261442499e-15 2.94469310047063e-16 -2.933103737983412e-19 1.196048372656493e-23 -7.274036905420515e-16 -5.886444920886098
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 7.309439439751365e-17 -1.462195270119032e-16 -0 0 0 8.881784197001213e-16
2 0.0709999771118164 0.1600000141859063 0.2000000152587891 0.8995220314852008 0.4368753997111045 -1.778505171718124e-24 -0.4368753997111045 0.8995220314852008 2.471453159220903e-16 1.07971710279995e-16 -2.223126558733052e-16 1 -4.093947403305265e-16 1.257674520083185e-16 -6.097421543234527e-19 4.369978086037779e-24 -6.07262562515299e-16 -4.914214621059067
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -1.874179942188173e-17 6.559055214733975e-17 -0 0 0 -4.440892098500622e-16
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.8793111403454046 0.4762477490387373 -6.569341493626617e-25 -0.4762477490387373 0.8793111403454046 2.471453068348305e-16 1.177023966432256e-16 -2.173176212710863e-16 1 0 -2.51534904016637e-17 -7.270539085826497e-19 1.293219075670259e-24 -4.865221646904291e-16 -3.937134562021656
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 9.655500065790658e-17 2.991968201435967e-17 -0 0 0 -4.440892098500625e-16
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.8623761201338493 0.5062681378705248 -1.880816961369909e-25 -0.5062681378705248 0.8623761201338493 2.471453021272484e-16 1.251217920536075e-16 -2.131322066625847e-16 1 1.52655665885959e-16 -6.245004513516506e-17 -6.846686309398542e-19 2.780006473680934e-25 -3.653016413523487e-16 -2.956169008337167
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.8496388927859321 0.5273649133811381 -3.512074077587658e-26 -0.5273649133811381 0.8496388927859321 2.471453001079295e-16 1.303357598138136e-16 -2.099842591224267e-16 1 -2.081668171172169e-17 -8.673617379884035e-19 -5.226603947545891e-19 3.463408755306508e-26 -2.43720614987595e-16 -1.972286059100951
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -7.749943520990641e-18 2.391118654121037e-17 -0 0 0 0
2 0.07099997711181642 0.1600000141859064 0.2000000152587891 0.8417438631002043 0.5398770868754705 -2.737865031085962e-27 -0.5398770868754705 0.8417438631002043 2.471452994873708e-16 1.334280843245121e-16 -2.080330391360784e-16 1 -1.040834085586084e-17 9.974659986866641e-18 -2.811154805636499e-19 1.350388121294465e-27 -1.218990673544392e-16 -0.9864566925390243
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -4.670037423616418e-21 5.120608620391247e-21 -0 0 0 -5.421010862377443e-20
2 0.07099997711179362 0.1600000141858059 0.2000000152587891 0.8390715294067111 0.544021110379995 -3.703897316311993e-24 -0.544021110379995 0.8390715294067111 2.471460505517949e-16 1.344526719550527e-16 -2.073732126083246e-16 1 6.963330804435515e-17 -1.544130474932749e-17 1.009561898659897e-22 -6.411302445497822e-28 4.278002177010331e-20 0.0003461922347097172
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 2.774268968081879e-18 2.923542002844036e-17 -0 0 0 -1.110223024614843e-16
2 0.07099997711179599 0.1600000141858048 0.2000000152587891 0.8417476004903346 0.5398712597173183 3.719516441760289e-24 -0.5398712597173183 0.8417476004903346 2.471460526624427e-16 1.334270476541416e-16 -2.080345988073291e-16 1 2.002946419832341e-13 -4.129118921780695e-14 2.81304321435812e-19 1.835857972629448e-24 1.219849566682233e-16 0.9871487353660703
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.8496461906859765 0.5273531555350829 2.744299177844171e-27 -0.5273531555350829 0.8496461906859765 2.47145299487544e-16 1.303328535580878e-16 -2.099860622569838e-16 1 6.591949208711867e-17 -6.938893903907228e-18 5.228066011430266e-19 2.707222715298784e-27 2.438060053258551e-16 1.972977077301385
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 2.217663914534527e-17 1.111460602836444e-17 -0 0 0 0
2 0.0709999771118164 0.1600000141859064 0.2000000152587891 0.8623866203528172 0.5062502513939583 3.516997062674304e-26 -0.5062502513939583 0.8623866203528172 2.471453001087293e-16 1.251173702805494e-16 -2.131348001146546e-16 1 1.387778780781446e-17 -3.209238430557093e-17 6.847449820440161e-19 5.199631210534899e-26 3.653868184334251e-16 2.956858319965434
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -1.252722588557557e-16 -6.711691790555768e-17 -0 0 0 4.440892098500625e-16
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.8793242951846566 0.4762234600458138 1.882695806179016e-25 -0.4762234600458138 0.8793242951846566 2.471453021294338e-16 1.17696390748597e-16 -2.173208686928217e-16 1 -1.595945597898663e-16 1.647987302177967e-17 7.27032223451776e-19 3.706859365785798e-25 4.866070405443733e-16 3.93782148680722
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -3.744022455056787e-17 -1.174288394456259e-16 -0 0 0 8.881784197001244e-16
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.8995370931179325 0.4368443866011557 6.574433282621027e-25 -0.4368443866011557 0.8995370931179325 2.471453068394497e-16 1.079640393762392e-16 -2.223163711792985e-16 1 9.020562075079397e-17 6.071532165918825e-17 6.095944119365452e-19 1.61563360273033e-24 6.073470465964818e-16 4.914898481086885
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 6.32287332792692e-17 2.22402441830418e-17 -0 0 0 0
2 0.07099997711181642 0.1600000141859063 0.2000000152587891 0.9218096649737519 0.3876428015080111 1.779629489560314e-24 -0.3876428015080111 0.9218096649737519 2.471453159304658e-16 9.580410100638856e-17 -2.278209415675553e-16 1 6.800116025829084e-16 9.410874857174178e-17 2.930093197294038e-19 5.238450710554179e-24 7.274876891228894e-16 5.887125041265744
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -1.015698099765602e-17 -2.133053990534959e-16 -0 0 0 8.881784197001102e-16
2 0.07099997711181646 0.1600000141859062 0.2000000152587891 0.9446190525008428 0.3281689285298198 4.065903311613985e-24 -0.3281689285298198 0.9446190525008428 2.471453314721254e-16 8.110541477962479e-17 -2.334581901795089e-16 1 2.317590563905014e-15 3.80338122107915e-16 -2.603294095784489e-19 1.393291889485959e-23 8.469104166903381e-16 6.853541692620303
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -1.210846278951983e-16 -4.215662863846237e-17 -0 0 0 0
2 0.07099997711181663 0.1600000141859058 0.2000000152587891 0.9661260188014019 0.2580707573417668 8.228437036640044e-24 -0.2580707573417668 0.9661260188014019 2.471453558821706e-16 6.378098121630512e-17 -2.387735608672161e-16 1 8.867906409193438e-15 2.163200174543078e-15 -1.084424561658116e-18 3.214519030237001e-23 9.654973916290408e-16 7.813194694132575
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -1.81088248007118e-16 1.789898712931047e-16 -0 0 0 -1.776356839399995e-15
2 0.0709999771118172 0.160000014185905 0.2000000152587891 0.9841774120530266 0.1771858391762929 1.520082888139422e-23 -0.1771858391762929 0.9841774120530266 2.471453918907516e-16 4.379064870040417e-17 -2.432349148852426e-16 1 2.625677453238495e-14 9.318934512947408e-15 -2.207199953110946e-18 6.66186736760671e-23 1.083131606914729e-15 8.765136979721781
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -1.808438816601178e-16 2.137255660552545e-16 -0 0 0 -1.776356839399635e-15
2 0.07099997711181871 0.1600000141859033 0.2000000152587891 0.9963256457399502 0.08564582675688981 2.61509581172654e-23 -0.08564582675688981 0.9963256457399502 2.471454424990234e-16 2.116694969715599e-17 -2.462373448292456e-16 1 6.626643678231403e-14 3.244279844771825e-14 -3.647325145112385e-18 1.269423613028922e-22 1.199697002066199e-15 9.708429092888819
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -1.187253902389683e-16 3.179179434636275e-17 -0 0 0 0
2 0.07099997711182235 0.1600000141859003 0.2000000152587891 0.9998718372945252 -0.01600965287788924 4.248569667222008e-23 0.01600965287788924 0.9998718372945252 2.471455109322095e-16 -3.956756320604843e-18 -2.471138354147012e-16 1 1.486033518460772e-13 9.661021982410034e-14 -5.410401160779898e-18 2.26069368407266e-22 1.315078577924932e-15 10.64214011385099
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 9.109987133130347e-17 -2.899725941245666e-16 -0 0 0 1.776356839397486e-15
2 0.0709999771118302 0.1600000141858959 0.2000000152587891 0.9919391232986048 -0.1267153332063463 6.584699805009707e-23 0.1267153332063463 0.9919391232986048 2.471456005873843e-16 -3.13172024451265e-17 -2.451533820299329e-16 1 2.986777491997827e-13 2.538455556866381e-13 -7.4846639389877e-18 3.807717426167918e-22 1.429162510187295e-15 11.5653485782522
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -7.488044910091228e-17 -2.34857678890551e-16 -0 0 0 1.776356839394948e-15
2 0.07099997711184564 0.1600000141858905 0.2000000152587891 0.9695819561744866 -0.2447668896334958 9.809909232928791e-23 0.2447668896334958 0.9695819561744866 2.471457149763103e-16 -6.04931830561078e-17 -2.396280017754634e-16 1 5.390132784555135e-13 6.024208909494178e-13 -9.836479569697209e-18 6.119982205302266e-22 1.54183626156442e-15 12.4771433865419
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 2.804598883045335e-16 3.133101552320142e-16 -0 0 0 -1.776356839390606e-15
2 0.07099997711187356 0.1600000141858864 0.2000000152587891 0.9299355698763678 -0.3677224984668669 1.413067346775421e-22 0.3677224984668669 0.9299355698763678 2.471458576637647e-16 -9.088122367201507e-17 -2.298296720274712e-16 1 8.665845818711659e-13 1.309494179757564e-12 -1.240603859019346e-17 9.451035788937422e-22 1.652988692450112e-15 13.37662470312538
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 0 -0 0 0 0
2 0.0709999771119201 0.1600000141858889 0.2000000152587891 0.8704070898704386 -0.4923327105761655 1.977046828420341e-22 0.4923327105761655 0.8704070898704386 2.47146032201898e-16 -1.216782480256624e-16 -2.151175613253973e-16 1 1.208796951424063e-12 2.631728168722702e-12 -1.510379478423194e-17 1.409921539246078e-21 1.762510169983102e-15 14.26290484439804
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -8.704618162344692e-16 4.525370874168743e-16 -0 0 0 -1.776356839372293e-15
2 0.07099997711199187 0.1600000141859081 0.2000000152587891 0.7889058324149615 -0.6145141069020765 2.696588094828346e-22 0.6145141069020765 0.7889058324149615 2.471462420612851e-16 -1.518750649499026e-16 -1.949749461124452e-16 1 1.353958611893802e-12 4.923783603061338e-12 -1.780831979573057e-17 2.040657758067769e-21 1.870292675396524e-15 15.13510915478735
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 2.09294142295344e-16 -2.73300144576351e-16 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.6841051864573546 -0.7293833654959153 1.733250668287004e-27 0.7293833654959153 0.6841051864573546 2.471452993979495e-16 -1.802636702425578e-16 -1.690733811254288e-16 1 1.387778780781446e-16 -2.775557561562891e-16 -2.036622458787113e-17 1.385949724382796e-26 1.976220384752741e-15 15.99237686953261
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -5.007814019319609e-17 -8.076284118400023e-17 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.5557222714818587 -0.8313680033409052 2.817576960368217e-27 0.8313680033409052 0.5557222714818587 2.471452993997043e-16 -2.054686940985881e-16 -1.373441471661252e-16 1 -2.081668171172169e-17 -1.110223024625157e-16 -2.259556231746447e-17 2.371513096320667e-26 2.080204927761113e-15 16.83386196552199
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 0 -0 0 0 0
2 0.07099997711181641 0.1600000141859063 0.2000000152587891 0.4047947187754974 -0.9144075872670053 4.434507622990053e-27 0.9144075872670053 0.4047947187754974 2.471452994022271e-16 -2.259915369325672e-16 -1.000431119641557e-16 1 7.702172233337023e-16 -2.498001805406602e-16 -2.429194800434723e-17 3.915373052406078e-26 2.182136550059794e-15 17.65873399443768
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -4.282148227426733e-17 6.746368325313377e-17 -0 0 -0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.2339270980274453 -0.9722541400315341 6.777671030529341e-27 0.9722541400315341 0.2339270980274453 2.471452994057651e-16 -2.402880405381736e-16 -5.781398267452512e-17 1 -3.469446951953614e-17 8.326672684688674e-17 -2.523978738241989e-17 6.257875788937242e-26 2.281914656976687e-15 18.46617890336827
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -7.686721705050887e-17 4.574506357293303e-16 -0 0 0 -3.552713678800501e-15
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.04747364318804187 -0.9988724909629129 1.008585784418681e-26 0.9988724909629129 0.04747364318804187 2.471452994106139e-16 -2.468666408525336e-16 -1.173288774974677e-17 1 -1.665334536937735e-16 -2.775557561562891e-16 -2.522747291227912e-17 9.710345262159631e-26 2.379440779110147e-15 19.25539983794618
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -5.613251302048372e-17 -9.606916836800815e-17 -0 0 -0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.1483798154519516 -0.9889304476890398 1.464490688258863e-26 0.9889304476890398 -0.1483798154519516 2.47145299417119e-16 -2.444095115946402e-16 3.667137393181223e-17 1 -1.387778780781446e-17 -1.665334536937735e-16 -2.406674579097571e-17 1.466368177213289e-25 2.474618669506925e-15 20.02561792875043
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 7.098950428786237e-16 7.422709005652851e-16 -0 0 0 -3.552713678800502e-15
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.345672139846866 -0.9383553547210612 2.078882678338604e-26 0.9383553547210612 -0.345672139846866 2.471452994256742e-16 -2.319101151030353e-16 8.543124452507453e-17 1 1.110223024625157e-15 0 -2.161521697132102e-17 2.159550115392307e-25 2.567354398646783e-15 20.77607305996028
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -1.642499463902418e-16 9.966764000273719e-17 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.5348944883315626 -0.8449188637688922 2.889648032226306e-26 0.8449188637688922 -0.5348944883315626 2.471452994367174e-16 -2.088177255704374e-16 1.321966585101689e-16 1 -2.498001805406602e-16 8.326672684688674e-17 -1.780041113129925e-17 3.10724224742278e-25 2.657556447140038e-15 21.50602461950135
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 1.566347998894128e-16 6.516705554869666e-17 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.7054123443949666 -0.7087971673018996 3.938682659560195e-26 0.7087971673018996 -0.7054123443949666 2.471452994507227e-16 -1.75175888134868e-16 1.743393451196476e-16 1 2.220446049250313e-16 1.110223024625157e-16 -1.264298169596999e-17 4.374843114499794e-25 2.745135796046512e-15 22.21475222994362
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 2.590332562311515e-16 3.207584018585958e-16 -0 0 0 0
2 0.0709999771118164 0.1600000141859064 0.2000000152587891 -0.8460889838031554 -0.533041678939784 5.27089986294096e-26 0.533041678939784 -0.8460889838031554 2.471452994681879e-16 -1.317387453260021e-16 2.091069153068618e-16 1 2.220446049250313e-16 2.775557561562891e-17 -6.276131889691904e-18 6.035590563064066e-25 2.830006014726777e-15 22.90155645943046
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -3.22706661306645e-16 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.9460955362238481 -0.3238876909320719 6.93294843896078e-26 0.3238876909320719 -0.9460955362238481 2.471452994896202e-16 -8.004732031081613e-17 2.338230646682908e-16 1 -2.775557561562891e-16 3.469446951953614e-18 1.042102244919531e-18 8.169009660970927e-25 2.912083346138965e-15 23.56575951193657
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 0 -0 0 0 0
2 0.07099997711181642 0.1600000141859064 0.2000000152587891 -0.9958665508639859 -0.09082848050181321 8.971503993156662e-26 0.09082848050181321 -0.9958665508639859 2.471452995155161e-16 -2.244783192881563e-17 2.461237369989124e-16 1 4.440892098500626e-16 4.163336342344337e-17 8.927059400604496e-18 1.085852787236622e-24 2.991286789496958e-15 24.20670589617393
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -1.497608982022716e-16 -4.69715357782504e-16 -0 0 0 3.552713678800501e-15
2 0.07099997711181642 0.1600000141859064 0.2000000152587891 -0.9881318498876057 0.1536080962635051 1.143122437278147e-25 -0.1536080962635051 -0.9881318498876057 2.471452995463391e-16 3.796351907674241e-17 2.442121420141911e-16 1 1.665334536937735e-16 8.881784197001252e-16 1.687902366688125e-17 1.418830038558086e-24 3.067538180208408e-15 24.82376307248565
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -7.249023496294043e-16 6.631405103940016e-16 -0 0 0 -3.552713678800501e-15
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.9189290324629864 0.3944229117288188 1.435241698045531e-25 -0.3944229117288188 -0.9189290324629864 2.471452995824941e-16 9.747976881330709e-17 2.27108990966507e-16 1 -3.05311331771918e-16 -2.775557561562891e-17 2.430999139659038e-17 1.823928257189896e-24 3.140762267013676e-15 25.41632207708913
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -3.520134026768569e-16 -6.565420281415402e-16 -0 0 0 3.552713678800501e-15
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.7884806488776828 0.61505956325012 1.776847559252109e-25 -0.61505956325012 -0.7884806488776828 2.471452996243011e-16 1.520090801863437e-16 1.948692861055515e-16 1 -8.326672684688674e-16 1.387778780781446e-16 3.058587316920377e-17 2.308462599609972e-24 3.210886786249596e-15 25.98379812305262
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 1.477027808331759e-16 6.650005274761019e-17 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.601810435065256 0.7986389673980148 2.170322504091166e-25 -0.7986389673980148 -0.601810435065256 2.471452996719666e-16 1.973798670579046e-16 1.487346201465889e-16 1 1.52655665885959e-16 5.551115123125783e-17 3.508232386817162e-17 2.878458779842846e-24 3.277842533164767e-15 26.52563117741194
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 2.463676882234594e-16 -6.449271881296055e-16 -0 0 0 3.552713678800501e-15
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.3689782488938663 0.9294380301253097 2.616830841955001e-25 -0.9294380301253097 -0.3689782488938663 2.471452997255576e-16 2.297062406282068e-16 9.119123967186774e-17 1 -1.760744328116459e-16 5.551115123125783e-17 3.725010794748765e-17 3.538123990311286e-24 3.341563430216073e-15 27.04128651385814
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -2.093202784362557e-16 3.036289108708281e-16 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.104836313739862 0.9944894908049241 3.116076256966091e-25 -0.9944894908049241 -0.104836313739862 2.471452997849765e-16 2.457834033706594e-16 2.590980187769953e-17 1 -1.804112415015879e-16 2.775557561562891e-16 3.668369213209538e-17 4.289318759460258e-24 3.401986592278987e-15 27.53025524045015
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -5.353102782023238e-16 -6.562355257514031e-16 -0 0 0 3.552713678800502e-15
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.1717492981196948 0.9851406897471001 3.666091034203976e-25 -0.9851406897471001 0.1717492981196948 2.471452998499416e-16 2.434728910989605e-16 -4.244703214397053e-17 1 -9.992007221626409e-16 1.110223024625157e-16 3.31849930752656e-17 5.131070619008849e-24 3.459052388707391e-15 27.99205480183207
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.4392105172333323 0.8983841725852191 4.263080506195508e-25 -0.8983841725852191 0.4392105172333323 2.471452999199712e-16 2.220314255896902e-16 -1.08548815392626e-16 1 5.551115123125783e-17 -4.718447854656915e-16 2.681328538198187e-17 6.059165079570917e-24 3.512704502181704e-15 28.42622945545929
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 5.266930395053358e-16 -2.252493875477764e-16 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.6750527163754994 0.7377694966004352 4.901328143087198e-25 -0.7377694966004352 0.6750527163754994 2.471452999943769e-16 1.823362632331495e-16 -1.668361064622469e-16 1 4.440892098500626e-16 -2.775557561562891e-16 1.791253061685161e-17 7.065840933130444e-24 3.562889984287231e-15 28.83235072136345
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -3.478695886535633e-16 1.245623413457428e-17 -0 0 0 0
2 0.0709999771118164 0.1600000141859064 0.2000000152587891 0.8579530770455118 0.5137280580113743 5.573181994098402e-25 -0.5137280580113743 0.8579530770455118 2.471453000722636e-16 1.269654745746095e-16 -2.120390709606449e-16 1 -3.885780586188048e-16 -3.747002708109903e-16 7.109020200710465e-18 8.13963760845638e-24 3.609559307767978e-15 29.21001780501242
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 8.928786821822005e-16 4.038344746933538e-16 -0 0 0 0
2 0.07099997711181641 0.1600000141859063 0.2000000152587891 0.969978021199119 0.2431925952627698 6.269124267518355e-25 -0.2431925952627698 0.969978021199119 2.471453001525387e-16 6.010390634300085e-17 -2.397255093430823e-16 1 1.609823385706477e-15 3.747002708109903e-16 -4.724768503627495e-18 9.265407595661897e-24 3.652666415404338e-15 29.55885799284796
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -1.246320065031962e-15 -5.716981277731032e-17 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.9986713115955811 -0.05153262457862787 6.977932122745361e-25 0.05153262457862787 0.9986713115955811 2.47145300233932e-16 -1.273604667019355e-17 -2.468169211033454e-16 1 -1.332267629550188e-15 -8.326672684688674e-17 -1.654007019781582e-17 1.042451668128885e-23 3.692168765466454e-15 29.87852702011069
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -2.956657740931853e-16 4.168880108589615e-16 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.9387483451798231 -0.3446034596781404 7.686934419859552e-25 0.3446034596781404 0.9387483451798231 2.471453003150238e-16 -8.516712625335988e-17 -2.320072414248045e-16 1 -3.33066907387547e-16 4.440892098500626e-16 -2.721068209664112e-17 1.159524457871406e-23 3.728027373698416e-15 30.16870941058952
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -2.126982243487942e-16 3.412227181031903e-16 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.7931512289547746 -0.6090247351360457 8.382347601805183e-25 0.6090247351360457 0.7931512289547746 2.471453003942816e-16 -1.505176017775928e-16 -1.960235982276157e-16 1 -8.326672684688674e-17 2.775557561562891e-16 -3.565124735860637e-17 1.275337265417561e-23 3.760206851791823e-15 30.42911878795996
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -6.36418118681068e-17 -6.822565771464487e-17 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.5732753409735383 -0.8193627910954179 9.049687935843359e-25 0.8193627910954179 0.5732753409735383 2.471453004701064e-16 -2.025016637180983e-16 -1.416823056555101e-16 1 -9.020562075079397e-16 5.551115123125783e-17 -4.094156943403001e-17 1.387294436403358e-23 3.788675442310754e-15 30.65949815840431
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 1.497608982022716e-16 4.69715357782504e-16 -0 0 0 -3.552713678800501e-15
2 0.0709999771118164 0.1600000141859064 0.2000000152587891 0.2982673139211223 -0.9544823777557544 9.674248959288981e-25 0.9544823777557544 0.2982673139211223 2.471453005408813e-16 -2.358958343999722e-16 -7.371536401716715e-17 1 -9.089951014118469e-16 -7.216449660063518e-16 -4.244125589818989e-17 1.492718143042979e-23 3.813405050033621e-15 30.85962016423476
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -1.934990677152997e-16 -7.355067673356874e-16 -0 0 0 3.552713678800501e-15
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.006593120078036072 -0.9999782651476163 1.024160511789492e-24 0.9999782651476163 -0.006593120078036072 2.471453006050281e-16 -2.471399289316497e-16 1.629459667749523e-18 1 -1.457167719820518e-15 -5.551115123125783e-17 -3.987883976876783e-17 1.588948523857722e-23 3.834371269680964e-15 31.02928730826902
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -2.921684115655746e-16 -7.119196523650799e-16 -0 0 -0 3.552713678800501e-15
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.3122939950009791 -0.9499855055138097 1.073814128873464e-24 0.9499855055138097 -0.3122939950009791 2.471453006610615e-16 -2.347844530485153e-16 7.718199430926889e-17 1 -7.494005416219807e-16 1.110223024625157e-16 -3.340177783723137e-17 1.673449765746231e-23 3.851553410001719e-15 31.16833214873701
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -7.827013682448426e-16 7.887818467551717e-18 -0 0 0 0
2 0.0709999771118164 0.1600000141859064 0.2000000152587891 -0.5890294267798601 -0.8081115853564961 1.115156800498094e-24 0.8081115853564961 -0.5890294267798601 2.47145300707645e-16 -1.997209801114028e-16 1.455758557083314e-16 1 -7.216449660063518e-16 -5.273559366969494e-16 -2.357823702168295e-17 1.743916619928225e-23 3.864934514194198e-15 31.27661746452656
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -0 -7.469226974940239e-16 -0 0 0 3.552713678800501e-15
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.8093451505825328 -0.5873333186773396 1.147140056564631e-24 0.5873333186773396 -0.8093451505825328 2.471453007436401e-16 -1.451566687528391e-16 2.000258513198803e-16 1 -4.440892098500626e-16 -2.775557561562891e-17 -1.134780034088092e-17 1.798373542038759e-23 3.87450137664152e-15 31.35403639060472
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 3.501847724974379e-16 7.919645106607001e-17 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.9511176200272496 -0.3088288731218316 1.168937780979013e-24 0.3088288731218316 -0.9511176200272496 2.471453007681516e-16 -7.632560362178708e-17 2.350642506285249e-16 1 3.885780586188048e-16 6.938893903907228e-17 2.074738728390607e-18 1.835262275410227e-23 3.880244555944916e-15 31.40051252348103
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -5.550474598723962e-16 -6.361577396542083e-17 -0 0 0 0
2 0.0709999771118164 0.1600000141859064 0.2000000152587891 -0.9999999892060515 0.0001469282034757814 1.179979622494947e-24 -0.0001469282034757814 -0.9999999892060515 2.471453007805619e-16 3.631379502077935e-20 2.471452981127149e-16 1 -5.551115123125783e-16 -4.996003610813204e-16 1.533156483447845e-17 1.853511990816857e-23 3.882158384242028e-15 31.41599999660897
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 2.958554629702577e-16 1.319814913526543e-16 -0 0 0 0
2 0.07099997711181641 0.1600000141859063 0.2000000152587891 -0.9510268724409859 0.3091082138913761 1.17997443808112e-24 -0.3091082138913761 -0.9510268724409859 2.47145300780556e-16 7.639464361811199e-17 2.350418220750792e-16 1 1.110223024625157e-15 8.326672684688674e-17 2.707370589843378e-17 1.852588392319764e-23 3.880240972800948e-15 31.40048352565094
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -1.234842103292779e-15 9.432804625460909e-16 -0 0 0 -3.552713678800501e-15
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.8091728646911321 0.5875706553662688 1.168922367376482e-24 -0.5875706553662688 -0.8091728646911321 2.471453007681343e-16 1.452153272888865e-16 1.999832703306782e-16 1 -7.771561172376096e-16 1.110223024625157e-16 3.611318585219426e-17 1.832518301637506e-23 3.874494213884414e-15 31.35397842356202
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -2.332400495115994e-16 -7.509890848562479e-17 -0 0 0 0
2 0.07099997711181642 0.1600000141859064 0.2000000152587891 -0.5887929867086399 0.8082838726602921 1.147114776037809e-24 -0.8082838726602921 -0.5887929867086399 2.471453007436116e-16 1.997635614702521e-16 1.455174188486418e-16 1 -2.775557561562891e-16 2.775557561562891e-16 4.155583468808196e-17 1.793888532526693e-23 3.864923778882365e-15 31.27653058547801
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -1.033820977084648e-15 -1.05479681777658e-15 -0 0 0 3.5527136788005e-15
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.3120170236698309 0.9500765110980379 1.115122337137296e-24 -0.9500765110980379 -0.3120170236698309 2.471453007076061e-16 2.34806945378495e-16 7.711354008132106e-17 1 -2.30891694652513e-15 -2.775557561562891e-16 4.289779633300057e-17 1.737818685687822e-23 3.851539112714656e-15 31.16821644342211
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -9.714644431272357e-16 -1.387751214785834e-16 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.006302887581600313 0.9999801366067896 1.073771382473162e-24 -0.9999801366067896 -0.006302887581600313 2.471453006610134e-16 2.471403915234942e-16 1.557727972637123e-18 1 -1.040834085586084e-15 -2.220446049250313e-16 4.007393453858828e-17 1.665910227644581e-23 3.834353424509486e-15 31.02914289087551
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 7.131269625100504e-17 -1.589389024928496e-16 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.2985428141459751 0.9543962427219639 1.024110517729623e-24 -0.9543962427219639 0.2985428141459751 2.471453006049716e-16 2.358745459980343e-16 -7.37834545229684e-17 1 -7.771561172376096e-16 -2.775557561562891e-16 3.345314469884064e-17 1.58017426066722e-23 3.813383674566776e-15 30.85944717728584
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -8.30093956331539e-16 1.023179483474696e-15 -0 0 0 -3.552713678800501e-15
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.5735102937343806 0.819198353868405 9.673689730862889e-25 -0.819198353868405 0.5735102937343806 2.47145300540818e-16 2.024610228145543e-16 -1.417403747007034e-16 1 -3.33066907387547e-16 2.775557561562891e-16 2.37829326431583e-17 1.482942637870048e-23 3.788650557619401e-15 30.65929677261798
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -6.122621307347149e-16 3.082685096389347e-16 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.7933245400799795 0.6087989603365702 9.049081868801021e-25 -0.6087989603365702 0.7933245400799795 2.471453004700376e-16 1.504618012603423e-16 -1.960664323792281e-16 1 -7.216449660063518e-16 3.469446951953614e-16 1.209235834390486e-17 1.376767580661249e-23 3.760178482408849e-15 30.42888920208062
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -7.817799971566275e-16 3.730695255921212e-16 -0 0 0 0
2 0.0709999771118164 0.1600000141859064 0.2000000152587891 0.9388455509006726 0.3443385420687215 8.381707576766063e-25 -0.3443385420687215 0.9388455509006726 2.471453003942089e-16 8.510165162996524e-17 -2.320312659897278e-16 1 -6.661338147750939e-16 -1.144917494144693e-16 -4.324498706607375e-19 1.264315695280266e-23 3.727995547595512e-15 30.16845185119179
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -3.378493568145982e-16 -2.280926339364847e-16 -0 0 0 0
2 0.0709999771118164 0.1600000141859064 0.2000000152587891 0.9986856746223763 0.05125351991862635 7.686275305002825e-25 -0.05125351991862635 0.9986856746223763 2.471453003149485e-16 1.26670658048698e-17 -2.468204710141791e-16 1 -2.220446049250313e-16 -5.967448757360216e-16 -1.25832199214624e-17 1.148261956055109e-23 3.692133514027475e-15 29.87824174137579
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 3.119735323907156e-16 -2.890652796074611e-16 -0 0 0 0
2 0.07099997711181642 0.1600000141859064 0.2000000152587891 0.9699107453220328 -0.2434607691371628 6.977266952764887e-25 0.2434607691371628 0.9699107453220328 2.471453002338558e-16 -6.017018556030218e-17 -2.397088821827876e-16 1 3.885780586188048e-16 1.942890293094024e-16 -2.325771764391642e-17 1.031189292037295e-23 3.652627773395181e-15 29.55854527631286
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 3.156694711372318e-16 -3.333271873659067e-16 -0 0 0 0
2 0.07099997711181641 0.1600000141859063 0.2000000152587891 0.8578126838934589 -0.5139624493593874 6.268465137254187e-25 0.5139624493593874 0.8578126838934589 2.471453001524628e-16 -1.270234043517377e-16 -2.12004372913263e-16 1 1.110223024625157e-15 -3.33066907387547e-16 -3.156623866902774e-17 9.154992312479923e-24 3.609517313303006e-15 29.20967795929204
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -4.033245377877026e-16 1.22893615844198e-16 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.6748537242739634 -0.7379515233628571 5.57254141439146e-25 0.7379515233628571 0.6748537242739634 2.471453000721893e-16 -1.823812510563076e-16 -1.667869257792967e-16 1 -1.235123114895487e-15 1.110223024625157e-16 -3.690558145327013e-17 8.033371536420642e-24 3.562844678792215e-15 28.83198408184605
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -1.853458906882315e-16 -2.493841028450086e-16 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.4389716311526659 -0.8985009221159252 4.900714310695324e-25 0.8985009221159252 0.4389716311526659 2.471452999943056e-16 -2.22060280156628e-16 -1.084897750298856e-16 1 -2.151057110211241e-16 -3.33066907387547e-16 -3.899488160234911e-17 6.965345378616397e-24 3.512655930353334e-15 28.42583638397548
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -5.634588024642916e-17 2.734439410248509e-16 -0 0 -0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.1714913549868617 -0.9851856247249907 4.262501432987269e-25 0.9851856247249907 0.1714913549868617 2.471452999199035e-16 -2.434839967725336e-16 -4.238328194196308e-17 1 -2.775557561562891e-17 2.220446049250313e-16 -3.787310750979506e-17 5.965719180536378e-24 3.459000598469372e-15 27.99163568629779
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 1.674607741568537e-16 5.658385000364213e-16 -0 0 0 -3.5527136788005e-15
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.1050923994269488 -0.9944624616257201 3.665553622712294e-25 0.9944624616257201 -0.1050923994269488 2.471452998498783e-16 -2.457767232294145e-16 2.5973092932842e-17 1 5.273559366969494e-16 -1.665334536937735e-16 -3.386283514742482e-17 5.045600103726094e-24 3.401931634734758e-15 27.52981049448375
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -9.29727928836145e-16 -4.965440546908951e-16 -0 0 0 3.552713678800502e-15
2 0.07099997711181641 0.1600000141859063 0.2000000152587891 -0.3692133239143431 -0.9293446731133301 3.115584698014525e-25 0.9293446731133301 -0.3692133239143431 2.471452997849183e-16 -2.296831677250793e-16 9.124933791294168e-17 1 -6.106226635438361e-16 1.665334536937735e-16 -2.750851723639341e-17 4.212397918668288e-24 3.341505359598255e-15 27.04081657637226
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.6020085676231995 -0.7984896270511369 2.616388340290979e-25 0.7984896270511369 -0.6020085676231995 2.471452997255047e-16 -1.973429580477509e-16 1.487835880914733e-16 1 6.661338147750939e-16 0 -1.949949061793379e-17 3.470002892917057e-24 3.277781406781364e-15 26.5251365121803
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -5.63532029403361e-16 7.119648161497784e-16 -0 0 0 -3.552713678800501e-15
2 0.07099997711181642 0.1600000141859064 0.2000000152587891 -0.7886301113230726 -0.6148679106235405 2.169929799271785e-25 0.6148679106235405 -0.7886301113230726 2.471452996719193e-16 -1.519617138585746e-16 1.949062253266619e-16 1 -1.110223024625157e-16 3.885780586188048e-16 -1.058836505535428e-17 2.819094630142249e-24 3.210822664427068e-15 25.98327921825237
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -1.23853563967143e-15 1.422737437067265e-16 -0 0 0 0
2 0.0709999771118164 0.1600000141859064 0.2000000152587891 -0.9190227744571864 -0.3942044393826832 1.776503850090514e-25 0.3942044393826832 -0.9190227744571864 2.471452996242593e-16 -9.742577412118167e-17 2.2713215902477e-16 1 -1.165734175856414e-15 -2.099015405931937e-16 -1.514400287493422e-18 2.257561349700586e-24 3.140695213036951e-15 25.41577944481908
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -2.247034103203959e-16 -1.371357874197727e-16 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.9881674897965567 -0.1533786559765471 1.434945813576314e-25 0.1533786559765471 -0.9881674897965567 2.471452995824577e-16 -3.790681373908177e-17 2.442209503254243e-16 1 -2.220446049250313e-16 -1.595945597898663e-16 7.06061895382271e-18 1.780997115524991e-24 3.06746826025793e-15 24.82319724826082
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 1.114854173503995e-16 -3.178631951957092e-16 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.9958459599570025 0.09105396222743997 1.142871342235718e-25 -0.09105396222743997 -0.9958459599570025 2.471452995463079e-16 2.250355888339124e-17 2.461186480651476e-16 1 1.665334536937735e-16 -3.191891195797325e-16 1.459919144793563e-17 1.383223938784321e-24 2.991214072582879e-15 24.2061174383971
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 0 -0 0 0 0
2 0.07099997711181642 0.1600000141859063 0.2000000152587891 -0.9460241204204921 0.3240962258074508 8.969408273228379e-26 -0.3240962258074508 -0.9460241204204921 2.471452995154897e-16 8.009885888387499e-17 2.338054145611307e-16 1 1.332267629550188e-15 8.326672684688674e-17 2.071558946370513e-17 1.056827192570887e-24 2.912007904032555e-15 23.56514900134726
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -1.017078598338294e-15 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.8459747806022635 0.5332229089086029 6.931224038325774e-26 -0.5332229089086029 -0.8459747806022635 2.471452994895982e-16 1.317835355755678e-16 2.090786904756346e-16 1 -9.71445146547012e-16 2.775557561562891e-17 2.518457156096799e-17 7.936572781323687e-25 2.829927921889151e-15 22.90092449853174
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -5.460662140100779e-16 -2.295739934210582e-16 -0 0 0 0
2 0.07099997711181642 0.1600000141859064 0.2000000152587891 -0.705265049992492 0.7089437278508696 5.269511960785837e-26 -0.7089437278508696 -0.705265049992492 2.471452994681698e-16 1.752121099629479e-16 1.743029419474703e-16 1 -5.551115123125783e-16 8.326672684688674e-17 2.79338487819498e-17 5.852872628044512e-25 2.745055129554753e-15 22.21409944240751
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 8.801977177587752e-16 -1.237288101484541e-16 -0 0 0 0
2 0.0709999771118164 0.1600000141859064 0.2000000152587891 -0.5347245151996732 0.845026445056292 3.937573323912229e-26 -0.845026445056292 -0.5347245151996732 2.471452994507081e-16 2.088443138282598e-16 1.321546503993844e-16 1 2.775557561562891e-16 -4.163336342344337e-16 2.902412408853429e-17 4.233944668218269e-25 2.657473286610819e-15 21.50535164955334
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -2.957684334445644e-17 -7.03254338441113e-16 -0 0 0 3.552713678800501e-15
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.3454897824508172 0.9384225115703944 2.888783983016057e-26 -0.9384225115703944 -0.3454897824508172 2.471452994367059e-16 2.319267126301912e-16 8.538617570902059e-17 1 -4.484260185400046e-16 5.551115123125783e-17 2.862109647336555e-17 3.000779551806416e-25 2.567268826157549e-15 20.77538057174361
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 2.104910118332788e-16 -6.038803045435366e-16 -0 0 0 3.5527136788005e-15
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.1481945756369411 0.9889582234613284 2.078217076949823e-26 -0.9889582234613284 -0.1481945756369411 2.471452994256651e-16 2.444163762599036e-16 3.662559274849848e-17 1 -1.804112415015879e-16 0 2.69637592771818e-17 2.080806019833146e-25 2.474530769514714e-15 20.02490660567055
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 5.557428781996657e-17 -0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.04765354551629133 0.998863924466054 1.463997650193099e-26 -0.998863924466054 0.04765354551629133 2.471452994171119e-16 2.468645236884167e-16 -1.177734978953414e-17 1 6.938893903907228e-17 0 2.433277736101041e-17 1.409440029988014e-25 2.379350638368145e-15 19.25467038199637
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 5.709768340874936e-17 5.666713802393522e-16 -0 0 0 -3.552713678800501e-15
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.2340950261018949 0.9722137207190367 1.008223401440345e-26 -0.9722137207190367 0.2340950261018949 2.471452994106087e-16 2.40278051095848e-16 -5.785548532628917e-17 1 4.996003610813204e-16 -2.220446049250313e-16 2.102187921805799e-17 9.308637567698461e-26 2.28182236444857e-15 18.46543203443685
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -1.865487866878669e-16 6.217622944684351e-16 -0 0 0 -3.552713678800502e-15
2 0.07099997711181641 0.1600000141859063 0.2000000152587891 0.4049457470962867 0.9143407143448389 6.77513188449066e-27 -0.9143407143448389 0.4049457470962867 2.471452994057612e-16 2.259750096028892e-16 -1.000804379153962e-16 1 6.938893903907228e-16 -5.551115123125783e-17 1.731422349555266e-17 5.981754750587258e-26 2.182042196831934e-15 17.65797044959754
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 3.338894139846826e-17 8.075433988649381e-17 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.5558531681020507 0.8312804914774035 4.432708034050018e-27 -0.8312804914774035 0.5558531681020507 2.471452994022243e-16 2.054470659509471e-16 -1.373764976579411e-16 1 0 6.938893903907228e-17 1.346474303793103e-17 3.730799322106992e-26 2.080108606952749e-15 16.83308249830325
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -9.181148121691951e-17 -8.09664586293451e-17 -0 0 0 0
2 0.07099997711181641 0.1600000141859063 0.2000000152587891 0.6842142832265812 0.7292810258252547 2.816356691155453e-27 -0.7292810258252547 0.6842142832265812 2.471452993997022e-16 1.802383774721775e-16 -1.6910034388364e-16 1 3.608224830031759e-16 -6.938893903907228e-17 9.688641072180934e-18 2.251902061566531e-26 1.976122191424143e-15 15.99158224917892
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 1.143300909920175e-16 2.846863479048292e-16 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.7889928186717885 0.6144024186836722 1.732486459285071e-27 -0.6144024186836722 0.7889928186717885 2.471452993979483e-16 1.518466697150328e-16 -1.949958663945347e-16 1 5.551115123125783e-17 3.122502256758253e-16 6.155576655384397e-18 1.3110079383868e-26 1.870185572760617e-15 15.13430016525851
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 0 -0 0 0 0
2 0.07099997711188544 0.1600000141857451 0.2000000152587891 0.8704727629305462 0.4922165874856932 2.695834785418964e-22 -0.4922165874856932 0.8704727629305462 2.471462418474368e-16 1.216492451069838e-16 -2.151342046822991e-16 1 4.771599781960845e-12 6.041937783418661e-13 2.988642527335106e-18 1.922410876712597e-21 1.762410018783689e-15 14.26208228463877
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 7.48804491004299e-17 2.34857678889038e-16 -0 0 0 -1.776356839383505e-15
2 0.07099997711186795 0.1600000141858148 0.2000000152587891 0.9299815710353045 0.3676061445823598 1.976450378763417e-22 -0.3676061445823598 0.9299815710353045 2.471460320226673e-16 9.085221617443832e-17 -2.298413277911122e-16 1 2.630784479151771e-12 6.690672321729707e-13 2.670819684729849e-19 1.321829199829054e-21 1.652886635780279e-15 13.37578938454235
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -2.696001167749661e-17 1.217548994466826e-16 -0 0 0 -1.776356839390611e-15
2 0.07099997711185109 0.1600000141858568 0.2000000152587891 0.9696105147790745 0.2446537341424778 1.412605161244557e-22 -0.2446537341424778 0.9696105147790745 2.471458575159661e-16 6.04650199514441e-17 -2.396352566914844e-16 1 1.368516411304199e-12 5.188800777933267e-13 -1.968534790233327e-18 8.812040156107553e-22 1.541732453269853e-15 12.47629613351099
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 3.165950269955607e-16 6.262801773794691e-17 -0 0 0 0
2 0.07099997711183779 0.1600000141858809 0.2000000152587891 0.9919528249257388 0.1266080294525057 9.806414184071936e-23 -0.1266080294525057 0.9919528249257388 2.471457148566485e-16 3.12905346706286e-17 -2.451569024360513e-16 1 6.690203946391193e-13 3.369388101859272e-13 -3.709616100758962e-18 5.670309049315023e-22 1.429057102042785e-15 11.56449022692284
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 1.97458746710479e-16 -3.789389490254108e-16 -0 0 0 3.552713678794976e-15
2 0.07099997711182857 0.160000014185894 0.2000000152587891 0.9998734259342187 0.01591012603873666 6.582129938385458e-23 -0.01591012603873666 0.9998734259342187 2.471456004925201e-16 3.932051840787137e-18 -2.47114319316251e-16 1 3.047562202596055e-13 1.922836889711732e-13 -4.972328518535585e-18 3.502111589839106e-22 1.31497171883483e-15 10.64127151132215
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 2.043620513551322e-16 -4.14312127170576e-17 -0 0 0 1.776356839398898e-15
2 0.07099997711182275 0.1600000141859007 0.2000000152587891 0.9963178644941808 -0.08573629855408552 4.246740828413539e-23 0.08573629855408552 0.9963178644941808 2.471455108588235e-16 -2.11893836163316e-17 -2.46235483957188e-16 1 1.292577156419839e-13 9.757472607674345e-14 -5.790547734580142e-18 2.061272679355263e-22 1.199588837450747e-15 9.70755109637404
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 3.681814908537195e-17 -3.752812280858717e-16 -0 0 0 1.776356839399636e-15
2 0.07099997711181943 0.160000014185904 0.2000000152587891 0.9841628826121166 -0.1772665238803117 2.61384376066376e-23 0.1772665238803117 0.9841628826121166 2.471454424438751e-16 -4.381063919936748e-17 -2.432313664265411e-16 1 4.977962486663046e-14 4.390238173002103e-14 -6.209481912879055e-18 1.145419068739116e-22 1.083022278281928e-15 8.764250455703829
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -6.98343375978785e-17 -2.002851730072679e-17 -0 0 0 0
2 0.07099997711181771 0.1600000141859054 0.2000000152587891 0.9661071568652292 -0.2581413594404883 1.519264917958649e-23 0.2581413594404883 0.9661071568652292 2.471453918507354e-16 -6.379846210952812e-17 -2.387689279314058e-16 1 1.749989042565403e-14 1.748601263784622e-14 -6.280274430384851e-18 5.934477051894724e-23 9.653870363277196e-16 7.8123005175089
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -8.235636125003414e-17 1.109136776743159e-16 -0 0 0 0
2 0.07099997711181691 0.160000014185906 0.2000000152587891 0.9445980143137153 -0.3282294797159239 8.223394163184733e-24 0.3282294797159239 0.9445980143137153 2.471453558543668e-16 -8.112039933408748e-17 -2.33453009687731e-16 1 5.322131624296844e-15 6.120104423246175e-15 -6.055729264450343e-18 2.817598294125322e-23 8.467991678363819e-16 6.852640745840014
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 9.253184036009723e-17 -1.311578468366432e-16 -0 0 0 8.8817841970011e-16
2 0.07099997711181658 0.1600000141859063 0.2000000152587891 0.9217883190849413 -0.3876935578502155 4.063015864996721e-24 0.3876935578502155 0.9217883190849413 2.47145331453847e-16 -9.581665660265327e-17 -2.278156780753272e-16 1 1.450228825916611e-15 1.804112415015879e-15 -5.587176120759978e-18 1.195789899915707e-23 7.273756756874963e-16 5.88621821345899
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 4.406747544878191e-17 1.621113271611974e-16 -0 0 0 -8.881784197001213e-16
2 0.07099997711181645 0.1600000141859064 0.2000000152587891 0.8995170111691501 -0.4368857363399716 1.778130524417902e-24 0.4368857363399716 0.8995170111691501 2.471453159192991e-16 -1.079742649278366e-16 -2.223114151233435e-16 1 3.122502256758253e-16 3.677613769070831e-16 -4.922404163005221e-18 4.368854822064454e-24 6.072343936426422e-16 4.913986667187525
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 2.660845405823347e-17 -3.757943932771984e-17 -0 0 0 0
2 0.07099997711181644 0.1600000141859063 0.2000000152587891 0.8793067557599389 -0.4762558443472703 6.567645442680391e-25 0.4762558443472703 0.8793067557599389 2.471453068332912e-16 -1.177043973598518e-16 -2.17316537640088e-16 1 1.700029006457271e-16 9.71445146547012e-17 -4.104538952865552e-18 1.292810001987095e-24 4.864938695955922e-16 3.936905586669714
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 4.890631208135194e-17 3.739945074649999e-17 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.8623726205224888 -0.5062740990542333 1.880190679766873e-25 0.5062740990542333 0.8623726205224888 2.471453021265202e-16 -1.251232653317328e-16 -2.131313417494803e-16 1 4.85722573273506e-17 3.816391647148976e-17 -3.171710555246959e-18 2.778864597520627e-25 3.652732479569297e-16 2.955939237476881
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -2.501112365586842e-17 -7.369421571976747e-18 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.8496364606845588 -0.5273688317254027 3.510439656399653e-26 0.5273688317254027 0.8496364606845588 2.471453001076631e-16 -1.303367282140283e-16 -2.09983658039785e-16 1 -1.561251128379126e-17 -6.938893903907228e-18 -2.157354364519124e-18 3.461388531832044e-26 2.436921513111339e-16 1.972055719489508
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -9.018632734022097e-18 7.30095339980712e-19 -0 0 0 0
2 0.07099997711181641 0.1600000141859063 0.2000000152587891 0.8417426178770101 -0.5398790283476085 2.735781945258113e-27 0.5398790283476085 0.8417426178770101 2.471452994873131e-16 -1.334285641501921e-16 -2.080327313849716e-16 1 1.908195823574488e-17 1.734723475976807e-18 -1.09099282348637e-18 1.349044592565261e-27 1.218705614865394e-16 0.9862260114948741
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 5.486382772616557e-21 -3.267170006329515e-21 -0 0 0 0
2 0.07099997711189986 0.1600000141858463 0.2000000152587891 0.8390715299939245 -0.5440211094743058 3.698699672044976e-24 0.5440211094743058 0.8390715299939245 2.471460498489037e-16 -1.344526713444662e-16 -2.073732121665036e-16 1 -6.976840979944221e-17 -9.595104523201989e-17 6.40609811634598e-22 -1.067050920156444e-27 -7.130003587242511e-20 -0.0005769870561638793
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 6.454154352208281e-18 4.322403248858659e-18 -0 0 0 0
2 0.07099997711189911 0.1600000141858437 0.2000000152587891 0.841748846860499 -0.5398693164174272 -3.724733511727096e-24 0.5398693164174272 0.841748846860499 2.471460533666498e-16 -1.334265677510281e-16 -2.080349074383702e-16 1 -1.229710777650439e-13 -1.639174906920005e-13 1.092262718919227e-18 1.838862602068991e-24 -1.220134629442967e-16 -0.9873794161971539
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -3.698111121875436e-17 2.327361786666136e-18 -0 0 0 0
2 0.07099997711181642 0.1600000141859064 0.2000000152587891 0.8496486238512437 -0.5273492353153532 -2.746419241526953e-27 0.5273492353153532 0.8496486238512437 2.471452994876018e-16 -1.303318846942373e-16 -2.099866636023927e-16 1 -3.469446951953614e-17 -2.081668171172169e-17 2.15857615862153e-18 2.709638601821023e-27 -2.43834468949402e-16 -1.973207416486868
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 6.726052957133917e-17 -1.047205871707636e-17 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.8623901208873519 -0.5062442882600244 -3.518641344623623e-26 0.5062442882600244 0.8623901208873519 2.471453001089961e-16 -1.251158965201444e-16 -2.131356652555509e-16 1 6.591949208711867e-17 -6.938893903907228e-18 3.172854905998034e-18 5.202466179413037e-26 -3.654152117490399e-16 -2.957088090187306
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 2.934512688784317e-17 -3.813480262872592e-17 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.8793286804919167 -0.4762153626924951 -1.883322704079633e-25 0.4762153626924951 0.8793286804919167 2.471453021301626e-16 -1.176943895260557e-16 -2.173219525015787e-16 1 1.387778780781446e-17 -4.85722573273506e-17 4.105569203188194e-18 3.70830963725624e-25 -4.866353355320131e-16 -3.938050461308949
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 2.048821970582609e-16 1.248365458076158e-17 -0 0 0 0
2 0.07099997711181641 0.1600000141859063 0.2000000152587891 0.8995421138902375 -0.4368340478235217 -6.576131182459998e-25 0.4368340478235217 0.8995421138902375 2.4714530684099e-16 -1.079614841963853e-16 -2.223176120410633e-16 1 3.469446951953614e-17 -3.469446951953614e-17 4.923278508689941e-18 1.616125777979478e-24 -6.07375215333899e-16 -4.915126433897256
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 8.637165904342269e-18 1.632572186068101e-16 -0 0 0 -8.881784197001211e-16
2 0.07099997711181642 0.1600000141859063 0.2000000152587891 0.9218150015229812 -0.3876301110171734 -1.780004401868496e-24 0.3876301110171734 0.9218150015229812 2.471453159332584e-16 -9.580096461174859e-17 -2.278222604733976e-16 1 -2.636779683484747e-16 -3.122502256758253e-16 5.587846931866753e-18 5.239756028833287e-24 -7.275157038133912e-16 -5.887351747421803
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 1.0250986937989e-16 -6.347144360833909e-17 -0 0 0 8.881784197001098e-16
2 0.07099997711181649 0.1600000141859062 0.2000000152587891 0.9446243118732063 -0.3281537892788555 -4.066625439817003e-24 0.3281537892788555 0.9446243118732063 2.471453314766962e-16 -8.11016731852234e-17 -2.334594900133282e-16 1 -2.35228503342455e-15 -1.304512053934559e-15 6.056143048145315e-18 1.393585146062285e-23 -8.469382496904008e-16 -6.853766928389342
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 0 -0 0 0 0
2 0.0709999771118166 0.1600000141859058 0.2000000152587891 0.9661307338164772 -0.2580531053392601 -8.229698141730605e-24 0.2580531053392601 0.9661307338164772 2.47145355889123e-16 -6.377661860640048e-17 -2.38774726168192e-16 1 -8.118505867571457e-15 -4.288236432614667e-15 6.280372616191443e-18 3.215103677240573e-23 -9.65525015475769e-16 -7.813418237233097
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -7.488044910112502e-17 -2.348576788912182e-16 -0 0 0 1.776356839399995e-15
2 0.07099997711181676 0.1600000141859048 0.2000000152587891 0.9841810436092159 -0.1771656665391879 -1.520287436382508e-23 0.1771656665391879 0.9841810436092159 2.471453919007577e-16 -4.378566312580578e-17 -2.432358124175237e-16 1 -2.611799665430681e-14 -1.024180740216707e-14 6.209202644362014e-18 6.662932287920522e-23 -1.083158994353057e-15 -8.765358609542709
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 2.561123031790621e-16 -5.303698479438597e-18 -0 0 0 0
2 0.07099997711181674 0.1600000141859025 0.2000000152587891 0.9963275898775897 -0.08562320741897807 -2.615408897523498e-23 0.08562320741897807 0.9963275898775897 2.471454425128128e-16 -2.116135942888926e-17 -2.462378253274182e-16 1 -7.102651800039439e-14 -1.946359740045978e-14 5.789828837079236e-18 1.269604295271397e-22 -1.199724126075863e-15 -9.708648590707195
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 1.236402145186486e-16 7.671876319688905e-17 -0 0 0 -1.776356839398896e-15
2 0.07099997711181598 0.1600000141858978 0.2000000152587891 0.9998714385663076 0.01603453583184131 -4.249026972353953e-23 -0.01603453583184131 0.9998714385663076 2.471455109505589e-16 3.962906035822578e-18 -2.471137368880286e-16 1 -1.75470749042006e-13 -2.638861351655919e-14 4.971111772526037e-18 2.260983153007305e-22 -1.315105411747196e-15 -10.64235726304801
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 5.539789395456129e-17 4.435325396007726e-16 -0 0 0 -1.776356839397486e-15
2 0.07099997711181304 0.1600000141858893 0.2000000152587891 0.9919356959192321 0.126742160156866 -6.585342393846765e-23 -0.126742160156866 0.9919356959192321 2.471456006111037e-16 3.132383261707925e-17 -2.451525349891465e-16 1 -3.920197499951428e-13 -7.61196661258623e-15 3.707852876613593e-18 3.808159670959108e-22 -1.429189027351313e-15 -11.56556316452677
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 7.488044910091223e-17 2.348576788905508e-16 -0 0 0 -1.776356839394947e-15
2 0.07099997711180503 0.1600000141858751 0.2000000152587891 0.9695748141571352 0.2447951791848785 -9.810783146598132e-23 -0.2447951791848785 0.9695748141571352 2.471457150062295e-16 6.050017471260733e-17 -2.396262366805731e-16 1 -8.026357356527569e-13 9.453895999378403e-14 1.966192985730332e-18 6.120631304460466e-22 -1.541862435913321e-15 -12.47735519812235
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 2.192192197933708e-16 4.512293190593556e-16 -0 0 0 -1.776356839390605e-15
2 0.07099997711178682 0.1600000141858536 0.2000000152587891 0.929924066863787 0.3677515871719862 -1.413182910768841e-22 -0.3677515871719862 0.929924066863787 2.471458577007187e-16 9.08884128477011e-17 -2.298268291315653e-16 1 -1.515815251096342e-12 4.077324415596717e-13 -2.700099055860785e-19 9.451956273256831e-22 -1.65301449816667e-15 -13.3768335309782
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 7.488044910042944e-17 2.348576788890366e-16 -0 0 0 -1.776356839383494e-15
2 0.0709999771117503 0.1600000141858246 0.2000000152587891 0.8703906685947015 0.4923617410230698 -1.977195961341873e-22 -0.4923617410230698 0.8703906685947015 2.471460322467103e-16 1.216854228172255e-16 -2.151135028981773e-16 1 -2.648853358877545e-12 1.17096610185996e-12 -2.992130912129245e-18 1.410048222123025e-21 -1.76253558161507e-15 -14.26311048243446
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 6.220372622670441e-17 -1.041239035101777e-16 -0 0 0 1.77635683937229e-15
2 0.07099997711168374 0.1600000141857915 0.2000000152587891 0.7888840826551536 0.6145420279633743 -2.696776447448892e-22 -0.6145420279633743 0.7888840826551536 2.471462421147525e-16 1.518819655771285e-16 -1.949695707641184e-16 1 -4.276912157763491e-12 2.792883979640948e-12 -6.159558554709766e-18 2.040827565505213e-21 -1.870317667881504e-15 -15.13531140006649
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -2.737868585473752e-16 -2.234520654410119e-16 -0 0 0 1.77635683940025e-15
2 0.07099997711181642 0.1600000141859064 0.2000000152587891 0.6840779090263068 0.7294089486578814 -1.733497187319885e-27 -0.7294089486578814 0.6840779090263068 2.471452993979499e-16 1.802699930007818e-16 -1.690666396365657e-16 1 -2.775557561562891e-17 -8.326672684688674e-17 -9.692942716678276e-18 1.386166661131731e-26 -1.976244932821579e-15 -15.99257552246184
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -2.83768661095919e-16 7.038089916682087e-16 -0 0 0 -3.5527136788005e-15
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.5556895442270571 0.8313898787191998 -2.817885109159318e-27 -0.8313898787191998 0.5556895442270571 2.471452993997046e-16 2.054741004955066e-16 -1.373360587789387e-16 1 8.326672684688674e-17 4.163336342344337e-17 -1.346923868608883e-17 2.37183850144407e-26 -2.080229007687665e-15 -16.83405683005397
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.4047569589494628 0.9144243020512868 -4.434976009152528e-27 -0.9144243020512868 0.4047569589494628 2.471452994022278e-16 2.259956679129336e-16 -1.000337798006448e-16 1 -1.387778780781446e-16 1.942890293094024e-16 -1.731868749791862e-17 3.915826647426581e-26 -2.182160138079963e-15 -17.65892487826368
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.233885113857227 0.9722642405827708 -6.778361283821408e-27 -0.9722642405827708 0.233885113857227 2.471452994057661e-16 2.402905368419341e-16 -5.78036064842057e-17 1 -1.249000902703301e-16 0 -2.102603504274933e-17 6.258585763751941e-26 -2.281937729811846e-15 -18.46636561810818
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 2.778684616608399e-17 1.386217012809452e-16 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.04742866630058317 0.9988746275749264 -1.008672066080189e-26 -0.9988746275749264 0.04742866630058317 2.471452994106152e-16 2.468671689061504e-16 -1.172177192342842e-17 1 5.551115123125783e-17 1.387778780781446e-16 -2.433630758214383e-17 9.711272173723266e-26 -2.379463313990081e-15 -19.25558219933419
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 1.122658149674162e-16 -5.489628186307544e-16 -0 0 0 3.552713678800502e-15
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.1484261256202493 0.9889234981702892 -1.464613947775303e-26 -0.9889234981702892 -0.1484261256202493 2.471452994171207e-16 2.444077940537487e-16 3.668281927222359e-17 1 -2.775557561562891e-16 1.387778780781446e-16 -2.696632258979116e-17 1.466506227871702e-25 -2.474640644192329e-15 -20.02579575681706
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.3457177281057454 0.9383385596219532 -2.079037985329319e-26 -0.9383385596219532 -0.3457177281057454 2.471452994256765e-16 2.31905964273238e-16 8.544251144896746e-17 1 1.682681771697503e-16 1.942890293094024e-16 -2.862235194374059e-17 2.159733525552771e-25 -2.567375791451193e-15 -20.77624617920986
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -1.272977614584906e-16 2.579550902983469e-16 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.5349369790635258 0.8448919625788784 -2.889864968975243e-26 -0.8448919625788784 -0.5349369790635258 2.471452994367204e-16 2.088110770677763e-16 1.32207159894846e-16 1 -9.71445146547012e-17 2.775557561562891e-16 -2.902376198369863e-17 3.107496655064714e-25 -2.657577236951245e-15 -21.50619285908529
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 0 -0 0 0 0
2 0.07099997711181642 0.1600000141859064 0.2000000152587891 -0.7054491639128732 0.7087605217099978 -3.938958760877023e-26 -0.7087605217099978 -0.7054491639128732 2.471452994507264e-16 1.751668313490831e-16 1.743484448904294e-16 1 3.885780586188048e-16 -2.498001805406602e-16 -2.793162626186139e-17 4.375182324689039e-25 -2.745155962347386e-15 -22.21491542382898
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 4.592483257787783e-16 -2.583292696235147e-16 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.8461175290293479 0.5329963668443441 -5.271249919967652e-26 -0.5329963668443441 -0.8461175290293479 2.471452994681924e-16 1.31727546654603e-16 2.091139701253407e-16 1 4.718447854656915e-16 -2.220446049250313e-16 -2.518035036173292e-17 6.036033311247121e-25 -2.830025537615528e-15 -22.90171444656387
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 3.520369897236495e-16 2.625992155061794e-17 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.9461133832811314 0.3238355539102077 -6.933382312458652e-26 -0.3238355539102077 -0.9461133832811314 2.471452994896258e-16 8.003443489092947e-17 2.338274754846111e-16 1 3.608224830031759e-16 5.551115123125783e-17 -2.070937160088659e-17 8.16957369651816e-25 -2.912102206348772e-15 -23.56591213640307
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.9958716906915961 0.090772108486374 -8.972028462399119e-26 -0.090772108486374 -0.9958716906915961 2.471452995155228e-16 2.243389985017054e-17 2.461250072831487e-16 1 -7.771561172376096e-16 1.110223024625157e-16 -1.459114811892274e-17 1.08592287259767e-24 -2.99130496841498e-15 -24.20685300735086
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -1.966243501934096e-16 -1.782684848207704e-16 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.9881229314593536 -0.1536654558584122 -1.143185392076169e-25 0.1536654558584122 -0.9881229314593536 2.471452995463468e-16 -3.7977695231014e-17 2.442099378665695e-16 1 -2.220446049250313e-16 -1.734723475976807e-16 -7.051107430267629e-18 1.418916270915788e-24 -3.067555659894172e-15 -24.82390452519141
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 9.256234844888669e-16 5.802331431772321e-16 -0 0 0 -3.552713678800502e-15
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.9189055885366133 -0.3944775270610231 -1.435315961904186e-25 0.3944775270610231 -0.9189055885366133 2.471452995825031e-16 -9.749326673595354e-17 2.271031969102977e-16 1 2.05391259555654e-15 -1.630640067418199e-16 1.524836712156239e-18 1.824032288221772e-24 -3.140779030216758e-15 -25.41645773172626
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -3.168270797606144e-16 -2.461915907144609e-17 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.788443275522415 -0.6151074713279666 -1.776933347875551e-25 0.6151074713279666 -0.788443275522415 2.471452996243115e-16 -1.52020920442604e-16 1.948600494564604e-16 1 -2.775557561562891e-16 -2.775557561562891e-17 1.059901791773261e-17 2.308585661911187e-24 -3.210902816426664e-15 -25.98392784574576
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -5.148333692159955e-16 -2.216772030488966e-16 -0 0 0 3.5527136788005e-15
2 0.07099997711181641 0.1600000141859063 0.2000000152587891 -0.6017608955597284 -0.7986762952380355 -2.170420495406736e-25 0.7986762952380355 -0.6017608955597284 2.471452996719785e-16 -1.973890924581172e-16 1.487223766906409e-16 1 -1.609823385706477e-15 5.273559366969494e-16 1.950952985797671e-17 2.878602352527596e-24 -3.277857814495901e-15 -26.52575484013987
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -1.791720030542219e-16 2.19280748084341e-16 -0 0 0 -3.552713678800501e-15
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.3689194758118919 -0.9294613603408584 -2.616941282481732e-25 0.9294613603408584 -0.3689194758118919 2.471452997255708e-16 -2.297120065813222e-16 9.11767141808959e-17 1 1.942890293094024e-16 -4.718447854656915e-16 2.751705672241541e-17 3.538288270594798e-24 -3.341577947620376e-15 -27.04140399458013
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -5.581836221974042e-17 5.520563105898142e-17 -0 0 -0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.1047722905853205 -0.9944962378639274 -3.116198530406401e-25 0.9944962378639274 -0.1047722905853205 2.471452997849911e-16 -2.457850708745753e-16 2.589397885596448e-17 1 -8.326672684688674e-17 0 3.386901618204119e-17 4.289504536203437e-24 -3.402000331429465e-15 -27.53036642322635
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 5.634909350599901e-17 -1.640570088687328e-16 -0 0 -0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.1718137826667888 -0.9851294453449909 -3.666225140557863e-25 0.9851294453449909 0.1718137826667888 2.471452998499574e-16 -2.434701120978192e-16 -4.246296919670957e-17 1 4.85722573273506e-17 -1.665334536937735e-16 3.787619303933462e-17 5.131278089426922e-24 -3.459065336045096e-15 -27.99215957693797
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 1.853760020518819e-16 2.618107741096667e-16 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.4392702344180534 -0.8983549750261911 -4.263224719829744e-25 0.8983549750261911 0.4392702344180534 2.471452999199881e-16 -2.220242095501907e-16 -1.085635742141622e-16 1 1.838806884535416e-16 2.220446049250313e-16 3.899435095894351e-17 6.059391285435489e-24 -3.512716644929116e-15 -28.42632771949406
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -0 -1.433316761985627e-16 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.675102457124831 -0.7377239811636978 -4.901481970963716e-25 0.7377239811636978 0.675102457124831 2.471452999943948e-16 -1.823250143068611e-16 -1.668483996546635e-16 1 5.551115123125783e-17 -1.665334536937735e-16 3.690121354187086e-17 7.066084888365384e-24 -3.562901310460867e-15 -28.83244237735188
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -1.475950587971832e-16 -5.2390701895654e-16 -0 0 0 3.552713678800501e-15
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.8579881655816222 -0.5136694537558982 -5.573342724507841e-25 0.5136694537558982 0.8579881655816222 2.471453000722821e-16 -1.269509908082805e-16 -2.120477429274224e-16 1 -6.106226635438361e-16 2.775557561562891e-16 3.155817108130694e-17 8.139895565972387e-24 -3.609569806190214e-15 -29.21010276250069
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -1.171391684937917e-15 -3.567266337932172e-16 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.9699948286938956 -0.2431255484458597 -6.269288942232319e-25 0.2431255484458597 0.9699948286938956 2.471453001525577e-16 -6.008733603728943e-17 -2.39729663236404e-16 1 -1.165734175856414e-15 -3.05311331771918e-16 2.324647058621396e-17 9.265675463243026e-24 -3.652676075714446e-15 -29.55893616799287
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -1.428713521686709e-16 2.130867152197369e-16 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.998667708629552 0.05160240053137191 -6.978098345907e-25 -0.05160240053137191 0.998667708629552 2.47145300233951e-16 1.275329146899865e-17 -2.468160306471939e-16 1 -1.665334536937735e-16 1.804112415015879e-16 1.25696771733093e-17 1.042478988600704e-23 -3.692177578130827e-15 -29.8785983357625
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 1.497608982022716e-16 4.697153577825041e-16 -0 0 0 -3.552713678800502e-15
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.9387240319396468 0.3446696851464788 -7.687099341092553e-25 -0.3446696851464788 0.9387240319396468 2.471453003150425e-16 8.518349356662417e-17 -2.320012325217206e-16 1 1.609823385706477e-15 -3.981190377366772e-16 4.177940068564867e-19 1.159551831344817e-23 -3.728035330019968e-15 -30.16877379636792
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -1.058035825396795e-15 5.022633234004731e-16 -0 0 0 0
2 0.0709999771118164 0.1600000141859064 0.2000000152587891 0.793107890929232 0.6090811713932598 -8.382506976359941e-25 -0.6090811713932598 0.793107890929232 2.471453003942999e-16 1.505315497333225e-16 -1.96012887438232e-16 1 -1.054711873393899e-15 9.436895709313831e-16 -1.210675310565633e-17 1.275363909194635e-23 -3.760213943918587e-15 -30.42917618032369
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 5.25029753056483e-16 -2.274302662979991e-17 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.5732165951750829 0.819403890041953 -9.049840161346163e-25 -0.819403890041953 0.5732165951750829 2.471453004701236e-16 2.025118211295584e-16 -1.416677869074597e-16 1 4.996003610813204e-16 0 -2.379564022234331e-17 1.387320054661255e-23 -3.788681663243617e-15 -30.65954850071378
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -5.524921764689108e-16 3.708992720810642e-16 -0 0 0 -3.5527136788005e-15
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.2981984347402214 0.9545038991635822 -9.674388982099656e-25 -0.9545038991635822 0.2981984347402214 2.471453005408971e-16 2.359011533147305e-16 -7.369834085127292e-17 1 -1.387778780781446e-16 -3.33066907387547e-16 -3.346284419167838e-17 1.492742006085362e-23 -3.813410393633237e-15 -30.85966340680795
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -3.893814640185311e-16 4.718343030182991e-16 -0 0 0 -3.552713678800502e-15
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.006665678326784372 0.9999777841194493 -1.024173034956362e-24 -0.9999777841194493 -0.006665678326784372 2.471453006050422e-16 2.471398100477385e-16 1.64739209795992e-18 1 8.326672684688674e-16 -2.775557561562891e-16 -4.007956529994662e-17 1.588969823102163e-23 -3.834375730673813e-15 -31.0293234084305
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 6.834338854839815e-16 -4.746017286414946e-16 -0 0 0 3.552713678800501e-15
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.3123632338473321 0.949962741448546 -1.073824778495685e-24 -0.949962741448546 -0.3123632338473321 2.471453006610736e-16 2.347788270166953e-16 7.719910636475766e-17 1 1.177877240188252e-15 3.885780586188048e-16 -4.289869061690073e-17 1.673467909547051e-23 -3.851556983985314e-15 -31.16836107086012
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -2.14675299221626e-16 3.588545028459838e-16 -0 0 0 -3.5527136788005e-15
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.589088529023516 0.8080685026486987 -1.115165354708534e-24 -0.8080685026486987 -0.589088529023516 2.471453007076546e-16 1.997103324225657e-16 1.455904625500768e-16 1 2.775557561562891e-16 -1.665334536937735e-16 -4.155180911360796e-17 1.743931213854972e-23 -3.864937197641429e-15 -31.27663918006856
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -2.471327797420056e-16 1.48966063175661e-16 -0 0 0 0
2 0.0709999771118164 0.1600000141859064 0.2000000152587891 -0.8093882112283647 0.5872739765429319 -1.147146355125922e-24 -0.5872739765429319 -0.8093882112283647 2.471453007436472e-16 1.451420026231338e-16 2.00036493556086e-16 1 -8.326672684688674e-17 5.551115123125783e-16 -3.610457767382333e-17 1.798384250825548e-23 -3.874503166904128e-15 -31.35405087813486
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 6.172560689266117e-16 3.034147475189111e-16 -0 0 0 -3.552713678800502e-15
2 0.0709999771118164 0.1600000141859064 0.2000000152587891 -0.951140294116784 0.3087590337260396 -1.168941669816757e-24 -0.3087590337260396 -0.951140294116784 2.471453007681561e-16 7.630834314327978e-17 2.350698544231263e-16 1 1.054711873393899e-15 5.551115123125783e-17 -2.70613471574052e-17 1.835268793373456e-23 -3.880245451256117e-15 -31.40051976870179
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 1.165734204167883e-15 -1.942890245908244e-16 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.999999975713616 -0.0002203923035953472 -1.17998091831779e-24 0.0002203923035953472 -0.999999975713616 2.471453007805634e-16 -5.447010214268299e-20 2.471452947780377e-16 1 1.110223024625157e-15 -2.220446049250313e-16 -1.531669592542279e-17 1.85351402604814e-23 -3.882158383718255e-15 -31.41599999237019
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -5.837109112930014e-17 -3.959350234082891e-17 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.9510041727383998 -0.3091780448773035 -1.179973131530246e-24 0.3091780448773035 -0.9510041727383998 2.471453007805547e-16 -7.641190201810438e-17 2.350362119501726e-16 1 5.551115123125783e-17 -1.040834085586084e-17 -2.058871423105145e-18 1.852585907407913e-23 -3.880240076442713e-15 -31.40047627195678
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -1.497608982022716e-16 -4.697153577825039e-16 -0 0 0 3.5527136788005e-15
2 0.07099997711181642 0.1600000141859064 0.2000000152587891 -0.8091297823931768 -0.5876299815737539 -1.16891853400552e-24 0.5876299815737539 -0.8091297823931768 2.471453007681299e-16 -1.452299894822229e-16 1.999726227431216e-16 1 -1.054711873393899e-15 -6.938893903907228e-17 1.136305317837411e-17 1.832511458269153e-23 -3.874492422576321e-15 -31.35396392757104
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 1.030111992876222e-16 8.413342247908329e-17 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.5887338689192838 -0.8083269336025687 -1.147108440498664e-24 0.8083269336025687 -0.5887338689192838 2.471453007436045e-16 -1.997742037797041e-16 1.455028081647636e-16 1 1.665334536937735e-16 2.775557561562891e-17 2.359134309044357e-17 1.793877389866407e-23 -3.86492109439223e-15 -31.27650886149608
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 0 -0 0 -0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.3119477768536245 -0.9500992498239756 -1.115113659667339e-24 0.9500992498239756 -0.3119477768536245 2.471453007075964e-16 -2.348125651476654e-16 7.709642605608655e-17 1 1.082467449009528e-15 -2.775557561562891e-16 3.341145503286626e-17 1.737803618444532e-23 -3.851535537691762e-15 -31.16818751288827
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -1.110244573019807e-16 -3.746929983689471e-16 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.006230329585248837 -0.9999805913082809 -1.073760683547135e-24 0.9999805913082809 -0.006230329585248837 2.471453006610013e-16 -2.471405039007408e-16 1.539795604823612e-18 1 -1.110223024625157e-16 -2.775557561562891e-16 3.988419241090425e-17 1.665891728856354e-23 -3.83434896248197e-15 -31.02910678234084
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -8.724741670364178e-17 -3.311152382188834e-16 -0 0 -0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.2986116850745803 -0.9543746966139242 -1.024098019214656e-24 0.9543746966139242 0.2986116850745803 2.471453006049575e-16 -2.358692209786057e-16 -7.380047564928328e-17 1 -4.85722573273506e-17 -4.440892098500626e-16 4.244186126371991e-17 1.580152764207553e-23 -3.813378329938147e-15 -30.85940392638528
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 4.065970408129135e-16 -8.185024999806753e-16 -0 0 0 3.552713678800501e-15
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.57356902431392 -0.8191572342032865 -9.673549584792696e-25 0.8191572342032865 0.57356902431392 2.471453005408022e-16 -2.024508602824987e-16 -1.417548896873742e-16 1 -1.387778780781446e-17 -1.110223024625157e-16 4.093750560937722e-17 1.482918695941574e-23 -3.788644335664194e-15 -30.65924642203514
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 2.760495484406942e-16 0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.7933678576153267 -0.6087425091965131 -9.048930506114832e-25 0.6087425091965131 0.7933678576153267 2.471453004700203e-16 -1.504478496263333e-16 -1.960771381044431e-16 1 2.498001805406602e-16 5.551115123125783e-17 3.564306171305968e-17 1.37674194268183e-23 -3.760171389267413e-15 -30.42883180150566
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -4.731686915424235e-16 6.99333863350653e-17 -0 0 0 0
2 0.0709999771118164 0.1600000141859064 0.2000000152587891 0.9388698405200568 -0.3442723087351682 -8.381547462654206e-25 0.3442723087351682 0.9388698405200568 2.471453003941907e-16 -8.508528237283651e-17 -2.320372690549289e-16 1 -6.106226635438361e-16 3.885780586188048e-16 2.719930762939588e-17 1.264288854287966e-23 -3.727987590267964e-15 -30.16838745727242
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 4.216568091193674e-16 -3.586170863846249e-16 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.9986892531697714 -0.05118374354425657 -7.686110530140503e-25 0.05118374354425657 0.9986892531697714 2.471453003149297e-16 -1.264982090188404e-17 -2.468213554352764e-16 1 4.996003610813204e-16 -3.33066907387547e-16 1.652670342918145e-17 1.148234602303221e-23 -3.692124700366781e-15 -29.87817041766134
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -1.073142195882103e-17 7.402990070730701e-17 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.9698939148791349 0.2435278092547652 -6.977100490787936e-25 -0.2435278092547652 0.9698939148791349 2.471453002338369e-16 6.018675421026225e-17 -2.397047226178634e-16 1 0 9.020562075079397e-17 4.710726601486928e-18 1.031161977728452e-23 -3.652618112099404e-15 -29.55846709319154
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 5.482877791283106e-16 -8.332838628813192e-17 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.8577775758551209 0.5140210407756789 -6.268300462540222e-25 -0.5140210407756789 0.8577775758551209 2.47145300152444e-16 1.270378849448576e-16 -2.119956961265458e-16 1 1.387778780781446e-15 -7.632783294297951e-17 -7.122444154601268e-18 9.154725283063505e-24 -3.609506813906731e-15 -29.20959299392154
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -1.418647458752874e-16 1.133534352703825e-16 -0 0 0 0
2 0.07099997711181642 0.1600000141859064 0.2000000152587891 0.6748039689746335 0.7379970213056973 -5.572380807241536e-25 -0.7379970213056973 0.6748039689746335 2.471453000721708e-16 1.823924956589913e-16 -1.667746289908876e-16 1 -2.220446049250313e-16 -3.05311331771918e-16 -1.792419683437621e-17 8.033114170550313e-24 -3.562833351657131e-15 -28.8318924180773
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -2.149515836487304e-16 -1.496353206877888e-16 -0 0 0 0
2 0.07099997711181641 0.1600000141859063 0.2000000152587891 0.4389119052994778 0.8985300993213206 -4.900560482818805e-25 -0.8985300993213206 0.4389119052994778 2.471452999942878e-16 2.220674911657564e-16 -1.084750140659737e-16 1 -1.02695629777827e-15 -8.326672684688674e-17 -2.682230741268802e-17 6.965102015027137e-24 -3.512643786658016e-15 -28.42573811227002
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 5.916250028843467e-16 6.015835233257313e-16 -0 0 0 -3.5527136788005e-15
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.1714268679700477 0.985196847811634 -4.262356972834001e-25 -0.985196847811634 0.1714268679700477 2.471452999198866e-16 2.434867705056014e-16 -4.236734427885816e-17 1 1.02695629777827e-15 -5.551115123125783e-17 -3.31908002332865e-17 5.965494749608842e-24 -3.458987650198233e-15 -27.99153090363832
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 0 -0 0 0 0
2 0.0709999771118164 0.1600000141859064 0.2000000152587891 -0.1051564191135741 0.9944556940956245 -3.665419269839373e-25 -0.9944556940956245 -0.1051564191135741 2.471452998498626e-16 2.457750506661221e-16 2.59889150974718e-17 1 -4.579669976578771e-16 7.771561172376096e-16 -3.668605154648219e-17 5.045394605460284e-24 -3.401917894666247e-15 -27.52969930427864
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -6.047966308348034e-16 -1.289692415118436e-16 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.369272088340539 0.9293213248239907 -3.115462424574216e-25 -0.9293213248239907 -0.369272088340539 2.471452997849038e-16 2.296773973050838e-16 9.126386126464656e-17 1 -6.418476861114186e-16 -1.665334536937735e-16 -3.724910879816265e-17 4.212213916862146e-24 -3.341490841292223e-15 -27.04069908835329
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.6020580943950197 0.7984522847192796 -2.616277776504731e-25 -0.7984522847192796 -0.6020580943950197 2.471452997254914e-16 1.973337290659347e-16 1.487958284003126e-16 1 -2.081668171172169e-16 -5.551115123125783e-17 -3.507833061572256e-17 3.469840190355355e-24 -3.277766124565693e-15 -26.52501284229451
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 0 -0 0 0 0
2 0.0709999771118164 0.1600000141859064 0.2000000152587891 -0.7886674691893988 0.6148199923899587 -2.169831191658633e-25 -0.6148199923899587 -0.7886674691893988 2.471452996719074e-16 1.519498710923686e-16 1.949154581477043e-16 1 -3.608224830031759e-16 2.498001805406602e-16 -3.057945732092493e-17 2.818952437964083e-24 -3.210806633383531e-15 -25.98314948854759
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 3.624049659680013e-16 -7.397510338817329e-16 -0 0 0 3.552713678800502e-15
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.9190462015273687 0.3941498185438059 -1.776417999837313e-25 -0.3941498185438059 -0.9190462015273687 2.471452996242488e-16 9.741227483759118e-17 2.271379489150267e-16 1 2.775557561562891e-17 -2.775557561562891e-17 -2.430185243207685e-17 2.257440358159248e-24 -3.140678448986323e-15 -25.41564378332344
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 3.932274258228907e-16 6.719714114979893e-16 -0 0 0 -3.552713678800502e-15
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.988176391322766 0.1533212954299425 -1.434871827051571e-25 -0.1533212954299425 -0.988176391322766 2.471452995824485e-16 3.789263734961158e-17 2.442231502957675e-16 1 7.771561172376096e-16 -2.775557561562891e-17 -1.686990930063228e-17 1.780895155252991e-24 -3.067450779744388e-15 -24.82305578885651
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 6.131729699042534e-16 -1.796608758474004e-16 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.9958408043315811 -0.09111033107298899 -1.142808664771608e-25 0.09111033107298899 -0.9958408043315811 2.471452995463e-16 -2.251749017860197e-17 2.461173738765447e-16 1 6.106226635438361e-16 -1.804112415015879e-16 -8.917693713813283e-18 1.383139604623172e-24 -2.991195892857654e-15 -24.20597032068811
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -5.334176335906229e-16 2.440586055623631e-16 -0 0 0 0
2 0.0709999771118164 0.1600000141859064 0.2000000152587891 -0.9460062595769479 -0.3241483562217033 -8.968883803985922e-26 0.3241483562217033 -0.9460062595769479 2.47145299515483e-16 -8.011174267071056e-17 2.338010003375941e-16 1 -4.996003610813204e-16 5.984795992119984e-16 -1.033127814120716e-18 1.056758561672133e-24 -2.911989043036926e-15 -23.56499637052169
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -1.640504728354368e-16 -2.934965549168495e-17 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.8459462242291508 -0.5332682117963187 -6.93079509520856e-26 0.5332682117963187 -0.8459462242291508 2.471452994895927e-16 -1.317947319713115e-16 2.090716329022439e-16 1 -1.665334536937735e-16 -2.081668171172169e-17 6.284194439635089e-18 7.936026495146822e-25 -2.829908398236724e-15 -22.90076650521845
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 7.438230514780187e-16 -1.327045784324202e-15 -0 0 0 7.105427357601003e-15
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.7052282223104954 -0.7089803625325447 -5.269160671163982e-26 0.7089803625325447 -0.7052282223104954 2.471452994681653e-16 -1.752211640523138e-16 1.742938401589719e-16 1 -5.551115123125783e-17 1.52655665885959e-16 1.264975587097336e-17 5.852440726698903e-25 -2.745034962513107e-15 -22.2139362425276
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -2.299133337213438e-16 9.381976690086406e-17 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.5346820193671026 -0.8450533345094364 -3.937300920380894e-26 0.8450533345094364 -0.5346820193671026 2.471452994507044e-16 -2.088509594302029e-16 1.321441477541176e-16 1 -2.775557561562891e-16 2.775557561562891e-17 1.780566979396801e-17 4.233621235247128e-25 -2.657452496082477e-15 -21.50518340416612
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -5.915262876691923e-17 -4.948915333929736e-16 -0 0 -0 3.552713678800501e-15
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.3454441920130731 -0.9384392948957514 -2.888564581076792e-26 0.9384392948957514 -0.3454441920130731 2.471452994367029e-16 -2.319308605501572e-16 8.537490824663343e-17 1 -4.996003610813204e-16 2.220446049250313e-16 2.161887347738255e-17 3.000527116316745e-25 -2.567247432660343e-15 -20.77520744688772
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 5.613054268626121e-16 4.323264329532095e-16 -0 0 0 -3.5527136788005e-15
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.1481482658990488 -0.9889651618288203 -2.078051909197792e-26 0.9889651618288203 -0.1481482658990488 2.471452994256629e-16 -2.444180910448115e-16 3.661414751446191e-17 1 1.02695629777827e-15 -3.33066907387547e-16 2.406883478030722e-17 2.080620637520419e-25 -2.474508794161548e-15 -20.02472877220017
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -1.922256000961623e-17 -6.338197681079518e-16 -0 0 -0 3.552713678800501e-15
2 0.07099997711181642 0.1600000141859064 0.2000000152587891 0.04769851979178234 -0.9988617778299823 -1.463874390676659e-26 0.9988617778299823 0.04769851979178234 2.471452994171103e-16 -2.468639931573998e-16 -1.178846497031509e-17 1 8.326672684688674e-17 -1.665334536937735e-16 2.522812475433748e-17 1.40930789578639e-25 -2.379328102846134e-15 -19.25448801541243
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 1.984729884437248e-16 1.349203542797767e-16 -0 0 -0 0
2 0.07099997711181641 0.1600000141859063 0.2000000152587891 0.2341370059679022 -0.972203611614556 -1.00812972420785e-26 0.972203611614556 0.2341370059679022 2.471452994106073e-16 -2.402755526781929e-16 -5.786586045284143e-17 1 -3.122502256758253e-16 1.387778780781446e-16 2.523920002324373e-17 9.307671213089566e-26 -2.28179929099766e-15 -18.46524531471405
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -4.40167653538154e-16 2.537758871569992e-17 -0 0 -0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.4049835014298259 -0.9143239926687029 -6.77446628310188e-27 0.9143239926687029 0.4049835014298259 2.471452994057602e-16 -2.259708769192331e-16 -1.000897687214615e-16 1 -4.77048955893622e-16 2.775557561562891e-17 2.429035935522099e-17 5.981123661863081e-26 -2.182018608222938e-15 -17.65777956100655
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 1.64439117942789e-17 -1.961125204691343e-16 -0 0 0 0
2 0.07099997711181641 0.1600000141859063 0.2000000152587891 0.5558858891567192 -0.8312586109246891 -4.432202670032611e-27 0.8312586109246891 0.5558858891567192 2.471452994022236e-16 -2.05441658275195e-16 -1.373845845127929e-16 1 -4.579669976578771e-16 -1.942890293094024e-16 2.259322552436314e-17 3.730335866325175e-26 -2.080084526464888e-15 -16.83288762922896
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.6842415541797042 -0.7292554391526627 -2.816097846170927e-27 0.7292554391526627 0.6842415541797042 2.471452993997018e-16 -1.802320538463189e-16 -1.691070837715139e-16 1 1.942890293094024e-16 1.665334536937735e-16 2.036338766933471e-17 2.251665403294965e-26 -1.976097642822056e-15 -15.99138359193443
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 2.290795765247618e-16 -6.569866001539757e-17 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.7890145620375612 -0.6143744956398137 -1.732239940252189e-27 0.6143744956398137 0.7890145620375612 2.471452993979479e-16 -1.518397686659982e-16 -1.95001240165178e-16 1 6.245004513516506e-16 -8.326672684688674e-17 1.780513058609061e-17 1.310791001637864e-26 -1.87016058027092e-15 -15.13409791589545
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 4.583150050143346e-16 -4.428349716439694e-17 -0 0 0 0
2 0.07099997711187146 0.1600000141857399 0.2000000152587891 0.8704891781815094 -0.4921875563937801 -2.695646481609186e-22 0.4921875563937801 0.8704891781815094 2.471462417939799e-16 -1.216420701673762e-16 -2.151382615862556e-16 1 -3.974445772492174e-12 -2.707362112275291e-12 1.510059881389857e-17 1.922248879639063e-21 -1.762384606592972e-15 -14.2618766427538
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -3.134410761334674e-16 -3.183509339255792e-16 -0 0 0 1.776356839383506e-15
2 0.07099997711183845 0.1600000141858036 0.2000000152587891 0.9299930686008253 -0.3675770563493056 -1.976301288982714e-22 0.3675770563493056 0.9299930686008253 2.471460319778646e-16 -9.084502712818478e-17 -2.29844169315913e-16 1 -2.414429767227944e-12 -1.240799130108883e-12 1.240292892966295e-17 1.321708854414101e-21 -1.652860829547022e-15 -13.37558055308012
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 3.701094610089063e-17 -1.118459834798946e-16 -0 0 0 0
2 0.07099997711182325 0.1600000141858463 0.2000000152587891 0.9696176520636093 -0.2446254459508526 -1.412489633427806e-22 0.2446254459508526 0.9696176520636093 2.471458574790209e-16 -6.045802864322316e-17 -2.396370205991463e-16 1 -1.369002133877473e-12 -5.172529071728604e-13 9.833580238855367e-18 8.811169883524318e-22 -1.541706278446027e-15 -12.47608431856395
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -2.296886690992601e-16 1.408691783724049e-16 -0 0 0 -1.776356839394952e-15
2 0.07099997711181724 0.1600000141858731 0.2000000152587891 0.9919562483599452 -0.1265812045276181 -9.805540570847664e-23 0.1265812045276181 0.9919562483599452 2.471457148267368e-16 -3.128390500993517e-17 -2.451577484897381e-16 1 -7.240735788727193e-13 -1.904726376622534e-13 7.482061801491291e-18 5.669698696662557e-22 -1.4290305844451e-15 -11.5642756375277
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 1.025881899552284e-16 3.437602126958221e-16 -0 0 0 -1.776356839397488e-15
2 0.07099997711181549 0.1600000141858891 0.2000000152587891 0.9998738215260226 -0.015885245574038 -6.581487593332612e-23 0.015885245574038 0.9998738215260226 2.471456004688074e-16 -3.925902749418573e-18 -2.471144170595754e-16 1 -3.554379013337439e-13 -5.831446436843635e-14 5.408149781951902e-18 3.501698362279423e-22 -1.3149448846195e-15 -10.6410543592538
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 1.179197522321523e-16 -2.825651905295211e-16 -0 0 0 1.776356839398898e-15
2 0.07099997711181538 0.160000014185898 0.2000000152587891 0.9963159180091615 0.08575891511418363 -4.246283714333843e-23 -0.08575891511418363 0.9963159180091615 2.471455108404799e-16 2.119497319142083e-17 -2.46235002873309e-16 1 -1.610239719340711e-13 -1.241368119409003e-14 3.645449763188432e-18 2.061004203180272e-22 -1.199561713087799e-15 -9.707331595936264
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -3.141851874168068e-16 4.985813713174285e-17 -0 0 0 0
2 0.07099997711181573 0.1600000141859026 0.2000000152587891 0.9841592494480838 0.1772866935948227 -2.613530823856742e-23 -0.1772866935948227 0.9841592494480838 2.471454424300904e-16 4.381562404676567e-17 -2.4323046849307e-16 1 -6.668277041654846e-14 -1.700029006457271e-16 2.205702871281422e-18 1.145252973582484e-22 -1.082994890529227e-15 -8.764028823518135
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -1.601009163018898e-16 -1.00429822580174e-16 -0 0 0 0
2 0.07099997711181605 0.1600000141859048 0.2000000152587891 0.9661024409124401 0.2581590084870664 -1.519060478492085e-23 -0.2581590084870664 0.9661024409124401 2.471453918407332e-16 6.380282398543155e-17 -2.387677623960024e-16 1 -2.475797344914099e-14 1.455432996344541e-15 1.083290431681574e-18 5.9335086906209e-23 -9.653594122045839e-16 -7.812076972300464
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 3.999288806544291e-17 -1.046028510494041e-17 -0 0 0 0
2 0.07099997711181626 0.1600000141859058 0.2000000152587891 0.9445927545927201 0.3282446160578074 -8.222133785325319e-24 -0.3282446160578074 0.9445927545927201 2.471453558474175e-16 8.112414020717375e-17 -2.33451709765839e-16 1 -8.021361352916756e-15 9.293781022545744e-16 2.595300375864073e-19 2.81707385199996e-23 -8.467713345969451e-16 -6.852415508222007
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 3.744022455056726e-17 1.17428839445624e-16 -0 0 0 -8.8817841970011e-16
2 0.07099997711181637 0.1600000141859062 0.2000000152587891 0.9217829826899484 0.3877062455303272 -4.062294309950452e-24 -0.3877062455303272 0.9217829826899484 2.471453314492784e-16 9.581979230110177e-17 -2.278143592062348e-16 1 -2.206568261442499e-15 3.512815038853034e-16 -2.935108716129102e-19 1.195531488804679e-23 -7.273476607937647e-16 -5.885991505714832
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 0 -0 0 0 0
2 0.0709999771118164 0.1600000141859063 0.2000000152587891 0.899511990967221 0.4368960724316322 -1.777755969562318e-24 -0.4368960724316322 0.899511990967221 2.471453159165083e-16 1.079768194429102e-16 -2.223101744015866e-16 1 -3.05311331771918e-16 8.413408858487514e-17 -6.098405354830549e-19 4.367731927869679e-24 -6.072062247372896e-16 -4.913758713051384
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -1.872011227528393e-17 -5.871441972281295e-17 -0 0 0 4.440892098500622e-16
2 0.07099997711181642 0.1600000141859064 0.2000000152587891 0.8793023713549678 0.476263939144599 -6.565948775436582e-25 -0.476263939144599 0.8793023713549678 2.47145306831752e-16 1.177063979501362e-16 -2.173154540536982e-16 1 -2.081668171172169e-17 5.204170427930421e-18 -7.270683001574816e-19 1.292400854348222e-24 -4.864655744745757e-16 -3.936676611105908
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -4.268047045845784e-17 1.495971959402441e-18 -0 0 0 0
2 0.07099997711181641 0.1600000141859063 0.2000000152587891 0.8623691211419575 0.5062800597503795 -1.879564891201904e-25 -0.5062800597503795 0.8623691211419575 2.471453021257922e-16 1.251247384893596e-16 -2.131304768934244e-16 1 -1.249000902703301e-16 5.204170427930421e-18 -6.846176913450815e-19 2.777723830695968e-25 -3.652448545418729e-16 -2.955709466457674
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -2.143816735121579e-17 -2.358208153333492e-17 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.8496340288491824 0.5273727496007986 -3.508799072235827e-26 -0.5273727496007986 0.8496340288491824 2.471453001073967e-16 1.303376964983643e-16 -2.099830570228833e-16 1 -2.42861286636753e-17 -2.168404344971009e-17 -5.225629009396299e-19 3.459369540952744e-26 -2.436636876215966e-16 -1.971825379772246
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 2.576093340161985e-19 -1.168150816272765e-17 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.8417413729405704 0.5398809693628064 -2.733612577768755e-27 -0.5398809693628064 0.8417413729405704 2.471452994872554e-16 1.334290438629415e-16 -2.08032423704735e-16 1 -1.734723475976807e-18 -1.257674520083185e-17 -2.809901339648992e-19 1.347664085981124e-27 -1.218420556121314e-16 -0.9859953303980555
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 4.570339910915933e-21 1.433457512750797e-20 -0 0 0 -1.084202172475526e-19
2 0.07099997711179371 0.1600000141858063 0.2000000152587891 0.8390715308747451 0.5440211081157713 -3.693506945832663e-24 -0.5440211081157713 0.8390715308747451 2.471460491463412e-16 1.344526706221439e-16 -2.073732117975197e-16 1 1.618476674295627e-16 -3.588476256866525e-17 2.355644375615666e-22 -1.491773990833742e-27 9.982004974674196e-20 0.0008077818770846388
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 4.76558669140068e-17 -1.606486951306288e-17 -0 0 0 1.110223024614804e-16
2 0.07099997711179591 0.1600000141858045 0.2000000152587891 0.8417500935173949 0.5398673726605979 3.729955487422659e-24 -0.5398673726605979 0.8417500935173949 2.47146054071186e-16 1.334260877351549e-16 -2.080352161405572e-16 1 2.011169009108471e-13 -4.14742025445225e-14 2.814296482629109e-19 1.841870855338317e-24 1.22041969214048e-16 0.9876100969744472
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -4.440674236688713e-17 -1.326518671910762e-17 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.849651057282462 0.5273453146267579 2.74852697925809e-27 -0.5273453146267579 0.849651057282462 2.471452994876596e-16 1.303309157145089e-16 -2.099872650135302e-16 1 -3.816391647148976e-17 -1.214306433183765e-17 5.229040514677609e-19 2.712029836439974e-27 2.438629325597341e-16 1.973437755565411
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.8623936216526488 0.5062383246385324 3.520280696192285e-26 -0.5062383246385324 0.8623936216526488 2.471453001092628e-16 1.251144226392418e-16 -2.131365304534789e-16 1 1.665334536937735e-16 0 6.84795856214004e-19 5.205294985315353e-26 3.654436050448781e-16 2.957317860249138
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.8793330659795834 0.4762072648279799 1.883949601980251e-25 -0.4762072648279799 0.8793330659795834 2.471453021308915e-16 1.176923881771746e-16 -2.173230363549223e-16 1 -6.245004513516506e-17 6.245004513516506e-17 7.270177444996542e-19 3.709760155245715e-25 4.866636304933422e-16 3.938279435597756
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 5.785322665969157e-18 1.82574467296014e-16 -0 0 0 -8.881784197001246e-16
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.899547134776556 0.4368237085086942 6.577829821856069e-25 -0.4368237085086942 0.899547134776556 2.471453068425305e-16 1.079589288837666e-16 -2.223188529310063e-16 1 1.457167719820518e-16 -3.469446951953614e-18 6.094959217682127e-19 1.616618224399563e-24 6.074033840384862e-16 4.915354386441944
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 6.993571586023902e-17 9.114889272498687e-17 -0 0 0 -8.881784197001211e-16
2 0.07099997711181641 0.1600000141859063 0.2000000152587891 0.9218203381029824 0.3876174199642004 1.780379381969412e-24 -0.3876174199642004 0.9218203381029824 2.471453159360512e-16 9.579782807817945e-17 -2.278235793868452e-16 1 6.661338147750939e-16 -9.194034422677078e-17 2.928086922205799e-19 5.241061642935234e-24 7.275437184645796e-16 5.887578453259712
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 1.723058299778668e-16 -1.832668394016454e-17 -0 0 0 0
2 0.07099997711181646 0.1600000141859062 0.2000000152587891 0.9446295711757575 0.3281386494460907 4.067347672790611e-24 -0.3281386494460907 0.9446295711757575 2.471453314812676e-16 8.109793144703267e-17 -2.334607898298943e-16 1 2.831068712794149e-15 3.985527186056714e-16 -2.606490848212872e-19 1.393878451942417e-23 8.469660826447143e-16 6.853992163788132
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 9.315478060205355e-17 3.012021908110027e-18 -0 0 0 0
2 0.07099997711181663 0.1600000141859058 0.2000000152587891 0.9661354486439117 0.2580354527456013 8.230959407058535e-24 -0.2580354527456013 0.9661354486439117 2.471453558960763e-16 6.377225585039514e-17 -2.387758914227942e-16 1 9.076073226310655e-15 2.211772431870429e-15 -1.084877985609506e-18 3.215688415456187e-23 9.65552639270349e-16 7.813641779911581
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 0 -0 0 0 0
2 0.07099997711181719 0.160000014185905 0.2000000152587891 0.9841846748437302 0.1771454933176148 1.520492002498225e-23 -0.1771454933176148 0.9841846748437302 2.471453919107644e-16 4.378067740675833e-17 -2.43236709870305e-16 1 2.604860771526774e-14 9.270362255620057e-15 -2.207798294327595e-18 6.663997326563471e-23 1.083186381732888e-15 8.765580238890225
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 4.183007015804334e-16 -2.270643064345041e-16 -0 0 0 1.776356839399635e-15
2 0.07099997711181871 0.1600000141859033 0.2000000152587891 0.9963295335456426 0.08560058752556712 2.615722011978294e-23 -0.08560058752556712 0.9963295335456426 2.471454425266033e-16 2.115576902333261e-17 -2.462383057095355e-16 1 6.647460359943125e-14 3.272035420387454e-14 -3.64807439707625e-18 1.269784998467991e-22 1.19975125002075e-15 9.708868088001305
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -3.587734344517831e-16 -3.880899053489052e-17 -0 0 0 0
2 0.07099997711182235 0.1600000141859003 0.2000000152587891 0.999871039210695 -0.01605941928355301 4.249484315927462e-23 0.01605941928355301 0.999871039210695 2.471455109689093e-16 -3.969055874060656e-18 -2.471136382062991e-16 1 1.484090628167678e-13 9.654776977896518e-14 -5.411300228703149e-18 2.261272652140532e-22 1.315132245498458e-15 10.64257441167038
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 1.730187726962172e-16 -6.555548092535417e-17 -0 0 0 0
2 0.0709999771118302 0.1600000141858959 0.2000000152587891 0.9919322677507172 -0.1267689875124018 6.585985029830589e-23 0.1267689875124018 0.9919322677507172 2.471456006348245e-16 -3.133046288913178e-17 -2.45151687753328e-16 1 2.986916269875906e-13 2.537553500658873e-13 -7.485702555292567e-18 3.808601956302679e-22 1.429215544438182e-15 11.56577775017692
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -7.488044910091222e-17 -2.348576788905508e-16 -0 0 0 1.776356839394947e-15
2 0.07099997711184565 0.1600000141858905 0.2000000152587891 0.9695676711931233 -0.2448234690080662 9.811657115117963e-23 0.2448234690080662 0.9695676711931233 2.471457150361505e-16 -6.050716643628473e-17 -2.396244713517203e-16 1 5.381944889748524e-13 6.027123244933819e-13 -9.837636196603884e-18 6.121280456620258e-22 1.541888610178996e-15 12.47756700902916
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 1.925531968688588e-16 1.241828009195294e-17 -0 0 0 0
2 0.07099997711187356 0.1600000141858864 0.2000000152587891 0.9299125627617139 -0.3677806759713479 1.41329848258924e-22 0.3677806759713479 0.9299125627617139 2.471458577376743e-16 -9.089560204668184e-17 -2.298239859663956e-16 1 8.664458039930878e-13 1.309785613301528e-12 -1.240727853240352e-17 9.452876833504102e-22 1.653040303794014e-15 13.37704235810891
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 2.170710780227686e-16 -1.108168335891761e-16 -0 0 0 0
2 0.07099997711192013 0.1600000141858889 0.2000000152587891 0.8703742461139579 -0.4923907713407711 1.977345102398535e-22 0.4923907713407711 0.8703742461139579 2.471460322915248e-16 -1.216925975768603e-16 -2.151094441731438e-16 1 1.209213285058297e-12 2.632491447052132e-12 -1.510506879803238e-17 1.410174913776049e-21 1.762560993151917e-15 14.26331611970094
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 1.216743355616223e-16 -5.565242941833616e-17 -0 0 0 1.776356839372287e-15
2 0.07099997711199191 0.1600000141859082 0.2000000152587891 0.7888623316165242 -0.6145699486279337 2.69696480980694e-22 0.6145699486279337 0.7888623316165242 2.471462421682221e-16 -1.518888661063059e-16 -1.949641950997334e-16 1 1.354402701103652e-12 4.925337915295813e-12 -1.780956353339717e-17 2.040997383986711e-21 1.870342660265552e-15 15.13551364452863
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 0 0 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.6840506302997089 -0.7294345311174752 1.733608120884682e-27 0.7294345311174752 0.6840506302997089 2.471452993979502e-16 -1.802763155854177e-16 -1.690598978275136e-16 1 -5.689893001203927e-16 4.996003610813204e-16 -2.036735923021891e-17 1.386255407983569e-26 1.976269480783741e-15 15.99277417452781
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 2.837611951766004e-16 2.307631177984473e-16 -0 0 0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.5556568157323232 -0.831411753062353 2.818205583902065e-27 0.831411753062353 0.5556568157323232 2.471452993997051e-16 -2.054795066365949e-16 -1.373279700853087e-16 1 2.775557561562891e-16 2.498001805406602e-16 -2.259649683112617e-17 2.372134324283528e-26 2.08025308750193e-15 16.83425169367726
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 3.035250513315983e-16 -1.39594602128013e-16 -0 0 -0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.4047191980250813 -0.9144410154569484 4.435419743411715e-27 0.9144410154569484 0.4047191980250813 2.471452994022285e-16 -2.259997985525805e-16 -1.000244473656826e-16 1 3.139849491518021e-16 -1.665334536937735e-16 -2.429258317749182e-17 3.916280242447083e-26 2.182183725982352e-15 17.65911576113655
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -3.711118028860653e-16 6.071857638073726e-16 -0 0 0 -3.552713678800502e-15
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 0.2338431288263919 -0.9722743394231298 6.779002233306902e-27 0.9722743394231298 0.2338431288263919 2.47145299405767e-16 -2.40293032722859e-16 -5.779323008118894e-17 1 2.081668171172169e-17 -1.387778780781446e-16 -2.524002195813586e-17 6.259236573998749e-26 2.281960802523836e-15 18.46655233185137
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -8.986624070680973e-17 5.822123895721448e-16 -0 0 0 -3.552713678800503e-15
2 0.07099997711181641 0.1600000141859063 0.2000000152587891 0.04738368889101496 -0.9988767621819418 1.008768208503013e-26 0.9988767621819418 0.04738368889101496 2.471452994106165e-16 -2.468676964642411e-16 -1.171065596807304e-17 1 9.020562075079397e-16 -2.498001805406602e-16 -2.522721173502341e-17 9.712277971377423e-26 2.379485848741587e-15 19.25576455968292
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 3.0873316143493e-16 -4.734771026850007e-16 -0 0 -0 3.5527136788005e-15
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.1484724358742776 -0.9889165464211621 1.464739672482073e-26 0.9889165464211621 -0.1484724358742776 2.471452994171224e-16 -2.4440607596163e-16 3.66942646338229e-17 1 -1.52655665885959e-16 2.498001805406602e-16 -2.406590970004146e-17 1.466644278530116e-25 2.474662618744172e-15 20.02597358380287
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 1.479000953334919e-16 1.367292182636386e-16 -0 0 -0 0
2 0.07099997711181641 0.1600000141859064 0.2000000152587891 -0.3457633159284645 -0.9383217621680491 2.07920315308135e-26 0.9383217621680491 -0.3457633159284645 2.471452994256788e-16 -2.319018128614639e-16 8.545377826506556e-17 1 8.326672684688674e-17 1.387778780781446e-16 -2.161375384598452e-17 2.159920880017761e-25 2.567397184117041e-15 20.77641929733813
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 -2.87545424504972e-16 4.156016662338282e-17 -0 0 0 0
2 0.07099997711181642 0.1600000141859064 0.2000000152587891 -0.5349794687749437 -0.8448650590415484 2.89007944053385e-26 0.8448650590415484 -0.5349794687749437 2.471452994367233e-16 -2.088044279849871e-16 1.322176610272999e-16 1 -3.05311331771918e-16 3.33066907387547e-16 -1.779830715171195e-17 3.107756979163437e-25 2.657598026619023e-15 21.50636109750855
1 -0.1322131193924678 0.04215394533365132 0.2000000152587891 1 0 0 0 1 0 0 0 1 5.446811336632661e-16 2.449518267721526e-16 -0 0 0 0
2 0.07099997711181642 0.1600000141859064 0.2000000152587891 -0.7054859817975437 -0.7087238739362149 3.939234862193848e-26 0.7087238739362149 -0.7054859817975437 2.471452994507299e-16 -1.751577740240565e-16 1.743575442575645e-16 1 -1.110223024625157e-16 6.106226635438361e-16 -1.264027156351292e-17 4.375521534878284e-25 2.745176128500113e-15 22.21507861651548

View File

@@ -1,201 +0,0 @@
OndselSolver
Assembly
Notes
(Text string: '' runs: (Core.RunArray runs: #() values: #()))
Name
Assembly
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
Velocity3D
0 0 0
Omega3D
0 0 0
RefPoints
RefPoint
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
Markers
Marker
Name
Marker0
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
RefCurves
RefSurfaces
Parts
Part
Name
structural_node_1
Position3D
-0.1322131193924678 0.04215394533365132 0.2000000152587891
RotationMatrix
1 0 0
0 1 0
0 0 1
Velocity3D
0 0 0
Omega3D
0 0 0
FeatureOrder
PrincipalMassMarker
Name
MassMarker
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
Mass
1
MomentOfInertias
1 2 3
Density
10
RefPoints
RefPoint
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
Markers
Marker
Name
Marker0
Position3D
0.1322131193924678 -0.04215394533365132 -0.2000000152587891
RotationMatrix
1 0 0
0 1 0
0 0 1
RefPoint
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
Markers
Marker
Name
Marker1
Position3D
0.2032130965042842 0.117846068852255 -2.842170943040401e-17
RotationMatrix
1 -0 0
0 1 2.471452993948174e-16
-0 -2.471452993948174e-16 1
RefCurves
RefSurfaces
Part
Name
structural_node_2
Position3D
0.4257698614077033 0.1732822793381788 0.302175885912376
RotationMatrix
-0.8995965927692124 0.4234982246408653 -0.1066546951805642
-0.4367218454325635 -0.8723574602808865 0.2196963614042295
1.387778780781446e-17 0.2442165334663419 0.969720725148062
Velocity3D
0 0 0
Omega3D
0 0 0
FeatureOrder
PrincipalMassMarker
Name
MassMarker
Position3D
-0.003947705364974695 0.01042661386112648 -1.13686837721616e-16
RotationMatrix
1 0 0
0 1 0
0 0 1
Mass
12.63583350443436
MomentOfInertias
0.08708924866282601 0.085370944710882 0.06459712318937701
Density
10
RefPoints
RefPoint
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
Markers
Marker
Name
Marker0
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
RefCurves
RefSurfaces
KinematicIJs
ConstraintSets
Joints
FixedJoint
Name
joint_1
MarkerI
/Assembly/Marker0
MarkerJ
/Assembly/structural_node_1/Marker0
Motions
GeneralMotion
Name
joint_2
MarkerI
/Assembly/structural_node_1/Marker1
MarkerJ
/Assembly/structural_node_2/Marker0
Limits
GeneralConstraintSets
ForceTorques
ConstantGravity
0 0 0
SimulationParameters
tstart
0
tend
4
hmin
1e-09
hmax
1
hout
0.01
errorTol
1e-06
AnimationParameters
nframe
1000000
icurrent
1
istart
1
iend
1000000
isForward
true
framesPerSecond
30

File diff suppressed because one or more lines are too long

View File

@@ -1,580 +0,0 @@
#-----------------------------------------------------------------------------
# [Data Block]
begin: data;
problem: initial value;
end: data;
#-----------------------------------------------------------------------------
# [Problem Block]
begin: initial value;
initial time: 0.0;
final time: 4.0;
time step: 0.01;
max iterations: 100;
tolerance: 1e-06;
derivatives tolerance: 0.0001;
derivatives max iterations: 100;
derivatives coefficient: auto;
end: initial value;
#-----------------------------------------------------------------------------
# [Control Data Block]
begin: control data;
max iterations: 1000;
default orientation: orientation matrix;
omega rotates: no;
print: none;
initial stiffness: 1.0, 1.0;
structural nodes: 9;
rigid bodies: 7;
joints: 12;
end: control data;
#-----------------------------------------------------------------------------
# [Design Variables]
#Generic bodies
#body: 2
set: integer body_2 = 2; #body label
set: real mass_2 = 0.2406058732027723; #mass [kg]
set: real volume_2 = 3.045643964592054e-05; #volume [m^3]
#body: 3
set: integer body_3 = 3; #body label
set: real mass_3 = 0.0240425385694815; #mass [kg]
set: real volume_3 = 3.043359312592595e-06; #volume [m^3]
#body: 5
set: integer body_5 = 5; #body label
set: real mass_5 = 0.0449777290670256; #mass [kg]
set: real volume_5 = 5.693383426205766e-06; #volume [m^3]
#body: 6
set: integer body_6 = 6; #body label
set: real mass_6 = 0.0124530516778275; #mass [kg]
set: real volume_6 = 1.576335655421198e-06; #volume [m^3]
#body: 7
set: integer body_7 = 7; #body label
set: real mass_7 = 0.012877956133769; #mass [kg]
set: real volume_7 = 1.6301210295910151e-06; #volume [m^3]
#body: 8
set: integer body_8 = 8; #body label
set: real mass_8 = 0.0326050144115717; #mass [kg]
set: real volume_8 = 4.127217014123003e-06; #volume [m^3]
#body: 9
set: integer body_9 = 9; #body label
set: real mass_9 = 0.0647536788008991; #mass [kg]
set: real volume_9 = 8.196668202645451e-06; #volume [m^3]
#Nodes
#node: 1
set: integer structural_node_1 = 1; #node label
#node: 2
set: integer structural_node_2 = 2; #node label
#node: 3
set: integer structural_node_3 = 3; #node label
#node: 4
set: integer structural_node_4 = 4; #node label
#node: 5
set: integer structural_node_5 = 5; #node label
#node: 6
set: integer structural_node_6 = 6; #node label
#node: 7
set: integer structural_node_7 = 7; #node label
#node: 8
set: integer structural_node_8 = 8; #node label
#node: 9
set: integer structural_node_9 = 9; #node label
#Joints
#joint: 1
set: integer joint_1 = 1; #joint label
#joint: 2_3
set: integer joint_2 = 2; #joint label
set: integer joint_3 = 3; #joint label
#joint: 4_5
set: integer joint_4 = 4; #joint label
set: integer joint_5 = 5; #joint label
#joint: 6
set: integer joint_6 = 6; #joint label
#joint: 7_8
set: integer joint_7 = 7; #joint label
set: integer joint_8 = 8; #joint label
#joint: 9
set: integer joint_9 = 9; #joint label
#joint: 10_11
set: integer joint_10 = 10; #joint label
set: integer joint_11 = 11; #joint label
#joint: 12_13
set: integer joint_12 = 12; #joint label
set: integer joint_13 = 13; #joint label
#joint: 14
set: integer joint_14 = 14; #joint label
#joint: 17_18
set: integer joint_17 = 17; #joint label
set: integer joint_18 = 18; #joint label
#joint: 19_20
set: integer joint_19 = 19; #joint label
set: integer joint_20 = 20; #joint label
#joint: 21
set: integer joint_21 = 21; #joint label
#Nodes: initial conditions
#node: 1
set: real Px_1 = 0.0633633; #X component of the absolute position [m]
set: real Py_1 = -0.00923969; #Y component of the absolute position [m]
set: real Pz_1 = 0.1754432; #Z component of the absolute position [m]
set: real Vx_1 = 0.0; #X component of the absolute velocity [m/s]
set: real Vy_1 = 0.0; #Y component of the absolute velocity [m/s]
set: real Vz_1 = 0.0; #Z component of the absolute velocity [m/s]
set: real Wx_1 = 0.0; #X component of the absolute angular velocity [rad/s]
set: real Wy_1 = 0.0; #Y component of the absolute angular velocity [rad/s]
set: real Wz_1 = 0.0; #Z component of the absolute angular velocity [rad/s]
#node: 2
set: real Px_2 = 0.0633633; #X component of the absolute position [m]
set: real Py_2 = -0.009239690000000004; #Y component of the absolute position [m]
set: real Pz_2 = 0.17544320000000002; #Z component of the absolute position [m]
set: real Vx_2 = 0.0; #X component of the absolute velocity [m/s]
set: real Vy_2 = 0.0; #Y component of the absolute velocity [m/s]
set: real Vz_2 = 0.0; #Z component of the absolute velocity [m/s]
set: real Wx_2 = 0.0; #X component of the absolute angular velocity [rad/s]
set: real Wy_2 = 0.0; #Y component of the absolute angular velocity [rad/s]
set: real Wz_2 = 0.0; #Z component of the absolute angular velocity [rad/s]
#node: 3
set: real Px_3 = 0.044501489999999984; #X component of the absolute position [m]
set: real Py_3 = 0.013208259999999982; #Y component of the absolute position [m]
set: real Pz_3 = 0.15444320000000006; #Z component of the absolute position [m]
set: real Vx_3 = 0.0; #X component of the absolute velocity [m/s]
set: real Vy_3 = 0.0; #Y component of the absolute velocity [m/s]
set: real Vz_3 = 0.0; #Z component of the absolute velocity [m/s]
set: real Wx_3 = 0.0; #X component of the absolute angular velocity [rad/s]
set: real Wy_3 = 0.0; #Y component of the absolute angular velocity [rad/s]
set: real Wz_3 = 0.0; #Z component of the absolute angular velocity [rad/s]
#node: 4
set: real Px_4 = 0.02533717999999999; #X component of the absolute position [m]
set: real Py_4 = -0.01704046; #Y component of the absolute position [m]
set: real Pz_4 = 0.1544432; #Z component of the absolute position [m]
set: real Vx_4 = 0.0; #X component of the absolute velocity [m/s]
set: real Vy_4 = 0.0; #Y component of the absolute velocity [m/s]
set: real Vz_4 = 0.0; #Z component of the absolute velocity [m/s]
set: real Wx_4 = 0.0; #X component of the absolute angular velocity [rad/s]
set: real Wy_4 = 0.0; #Y component of the absolute angular velocity [rad/s]
set: real Wz_4 = 0.0; #Z component of the absolute angular velocity [rad/s]
#node: 5
set: real Px_5 = 0.008879083999999999; #X component of the absolute position [m]
set: real Py_5 = -0.003436350999999984; #Y component of the absolute position [m]
set: real Pz_5 = 0.15444320000000014; #Z component of the absolute position [m]
set: real Vx_5 = 0.0; #X component of the absolute velocity [m/s]
set: real Vy_5 = 0.0; #Y component of the absolute velocity [m/s]
set: real Vz_5 = 0.0; #Z component of the absolute velocity [m/s]
set: real Wx_5 = 0.0; #X component of the absolute angular velocity [rad/s]
set: real Wy_5 = 0.0; #Y component of the absolute angular velocity [rad/s]
set: real Wz_5 = 0.0; #Z component of the absolute angular velocity [rad/s]
#node: 6
set: real Px_6 = -0.0006674049000000011; #X component of the absolute position [m]
set: real Py_6 = -0.039716090000000016; #Y component of the absolute position [m]
set: real Pz_6 = 0.15444319999999995; #Z component of the absolute position [m]
set: real Vx_6 = 0.0; #X component of the absolute velocity [m/s]
set: real Vy_6 = 0.0; #Y component of the absolute velocity [m/s]
set: real Vz_6 = 0.0; #Z component of the absolute velocity [m/s]
set: real Wx_6 = 0.0; #X component of the absolute angular velocity [rad/s]
set: real Wy_6 = 0.0; #Y component of the absolute angular velocity [rad/s]
set: real Wz_6 = 0.0; #Z component of the absolute angular velocity [rad/s]
#node: 7
set: real Px_7 = 0.019076690000000004; #X component of the absolute position [m]
set: real Py_7 = -0.03178055; #Y component of the absolute position [m]
set: real Pz_7 = 0.1544432; #Z component of the absolute position [m]
set: real Vx_7 = 0.0; #X component of the absolute velocity [m/s]
set: real Vy_7 = 0.0; #Y component of the absolute velocity [m/s]
set: real Vz_7 = 0.0; #Z component of the absolute velocity [m/s]
set: real Wx_7 = 0.0; #X component of the absolute angular velocity [rad/s]
set: real Wy_7 = 0.0; #Y component of the absolute angular velocity [rad/s]
set: real Wz_7 = 0.0; #Z component of the absolute angular velocity [rad/s]
#node: 8
set: real Px_8 = 0.059190639999999996; #X component of the absolute position [m]
set: real Py_8 = -0.019610780000000046; #Y component of the absolute position [m]
set: real Pz_8 = 0.15444319999999995; #Z component of the absolute position [m]
set: real Vx_8 = 0.0; #X component of the absolute velocity [m/s]
set: real Vy_8 = 0.0; #Y component of the absolute velocity [m/s]
set: real Vz_8 = 0.0; #Z component of the absolute velocity [m/s]
set: real Wx_8 = 0.0; #X component of the absolute angular velocity [rad/s]
set: real Wy_8 = 0.0; #Y component of the absolute angular velocity [rad/s]
set: real Wz_8 = 0.0; #Z component of the absolute angular velocity [rad/s]
#node: 9
set: real Px_9 = 0.05378240000000001; #X component of the absolute position [m]
set: real Py_9 = -0.1021752; #Y component of the absolute position [m]
set: real Pz_9 = 0.1544432; #Z component of the absolute position [m]
set: real Vx_9 = 0.0; #X component of the absolute velocity [m/s]
set: real Vy_9 = 0.0; #Y component of the absolute velocity [m/s]
set: real Vz_9 = 0.0; #Z component of the absolute velocity [m/s]
set: real Wx_9 = 0.0; #X component of the absolute angular velocity [rad/s]
set: real Wy_9 = 0.0; #Y component of the absolute angular velocity [rad/s]
set: real Wz_9 = 0.0; #Z component of the absolute angular velocity [rad/s]
#-----------------------------------------------------------------------------
# [Intermediate Variables]
#Moments of inertia and relative center of mass
#body 2:
set: real Ixx_2 = 7.0382920239e-05; #moment of inertia [kg*m^2]
set: real Iyy_2 = 5.839585895200001e-05; #moment of inertia [kg*m^2]
set: real Izz_2 = 4.7214826765e-05; #moment of inertia [kg*m^2]
set: real Rx_2 = 8.128679951369122e-13; #X component of the relative center of mass [m]
set: real Ry_2 = 0.004257226884083109; #Y component of the relative center of mass [m]
set: real Rz_2 = -0.04900000000000003; #Z component of the relative center of mass [m]
#body 3:
set: real Ixx_3 = 9.607179098000002e-06; #moment of inertia [kg*m^2]
set: real Iyy_3 = 9.40820717e-06; #moment of inertia [kg*m^2]
set: real Izz_3 = 1.2609566040000002e-06; #moment of inertia [kg*m^2]
set: real Rx_3 = -0.045501779362556276; #X component of the relative center of mass [m]
set: real Ry_3 = 0.037808729012330414; #Y component of the relative center of mass [m]
set: real Rz_3 = -0.022000000000000113; #Z component of the relative center of mass [m]
#body 5:
set: real Ixx_5 = 1.35688267e-05; #moment of inertia [kg*m^2]
set: real Iyy_5 = 1.0311377119e-05; #moment of inertia [kg*m^2]
set: real Izz_5 = 3.788040441e-06; #moment of inertia [kg*m^2]
set: real Rx_5 = -0.059321049124220364; #X component of the relative center of mass [m]
set: real Ry_5 = 0.020781650526910035; #Y component of the relative center of mass [m]
set: real Rz_5 = -0.0220000000000002; #Z component of the relative center of mass [m]
#body 6:
set: real Ixx_6 = 3.0807125189999998e-06; #moment of inertia [kg*m^2]
set: real Iyy_6 = 2.7461459389999997e-06; #moment of inertia [kg*m^2]
set: real Izz_6 = 4.0681373900000014e-07; #moment of inertia [kg*m^2]
set: real Rx_6 = -0.047754601656010066; #X component of the relative center of mass [m]
set: real Ry_6 = 0.012977814244863342; #Y component of the relative center of mass [m]
set: real Rz_6 = -0.021999999999979564; #Z component of the relative center of mass [m]
#body 7:
set: real Ixx_7 = 3.323661377e-06; #moment of inertia [kg*m^2]
set: real Iyy_7 = 2.919060349e-06; #moment of inertia [kg*m^2]
set: real Izz_7 = 4.74840086e-07; #moment of inertia [kg*m^2]
set: real Rx_7 = -0.028086306735322055; #X component of the relative center of mass [m]
set: real Ry_7 = -0.008906574578364492; #Y component of the relative center of mass [m]
set: real Rz_7 = -0.021999999999985677; #Z component of the relative center of mass [m]
#body 8:
set: real Ixx_8 = 1.8277407926e-05; #moment of inertia [kg*m^2]
set: real Iyy_8 = 1.6715521441e-05; #moment of inertia [kg*m^2]
set: real Izz_8 = 3.055755313e-06; #moment of inertia [kg*m^2]
set: real Rx_8 = -0.012837084359928908; #X component of the relative center of mass [m]
set: real Ry_8 = -0.058225112045533156; #Y component of the relative center of mass [m]
set: real Rz_8 = -0.021999999999969874; #Z component of the relative center of mass [m]
#body 9:
set: real Ixx_9 = 3.6750824094999996e-05; #moment of inertia [kg*m^2]
set: real Iyy_9 = 3.4476237135000004e-05; #moment of inertia [kg*m^2]
set: real Izz_9 = 3.9371388e-06; #moment of inertia [kg*m^2]
set: real Rx_9 = -0.06304499075484313; #X component of the relative center of mass [m]
set: real Ry_9 = -0.028759872536229126; #Y component of the relative center of mass [m]
set: real Rz_9 = -0.02199999999358337; #Z component of the relative center of mass [m]
#-----------------------------------------------------------------------------
# [Nodes Block]
begin: nodes;
structural: structural_node_1,
static,
Px_1, Py_1, Pz_1, #<absolute_position> [m]
3, 3.552713678800501e-15, -8.881784197001252e-16, 1.0, 2, 0.0, 1.0, 8.881784197001252e-16, #<absolute_orientation_matrix>
Vx_1, Vy_1, Vz_1, #<absolute_velocity> [m/s]
Wx_1, Wy_1, Wz_1; #<absolute_angular_velocity> [rad/s]
structural: structural_node_2,
dynamic,
Px_2, Py_2, Pz_2, #<absolute_position> [m]
3, 0.0, -7.105427357601003e-16, 1.0, 2, 0.0, 1.0, 7.105427357601003e-16, #<absolute_orientation_matrix>
Vx_2, Vy_2, Vz_2, #<absolute_velocity> [m/s]
Wx_2, Wy_2, Wz_2; #<absolute_angular_velocity> [rad/s]
structural: structural_node_3,
dynamic,
Px_3, Py_3, Pz_3, #<absolute_position> [m]
3, -3.1700485006557752e-18, -1.903231223632211e-15, 1.0, 2, 0.0031162201389038045, 0.9999951445742353, 1.9032318612032713e-15, #<absolute_orientation_matrix>
Vx_3, Vy_3, Vz_3, #<absolute_velocity> [m/s]
Wx_3, Wy_3, Wz_3; #<absolute_angular_velocity> [rad/s]
structural: structural_node_4,
static,
Px_4, Py_4, Pz_4, #<absolute_position> [m]
3, 0.0, 0.0, 1.0, 2, 0.0, 1.0, 0.0, #<absolute_orientation_matrix>
Vx_4, Vy_4, Vz_4, #<absolute_velocity> [m/s]
Wx_4, Wy_4, Wz_4; #<absolute_angular_velocity> [rad/s]
structural: structural_node_5,
dynamic,
Px_5, Py_5, Pz_5, #<absolute_position> [m]
3, -3.170082765228165e-18, -1.9032308101571934e-15, 1.0, 2, 0.016100019779106436, 0.9998703862816982, 1.9030351637303236e-15, #<absolute_orientation_matrix>
Vx_5, Vy_5, Vz_5, #<absolute_velocity> [m/s]
Wx_5, Wy_5, Wz_5; #<absolute_angular_velocity> [rad/s]
structural: structural_node_6,
dynamic,
Px_6, Py_6, Pz_6, #<absolute_position> [m]
3, 2.0366811261067867e-13, -3.0231574532833476e-13, 1.0, 2, -0.1283680988289512, 0.99172659095289, 3.2595905191376506e-13, #<absolute_orientation_matrix>
Vx_6, Vy_6, Vz_6, #<absolute_velocity> [m/s]
Wx_6, Wy_6, Wz_6; #<absolute_angular_velocity> [rad/s]
structural: structural_node_7,
dynamic,
Px_7, Py_7, Pz_7, #<absolute_position> [m]
3, 2.0899139341889746e-13, -3.0200488848262844e-13, 1.0, 2, -0.07583947304837221, 0.9971200400793002, 3.1698492365647733e-13, #<absolute_orientation_matrix>
Vx_7, Vy_7, Vz_7, #<absolute_velocity> [m/s]
Wx_7, Wy_7, Wz_7; #<absolute_angular_velocity> [rad/s]
structural: structural_node_8,
dynamic,
Px_8, Py_8, Pz_8, #<absolute_position> [m]
3, 2.043025799989906e-13, -2.999207132952625e-13, 1.0, 2, -0.011014440431914747, 0.9999393392111202, 3.0215279846567804e-13, #<absolute_orientation_matrix>
Vx_8, Vy_8, Vz_8, #<absolute_velocity> [m/s]
Wx_8, Wy_8, Wz_8; #<absolute_angular_velocity> [rad/s]
structural: structural_node_9,
dynamic,
Px_9, Py_9, Pz_9, #<absolute_position> [m]
3, 0.0, 0.0, 1.0, 2, 0.0, 1.0, 0.0, #<absolute_orientation_matrix>
Vx_9, Vy_9, Vz_9, #<absolute_velocity> [m/s]
Wx_9, Wy_9, Wz_9; #<absolute_angular_velocity> [rad/s]
end: nodes;
#-----------------------------------------------------------------------------
# [Elements Block]
begin: elements;
#-----------------------------------------------------------------------------
# [Bodies]
body: body_2,
structural_node_2, #<node_label>
mass_2, #<mass> [kg]
Rx_2, Ry_2, Rz_2, #<relative_center_of_mass> [m]
diag, Ixx_2, Iyy_2, Izz_2, #<inertia matrix> [kg*m^2]
orientation, 3, 0.0, 1.0, -7.105427357601003e-16, 2, 1.0, 0.0, 0.0;
body: body_3,
structural_node_3, #<node_label>
mass_3, #<mass> [kg]
Rx_3, Ry_3, Rz_3, #<relative_center_of_mass> [m]
diag, Ixx_3, Iyy_3, Izz_3, #<inertia matrix> [kg*m^2]
orientation, 3, 0.9311173237040443, -0.35710016731754424, 6.822150954019863e-16, 2, -5.551115123125783e-17, 1.9012569296705806e-15, 1.0;
body: body_5,
structural_node_5, #<node_label>
mass_5, #<mass> [kg]
Rx_5, Ry_5, Rz_5, #<relative_center_of_mass> [m]
diag, Ixx_5, Iyy_5, Izz_5, #<inertia matrix> [kg*m^2]
orientation, 3, 0.5870422159457338, 0.8095563208928225, -1.5244866977848912e-15, 2, 0.8095563208928226, -0.5870422159457337, 1.1394024198821332e-15;
body: body_6,
structural_node_6, #<node_label>
mass_6, #<mass> [kg]
Rx_6, Ry_6, Rz_6, #<relative_center_of_mass> [m]
diag, Ixx_6, Iyy_6, Izz_6, #<inertia matrix> [kg*m^2]
orientation, 3, -0.39538399639307586, 0.9183525986222504, -3.63862278413814e-13, 2, -1.631819679381863e-13, 3.2596148002994596e-13, 0.9999999999999999;
body: body_7,
structural_node_7, #<node_label>
mass_7, #<mass> [kg]
Rx_7, Ry_7, Rz_7, #<relative_center_of_mass> [m]
diag, Ixx_7, Iyy_7, Izz_7, #<inertia matrix> [kg*m^2]
orientation, 3, 0.5261723494495293, 0.852550678068326, -1.7264830977684646e-13, 2, -1.8549051183924803e-13, 3.1702418468171345e-13, 0.9999999999999999;
body: body_8,
structural_node_8, #<node_label>
mass_8, #<mass> [kg]
Rx_8, Ry_8, Rz_8, #<relative_center_of_mass> [m]
diag, Ixx_8, Iyy_8, Izz_8, #<inertia matrix> [kg*m^2]
orientation, 3, 0.2905568777937519, 0.9568577223217393, -2.307191623637346e-13, 2, -2.011169009108471e-13, 3.02174951727352e-13, 1.0;
body: body_9,
structural_node_9, #<node_label>
mass_9, #<mass> [kg]
Rx_9, Ry_9, Rz_9, #<relative_center_of_mass> [m]
diag, Ixx_9, Iyy_9, Izz_9, #<inertia matrix> [kg*m^2]
orientation, 3, 0.25, 0.97, 0.0, 2, 0.97, -0.25, 0.0;
#-----------------------------------------------------------------------------
# [Joints]
joint: joint_1,
clamp,
structural_node_1, #<node_label>
0.0633633, -0.00923969, 0.1754432, #<absolute_pin_position> [m]
3, 3.552713678800501e-15, -8.881784197001252e-16, 1.0, 2, 0.0, 1.0, 8.881784197001252e-16; #<absolute_orientation_matrix>
joint: joint_2,
axial rotation,
structural_node_2, #<node_1_label>
position, 0.0, 0.0, 0.0, #<relative_position_1> [m]
orientation, 3, 0.0, 0.0, 1.0, 2, 0.0, 1.0, 0.0, #<relative_pin_orientation_matrix_1>
structural_node_1, #<node_2_label>
position, 0.0, 0.0, 0.0, #<relative_position_2> [m]
orientation, 3, 0.0, 0.0, 1.0, 2, 0.0, 1.0, 0.0, #<relative_pin_orientation_matrix_2>
string, "model::drive(1, Time)"; #<angular_velocity> [rad/s]
joint: joint_4,
revolute hinge,
structural_node_3, #<node_1_label>
position, 0.01945754810926986, -0.007398288996059009, 0.0, #<relative_position_1> [m]
orientation, 3, 2.379270386264628e-18, 2.5376566208832034e-16, 1.0, 2, -0.0031162201389038045, 0.9999951445742353, -2.537570156176929e-16, #<relative_pin_orientation_matrix_1>
structural_node_2, #<node_2_label>
position, 0.000572592272705613, 0.014989067285499725, -0.02099999999999997, #<relative_position_2> [m]
orientation, 3, 4.4133089177646067e-16, -2.8245177073693617e-16, 1.0, 2, -1.0947644252537633e-47, 1.0, 2.8245177073693617e-16; #<relative_pin_orientation_matrix_2>
joint: joint_6,
clamp,
structural_node_4, #<node_label>
0.02533717999999999, -0.01704046, 0.1544432, #<absolute_pin_position> [m]
3, 0.0, 0.0, 1.0, 2, 0.0, 1.0, 0.0; #<absolute_orientation_matrix>
joint: joint_7,
revolute hinge,
structural_node_5, #<node_1_label>
position, 0.007939339015500799, 0.027232800113977197, -8.526512829121202e-17, #<relative_position_1> [m]
orientation, 3, 3.553380196810903e-15, 1.8410732504324904e-16, 1.0, 2, -0.016100019779106436, 0.9998703862816982, -1.2687397075694296e-16, #<relative_pin_orientation_matrix_1>
structural_node_3, #<node_2_label>
position, -0.027278104193160135, 0.010371877122050989, -2.842170943040401e-17, #<relative_position_2> [m]
orientation, 3, -1.7721896700948145e-15, -3.2273892579290396e-16, 1.0, 2, -0.0031162201389038045, 0.9999951445742353, 3.1721482561810166e-16; #<relative_pin_orientation_matrix_2>
joint: joint_9,
in line,
structural_node_5, #<node_1_label>
0.016674991317944074, -0.013337366004130156, 2.583957822554477e-17, #<relative_line_position> [m]
3, 1.54266885649206e-17, -7.611547350475735e-16, 1.0, 2, -0.016100019779106436, 0.9998703862816982, 7.613044489431823e-16, #<relative_orientation>
structural_node_4, #<node_2_label>
offset, 0.0, 0.0, 0.0; #<relative_offset> [m]
joint: joint_10,
revolute hinge,
structural_node_5, #<node_1_label>
position, -0.0229927999452359, -0.019209021333030166, -8.526512829121202e-17, #<relative_position_1> [m]
orientation, 3, -1.989865580580776e-15, -3.4929738803148917e-16, 1.0, 2, -0.016100019779106436, 0.9998703862816982, 3.172152390931197e-16, #<relative_pin_orientation_matrix_1>
structural_node_6, #<node_2_label>
position, -0.011399640718976634, 0.019064468616942564, -3.234390533179976e-14, #<relative_position_2> [m]
orientation, 3, -1.674626405891981e-13, 3.24466931671453e-13, 1.0, 2, 0.1283680988289512, 0.99172659095289, -3.0028562322616305e-13; #<relative_pin_orientation_matrix_2>
joint: joint_12,
revolute hinge,
structural_node_6, #<node_1_label>
position, 0.00882055117667097, -0.014751264994918899, -3.2372327041230165e-14, #<relative_position_1> [m]
orientation, 3, -7.843921394049555e-16, -4.561790173454178e-16, 1.0, 2, 0.1283680988289512, 0.99172659095289, 5.530957894079982e-16, #<relative_pin_orientation_matrix_1>
structural_node_7, #<node_2_label>
position, -0.010702134855840454, -0.020680393800658704, -1.668354343564715e-14, #<relative_position_2> [m]
orientation, 3, -5.9986169706224296e-15, -2.845473939500244e-17, 1.0, 2, 0.07583947304837221, 0.9971200400793002, 4.833047409570188e-16; #<relative_pin_orientation_matrix_2>
joint: joint_14,
in line,
structural_node_7, #<node_1_label>
0.007360348279200352, 0.014222853942156975, 4.1327660701972565e-15, #<relative_line_position> [m]
3, 2.835536297890121e-17, 2.2139088486989354e-17, 1.0, 2, 0.07583947304837221, 0.9971200400793002, -2.422578458588119e-17, #<relative_orientation>
structural_node_4, #<node_2_label>
offset, 0.0, 0.0, 0.0; #<relative_offset> [m]
joint: joint_17,
revolute hinge,
structural_node_7, #<node_1_label>
position, -0.010702134855840454, -0.020680393800658704, -1.668354343564715e-14, #<relative_position_1> [m]
orientation, 3, -5.9986169706224296e-15, -2.845473939500244e-17, 1.0, 2, 0.07583947304837221, 0.9971200400793002, 4.833047409570188e-16, #<relative_pin_orientation_matrix_1>
structural_node_9, #<node_2_label>
position, -0.04380863335425453, 0.048962165430424774, 2.361844053666573e-14, #<relative_position_2> [m]
orientation, 3, 2.0250467969162858e-13, -3.0020430585864233e-13, 1.0, 2, 1.1479437019748901e-41, 1.0, 3.0020430585864233e-13; #<relative_pin_orientation_matrix_2>
joint: joint_19,
revolute hinge,
structural_node_9, #<node_1_label>
position, -0.00711178566808907, 0.048481156180642686, 1.5973000699887054e-14, #<relative_position_1> [m]
orientation, 3, 1.9895196601282803e-13, -3.0020430585864233e-13, 1.0, 2, -1.1479437019748901e-41, 1.0, 3.0020430585864233e-13, #<relative_pin_orientation_matrix_1>
structural_node_8, #<node_2_label>
position, -0.012894678260996642, -0.0339432964317313, -1.494981916039251e-14, #<relative_position_2> [m]
orientation, 3, 4.579871051207537e-16, -4.501513270023455e-16, 1.0, 2, 0.011014440431914747, 0.9999393392111202, 4.450795487797967e-16; #<relative_pin_orientation_matrix_2>
joint: joint_21,
in line,
structural_node_8, #<node_1_label>
0.005024292862524304, 0.02530634891636125, 6.393896531709601e-16, #<relative_line_position> [m]
3, -3.779590336935672e-16, -1.0180004744870912e-16, 1.0, 2, 0.011014440431914747, 0.9999393392111202, 1.0595687943984473e-16, #<relative_orientation>
structural_node_2, #<node_2_label>
offset, 0.000572592272705613, 0.014989067285499725, -0.02099999999999997; #<relative_offset> [m]
#-----------------------------------------------------------------------------
# [Drive callers]
drive caller: 1, name,"drive:1", ramp, 5.0, 0.25, 2.0, 0.0;
end: elements;

File diff suppressed because it is too large Load Diff

View File

@@ -1,845 +0,0 @@
OndselSolver
Assembly
Notes
(Text string: '' runs: (Core.RunArray runs: #() values: #()))
Name
Assembly
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
Velocity3D
0 0 0
Omega3D
0 0 0
RefPoints
RefPoint
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
Markers
Marker
Name
Marker0
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
RefPoint
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
Markers
Marker
Name
Marker1
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
RefCurves
RefSurfaces
Parts
Part
Name
structural_node_1
Position3D
0.0633633 -0.00923969 0.1754432
RotationMatrix
1 0 3.552713678800501e-15
3.155443620884047e-30 1 -8.881784197001252e-16
-3.552713678800501e-15 8.881784197001252e-16 1
Velocity3D
0 0 0
Omega3D
0 0 0
FeatureOrder
PrincipalMassMarker
Name
MassMarker
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
Mass
1
MomentOfInertias
1 2 3
Density
10
RefPoints
RefPoint
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
Markers
Marker
Name
Marker0
Position3D
-0.06336329999999937 0.009239689999999844 -0.1754432000000002
RotationMatrix
1 3.155443620884047e-30 -3.552713678800501e-15
0 1 8.881784197001252e-16
3.552713678800501e-15 -8.881784197001252e-16 1
RefPoint
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
Markers
Marker
Name
Marker1
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
RefCurves
RefSurfaces
Part
Name
structural_node_2
Position3D
0.0633633 -0.009239690000000004 0.1754432
RotationMatrix
1 0 0
0 1 -7.105427357601003e-16
-0 7.105427357601003e-16 1
Velocity3D
0 0 0
Omega3D
0 0 0
FeatureOrder
PrincipalMassMarker
Name
MassMarker
Position3D
8.128679951369122e-13 0.004257226884083109 -0.04900000000000003
RotationMatrix
1 0 0
0 1 0
0 0 1
Mass
0.2406058732027723
MomentOfInertias
7.0382920239e-05 5.839585895200001e-05 4.7214826765e-05
Density
10
RefPoints
RefPoint
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
Markers
Marker
Name
Marker0
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
RefPoint
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
Markers
Marker
Name
Marker1
Position3D
0.000572592272705613 0.01498906728549972 -0.02099999999999997
RotationMatrix
1 -2.189528850507527e-47 4.413308917764607e-16
1.246546918631725e-31 1 -2.824517707369362e-16
-4.413308917764607e-16 2.824517707369362e-16 1
RefPoint
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
Markers
Marker
Name
Marker2
Position3D
0.000572592272705613 0.01498906728549972 -0.02099999999999997
RotationMatrix
1 0 0
0 1 0
0 0 1
RefCurves
RefSurfaces
Part
Name
structural_node_3
Position3D
0.04450148999999998 0.01320825999999998 0.1544432000000001
RotationMatrix
0.9999951445742356 0.003116220138903805 -3.170048500655775e-18
-0.003116220138903805 0.9999951445742356 -1.903231223632211e-15
-2.760854359352618e-18 1.903231861203271e-15 1
Velocity3D
0 0 0
Omega3D
0 0 0
FeatureOrder
PrincipalMassMarker
Name
MassMarker
Position3D
-0.04550177936255628 0.03780872901233041 -0.02200000000000011
RotationMatrix
1 0 0
0 1 0
0 0 1
Mass
0.0240425385694815
MomentOfInertias
9.607179098000002e-06 9.40820717e-06 1.260956604e-06
Density
10
RefPoints
RefPoint
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
Markers
Marker
Name
Marker0
Position3D
0.01945754810926986 -0.007398288996059009 0
RotationMatrix
0.9999951445742356 -0.003116220138903805 2.379270386264628e-18
0.003116220138903805 0.9999951445742356 2.537656620883203e-16
-3.170048500655776e-18 -2.537570156176929e-16 1
RefPoint
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
Markers
Marker
Name
Marker1
Position3D
-0.02727810419316013 0.01037187712205099 -2.842170943040401e-17
RotationMatrix
0.9999951445742356 -0.003116220138903805 -1.772189670094815e-15
0.003116220138903805 0.9999951445742356 -3.22738925792904e-16
1.773186790899595e-15 3.172148256181018e-16 1
RefCurves
RefSurfaces
Part
Name
structural_node_4
Position3D
0.02533717999999999 -0.01704046 0.1544432
RotationMatrix
1 0 0
0 1 0
0 0 1
Velocity3D
0 0 0
Omega3D
0 0 0
FeatureOrder
PrincipalMassMarker
Name
MassMarker
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
Mass
1
MomentOfInertias
1 2 3
Density
10
RefPoints
RefPoint
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
Markers
Marker
Name
Marker0
Position3D
-0.02533717999999999 0.01704046 -0.1544432
RotationMatrix
1 0 0
0 1 0
0 0 1
RefPoint
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
Markers
Marker
Name
Marker1
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
RefPoint
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
Markers
Marker
Name
Marker2
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
RefCurves
RefSurfaces
Part
Name
structural_node_5
Position3D
0.008879083999999999 -0.003436350999999984 0.1544432000000001
RotationMatrix
0.9998703862816982 0.01610001977910644 -3.170082765228165e-18
-0.01610001977910644 0.9998703862816982 -1.903230810157193e-15
-2.747238180872194e-17 1.903035163730324e-15 1
Velocity3D
0 0 0
Omega3D
0 0 0
FeatureOrder
PrincipalMassMarker
Name
MassMarker
Position3D
-0.05932104912422036 0.02078165052691004 -0.0220000000000002
RotationMatrix
1 0 0
0 1 0
0 0 1
Mass
0.0449777290670256
MomentOfInertias
1.35688267e-05 1.0311377119e-05 3.788040441e-06
Density
10
RefPoints
RefPoint
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
Markers
Marker
Name
Marker0
Position3D
0.007939339015500799 0.0272328001139772 -8.526512829121202e-17
RotationMatrix
0.9998703862816982 -0.01610001977910644 3.553380196810903e-15
0.01610001977910644 0.9998703862816982 1.84107325043249e-16
-3.555883761565729e-15 -1.26873970756943e-16 1
RefPoint
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
Markers
Marker
Name
Marker1
Position3D
0.01667499131794407 -0.01333736600413016 2.583957822554477e-17
RotationMatrix
0.9998703862816982 -0.01610001977910644 1.54266885649206e-17
0.01610001977910644 0.9998703862816982 -7.611547350475735e-16
-3.170082765228165e-18 7.613044489431823e-16 1
RefPoint
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
Markers
Marker
Name
Marker2
Position3D
-0.0229927999452359 -0.01920902133303017 -8.526512829121202e-17
RotationMatrix
0.9998703862816982 -0.01610001977910644 -1.989865580580776e-15
0.01610001977910644 0.9998703862816982 -3.492973880314892e-16
1.995231361560053e-15 3.172152390931197e-16 1
RefCurves
RefSurfaces
Part
Name
structural_node_6
Position3D
-0.0006674049000000011 -0.03971609000000002 0.1544431999999999
RotationMatrix
0.99172659095289 -0.1283680988289512 2.036681126106787e-13
0.1283680988289512 0.99172659095289 -3.023157453283348e-13
-1.63175385531342e-13 3.259590519137651e-13 1
Velocity3D
0 0 0
Omega3D
0 0 0
FeatureOrder
PrincipalMassMarker
Name
MassMarker
Position3D
-0.04775460165601007 0.01297781424486334 -0.02199999999997956
RotationMatrix
1 0 0
0 1 0
0 0 1
Mass
0.0124530516778275
MomentOfInertias
3.080712519e-06 2.746145939e-06 4.068137390000001e-07
Density
10
RefPoints
RefPoint
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
Markers
Marker
Name
Marker0
Position3D
-0.01139964071897663 0.01906446861694256 -3.234390533179976e-14
RotationMatrix
0.99172659095289 0.1283680988289512 -1.674626405891981e-13
-0.1283680988289512 0.99172659095289 3.24466931671453e-13
2.077283568150221e-13 -3.00285623226163e-13 1
RefPoint
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
Markers
Marker
Name
Marker1
Position3D
0.008820551176670971 -0.0147512649949189 -3.237232704123016e-14
RotationMatrix
0.99172659095289 0.1283680988289512 -7.843921394049555e-16
-0.1283680988289512 0.99172659095289 -4.561790173454178e-16
7.193437092000302e-16 5.530957894079983e-16 1
RefCurves
RefSurfaces
Part
Name
structural_node_7
Position3D
0.01907669 -0.03178055 0.1544432
RotationMatrix
0.9971200400793002 -0.07583947304837221 2.089913934188975e-13
0.07583947304837221 0.9971200400793002 -3.020048884826284e-13
-1.854856149815249e-13 3.169849236564773e-13 1
Velocity3D
0 0 0
Omega3D
0 0 0
FeatureOrder
PrincipalMassMarker
Name
MassMarker
Position3D
-0.02808630673532206 -0.008906574578364492 -0.02199999999998568
RotationMatrix
1 0 0
0 1 0
0 0 1
Mass
0.012877956133769
MomentOfInertias
3.323661377e-06 2.919060349e-06 4.74840086e-07
Density
10
RefPoints
RefPoint
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
Markers
Marker
Name
Marker0
Position3D
-0.01070213485584045 -0.0206803938006587 -1.668354343564715e-14
RotationMatrix
0.9971200400793002 0.07583947304837221 -5.99861697062243e-15
-0.07583947304837221 0.9971200400793002 -2.845473939500244e-17
5.979183201725961e-15 4.833047409570188e-16 1
RefPoint
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
Markers
Marker
Name
Marker1
Position3D
0.007360348279200352 0.01422285394215697 4.132766070197256e-15
RotationMatrix
0.9971200400793002 0.07583947304837221 2.835536297890121e-17
-0.07583947304837221 0.9971200400793002 2.213908848698935e-17
-2.659468386536053e-17 -2.422578458588119e-17 1
RefPoint
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
Markers
Marker
Name
Marker2
Position3D
-0.01070213485584045 -0.0206803938006587 -1.668354343564715e-14
RotationMatrix
0.9971200400793002 0.07583947304837221 -5.99861697062243e-15
-0.07583947304837221 0.9971200400793002 -2.845473939500244e-17
5.979183201725961e-15 4.833047409570188e-16 1
RefCurves
RefSurfaces
Part
Name
structural_node_8
Position3D
0.05919064 -0.01961078000000005 0.1544431999999999
RotationMatrix
0.9999393392111204 -0.01101444043191475 2.043025799989906e-13
0.01101444043191475 0.9999393392111204 -2.999207132952625e-13
-2.009867280124297e-13 3.021527984656781e-13 1
Velocity3D
0 0 0
Omega3D
0 0 0
FeatureOrder
PrincipalMassMarker
Name
MassMarker
Position3D
-0.01283708435992891 -0.05822511204553316 -0.02199999999996987
RotationMatrix
1 0 0
0 1 0
0 0 1
Mass
0.0326050144115717
MomentOfInertias
1.8277407926e-05 1.6715521441e-05 3.055755313e-06
Density
10
RefPoints
RefPoint
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
Markers
Marker
Name
Marker0
Position3D
-0.01289467826099664 -0.0339432964317313 -1.494981916039251e-14
RotationMatrix
0.9999393392111204 0.01101444043191475 4.579871051207537e-16
-0.01101444043191475 0.9999393392111204 -4.501513270023455e-16
-4.629174882382751e-16 4.450795487797968e-16 1
RefPoint
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
Markers
Marker
Name
Marker1
Position3D
0.005024292862524304 0.02530634891636125 6.393896531709601e-16
RotationMatrix
0.9999393392111204 0.01101444043191475 -3.779590336935672e-16
-0.01101444043191475 0.9999393392111204 -1.018000474487091e-16
3.768148358418293e-16 1.059568794398448e-16 1
RefCurves
RefSurfaces
Part
Name
structural_node_9
Position3D
0.05378240000000001 -0.1021752 0.1544432
RotationMatrix
1 0 0
0 1 0
0 0 1
Velocity3D
0 0 0
Omega3D
0 0 0
FeatureOrder
PrincipalMassMarker
Name
MassMarker
Position3D
-0.06304499075484313 -0.02875987253622913 -0.02199999999358337
RotationMatrix
1 0 0
0 1 0
0 0 1
Mass
0.06475367880089911
MomentOfInertias
3.6750824095e-05 3.4476237135e-05 3.9371388e-06
Density
10
RefPoints
RefPoint
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
Markers
Marker
Name
Marker0
Position3D
-0.04380863335425453 0.04896216543042477 2.361844053666573e-14
RotationMatrix
1 1.14794370197489e-41 2.025046796916286e-13
6.079277679995205e-26 1 -3.002043058586423e-13
-2.025046796916286e-13 3.002043058586423e-13 1
RefPoint
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
Markers
Marker
Name
Marker1
Position3D
-0.00711178566808907 0.04848115618064269 1.597300069988705e-14
RotationMatrix
1 -1.14794370197489e-41 1.98951966012828e-13
5.972623685609325e-26 1 -3.002043058586423e-13
-1.98951966012828e-13 3.002043058586423e-13 1
RefCurves
RefSurfaces
KinematicIJs
ConstraintSets
Joints
FixedJoint
Name
joint_1
MarkerI
/Assembly/Marker0
MarkerJ
/Assembly/structural_node_1/Marker0
RevoluteJoint
Name
joint_2
MarkerI
/Assembly/structural_node_2/Marker0
MarkerJ
/Assembly/structural_node_1/Marker1
RevoluteJoint
Name
joint_4
MarkerI
/Assembly/structural_node_3/Marker0
MarkerJ
/Assembly/structural_node_2/Marker1
FixedJoint
Name
joint_6
MarkerI
/Assembly/Marker1
MarkerJ
/Assembly/structural_node_4/Marker0
RevoluteJoint
Name
joint_7
MarkerI
/Assembly/structural_node_5/Marker0
MarkerJ
/Assembly/structural_node_3/Marker1
PointInLineJoint
Name
joint_9
MarkerI
/Assembly/structural_node_5/Marker1
MarkerJ
/Assembly/structural_node_4/Marker1
RevoluteJoint
Name
joint_10
MarkerI
/Assembly/structural_node_5/Marker2
MarkerJ
/Assembly/structural_node_6/Marker0
RevoluteJoint
Name
joint_12
MarkerI
/Assembly/structural_node_6/Marker1
MarkerJ
/Assembly/structural_node_7/Marker0
PointInLineJoint
Name
joint_14
MarkerI
/Assembly/structural_node_7/Marker1
MarkerJ
/Assembly/structural_node_4/Marker2
RevoluteJoint
Name
joint_17
MarkerI
/Assembly/structural_node_7/Marker2
MarkerJ
/Assembly/structural_node_9/Marker0
RevoluteJoint
Name
joint_19
MarkerI
/Assembly/structural_node_9/Marker1
MarkerJ
/Assembly/structural_node_8/Marker0
PointInLineJoint
Name
joint_21
MarkerI
/Assembly/structural_node_8/Marker1
MarkerJ
/Assembly/structural_node_2/Marker2
Motions
RotationalMotion
Name
joint_2Motion
MarkerI
/Assembly/structural_node_2/Marker0
MarkerJ
/Assembly/structural_node_1/Marker1
MotionJoint
/Assembly/joint_2
RotationZ
integral(time, rampstep(time, 0.25, 0.0, 2.0, 0.0 + 5.0*(2.0 - 0.25)))
GeneralConstraintSets
ForceTorques
ConstantGravity
0 0 0
SimulationParameters
tstart
0
tend
4
hmin
1e-09
hmax
1
hout
0.01
errorTol
1e-06
AnimationParameters
nframe
1000000
icurrent
1
istart
1
iend
1000000
isForward
true
framesPerSecond
30

File diff suppressed because one or more lines are too long

View File

@@ -1,349 +0,0 @@
######################################################################################################################
# MBDyn is a free and open-source general purpose multi-body dynamics software. See https://www.mbdyn.org/ for details.
# This input file was automatically generated by the FreeCAD "MBD workbench".
# To learn more about MBDyn input files, you can visit the website: https://www.sky-engin.jp/en/MBDynTutorial/index.html
# Details about the structure of input files can be studied in the input file manuals: https://www.mbdyn.org/?Software_Download
# Although MBDyn has already reached a mature stage and is used by several industries,
# the FreeCAD dynamics workbench is still under development, and it is likely to have bugs.
# Please be aware of this fact before you use this input file for any critical application.
# If you think you have found a bug or have any suggestion, please send your comments to Jose Egas:
# josegegas@gmail.com
######################################################################################################################
#-----------------------------------------------------------------------------
# [Data Block]
begin: data;
problem: initial value;
end: data;
#-----------------------------------------------------------------------------
# [Problem Block]
begin: initial value;
initial time: 0.0;
final time: 3.0;
time step: 0.1;
max iterations: 100;
tolerance: 1e-06;
derivatives tolerance: 0.0001;
derivatives max iterations: 100;
derivatives coefficient: auto;
end: initial value;
#-----------------------------------------------------------------------------
# [Control Data Block]
begin: control data;
max iterations: 1000;
default orientation: euler321;
omega rotates: no;
print: none;
initial stiffness: 1.0, 1.0;
structural nodes: 4;
rigid bodies: 3;
joints: 7;
end: control data;
#-----------------------------------------------------------------------------
# [Design Variables]
#Generic bodies
#body: 2
set: integer body_2 = 2; #body label
set: real mass_2 = 1.4486361883511716; #mass [kg]
set: real volume_2 = 0.0001833716694115407; #volume [m^3]
#body: 3
set: integer body_3 = 3; #body label
set: real mass_3 = 2.85294865570677; #mass [kg]
set: real volume_3 = 0.00036113274122870505; #volume [m^3]
#body: 4
set: integer body_4 = 4; #body label
set: real mass_4 = 10.859427202622147; #mass [kg]
set: real volume_4 = 0.0013746110383066007; #volume [m^3]
#Nodes
#node: 1
set: integer structural_node_1 = 1; #node label
#node: 2
set: integer structural_node_2 = 2; #node label
#node: 3
set: integer structural_node_3 = 3; #node label
#node: 4
set: integer structural_node_4 = 4; #node label
#Joints
#joint: 1
set: integer joint_1 = 1; #joint label
#joint: 2
set: integer joint_2 = 2; #joint label
#joint: 3
set: integer joint_3 = 3; #joint label
#joint: 4
set: integer joint_4 = 4; #joint label
#joint: 5
set: integer joint_5 = 5; #joint label
#joint: 6
set: integer joint_6 = 6; #joint label
#joint: 7
set: integer joint_7 = 7; #joint label
#Nodes: initial conditions
#node: 1
set: real Px_1 = -0.121; #X component of the absolute position [m]
set: real Py_1 = -8.796847998598882e-19; #Y component of the absolute position [m]
set: real Pz_1 = -0.08; #Z component of the absolute position [m]
set: real Vx_1 = 0.0; #X component of the absolute velocity [m/s]
set: real Vy_1 = 0.0; #Y component of the absolute velocity [m/s]
set: real Vz_1 = 0.0; #Z component of the absolute velocity [m/s]
set: real Wx_1 = 0.0; #X component of the absolute angular velocity [rad/s]
set: real Wy_1 = 0.0; #Y component of the absolute angular velocity [rad/s]
set: real Wz_1 = 0.0; #Z component of the absolute angular velocity [rad/s]
#node: 2
set: real Px_2 = -0.015; #X component of the absolute position [m]
set: real Py_2 = 0.092; #Y component of the absolute position [m]
set: real Pz_2 = 0.008; #Z component of the absolute position [m]
set: real Vx_2 = 0.0; #X component of the absolute velocity [m/s]
set: real Vy_2 = 0.0; #Y component of the absolute velocity [m/s]
set: real Vz_2 = 0.0; #Z component of the absolute velocity [m/s]
set: real Wx_2 = 0.0; #X component of the absolute angular velocity [rad/s]
set: real Wy_2 = 0.0; #Y component of the absolute angular velocity [rad/s]
set: real Wz_2 = 0.0; #Z component of the absolute angular velocity [rad/s]
#node: 3
set: real Px_3 = 0.088; #X component of the absolute position [m]
set: real Py_3 = -0.055; #Y component of the absolute position [m]
set: real Pz_3 = 0.05; #Z component of the absolute position [m]
set: real Vx_3 = 0.0; #X component of the absolute velocity [m/s]
set: real Vy_3 = 0.0; #Y component of the absolute velocity [m/s]
set: real Vz_3 = 0.0; #Z component of the absolute velocity [m/s]
set: real Wx_3 = 0.0; #X component of the absolute angular velocity [rad/s]
set: real Wy_3 = 0.0; #Y component of the absolute angular velocity [rad/s]
set: real Wz_3 = 0.0; #Z component of the absolute angular velocity [rad/s]
#node: 4
set: real Px_4 = 0.3200000010688326; #X component of the absolute position [m]
set: real Py_4 = 1.4796688528733327e-10; #Y component of the absolute position [m]
set: real Pz_4 = 0.04999999225971574; #Z component of the absolute position [m]
set: real Vx_4 = 0.0; #X component of the absolute velocity [m/s]
set: real Vy_4 = 0.0; #Y component of the absolute velocity [m/s]
set: real Vz_4 = 0.0; #Z component of the absolute velocity [m/s]
set: real Wx_4 = 0.0; #X component of the absolute angular velocity [rad/s]
set: real Wy_4 = 0.0; #Y component of the absolute angular velocity [rad/s]
set: real Wz_4 = 0.0; #Z component of the absolute angular velocity [rad/s]
#-----------------------------------------------------------------------------
# [Intermediate Variables]
#Moments of inertia and relative center of mass
#body 2:
set: real Ixx_2 = 0.0012769356301204219; #moment of inertia [kg*m^2]
set: real Ixy_2 = 4.67e-20; #moment of inertia [kg*m^2]
set: real Ixz_2 = -0.0009495625871945231; #moment of inertia [kg*m^2]
set: real Iyx_2 = 4.67e-20; #moment of inertia [kg*m^2]
set: real Iyy_2 = 0.0028717510150978666; #moment of inertia [kg*m^2]
set: real Iyz_2 = 4.4900000000000004e-20; #moment of inertia [kg*m^2]
set: real Izx_2 = -0.0009495625871945231; #moment of inertia [kg*m^2]
set: real Izy_2 = 4.4900000000000004e-20; #moment of inertia [kg*m^2]
set: real Izz_2 = 0.002296471669735477; #moment of inertia [kg*m^2]
set: real Rx_2 = -0.03260146715730948; #X component of the relative center of mass [m]
set: real Ry_2 = 0.0; #Y component of the relative center of mass [m]
set: real Rz_2 = -0.028286762255221056; #Z component of the relative center of mass [m]
#body 3:
set: real Ixx_3 = 0.0019563103180210077; #moment of inertia [kg*m^2]
set: real Ixy_3 = -7.580852e-16; #moment of inertia [kg*m^2]
set: real Ixz_3 = 5.386829000000001e-16; #moment of inertia [kg*m^2]
set: real Iyx_3 = -7.580852e-16; #moment of inertia [kg*m^2]
set: real Iyy_3 = 0.03371514809951082; #moment of inertia [kg*m^2]
set: real Iyz_3 = -4.95494e-17; #moment of inertia [kg*m^2]
set: real Izx_3 = 5.386829000000001e-16; #moment of inertia [kg*m^2]
set: real Izy_3 = -4.95494e-17; #moment of inertia [kg*m^2]
set: real Izz_3 = 0.03383792198797204; #moment of inertia [kg*m^2]
set: real Rx_3 = 7.87281351222191e-15; #X component of the relative center of mass [m]
set: real Ry_3 = 1.0302869668521452e-15; #Y component of the relative center of mass [m]
set: real Rz_3 = -0.024999999999998045; #Z component of the relative center of mass [m]
#body 4:
set: real Ixx_4 = 0.07706742098795094; #moment of inertia [kg*m^2]
set: real Ixy_4 = 8.01291908309e-10; #moment of inertia [kg*m^2]
set: real Ixz_4 = -1.2135214817691901e-08; #moment of inertia [kg*m^2]
set: real Iyx_4 = 8.01291908309e-10; #moment of inertia [kg*m^2]
set: real Iyy_4 = 0.06635181579849883; #moment of inertia [kg*m^2]
set: real Iyz_4 = -3.32678908792e-11; #moment of inertia [kg*m^2]
set: real Izx_4 = -1.2135214817691901e-08; #moment of inertia [kg*m^2]
set: real Izy_4 = -3.32678908792e-11; #moment of inertia [kg*m^2]
set: real Izz_4 = 0.06179235045624136; #moment of inertia [kg*m^2]
set: real Rx_4 = 0.045580834634119355; #X component of the relative center of mass [m]
set: real Ry_4 = 2.0299354041266675e-10; #Y component of the relative center of mass [m]
set: real Rz_4 = -1.2562251448855477e-08; #Z component of the relative center of mass [m]
#-----------------------------------------------------------------------------
# [Nodes Block]
begin: nodes;
structural: structural_node_1,
static,
Px_1, Py_1, Pz_1, #<absolute_position> [m]
3, 0.0, 0.0, 1.0, 2, 0.0, 1.0, 0.0, #<absolute_orientation_matrix>
Vx_1, Vy_1, Vz_1, #<absolute_velocity> [m/s]
Wx_1, Wy_1, Wz_1; #<absolute_angular_velocity> [rad/s]
structural: structural_node_2,
dynamic,
Px_2, Py_2, Pz_2, #<absolute_position> [m]
3, 0.0, 0.0, 1.0, 2, 0.0, 1.0, 0.0, #<absolute_orientation_matrix>
Vx_2, Vy_2, Vz_2, #<absolute_velocity> [m/s]
Wx_2, Wy_2, Wz_2; #<absolute_angular_velocity> [rad/s]
structural: structural_node_3,
dynamic,
Px_3, Py_3, Pz_3, #<absolute_position> [m]
3, 0.0, 0.0, 1.0, 2, 0.0, 1.0, 0.0, #<absolute_orientation_matrix>
Vx_3, Vy_3, Vz_3, #<absolute_velocity> [m/s]
Wx_3, Wy_3, Wz_3; #<absolute_angular_velocity> [rad/s]
structural: structural_node_4,
dynamic,
Px_4, Py_4, Pz_4, #<absolute_position> [m]
3, 0.0, 0.0, 1.0, 2, 0.0, 1.0, 0.0, #<absolute_orientation_matrix>
Vx_4, Vy_4, Vz_4, #<absolute_velocity> [m/s]
Wx_4, Wy_4, Wz_4; #<absolute_angular_velocity> [rad/s]
end: nodes;
#-----------------------------------------------------------------------------
# [Elements Block]
begin: elements;
#-----------------------------------------------------------------------------
# [Bodies]
#IMPORTANT NOTE: FreeCAD provides the inertia matrix in the global reference frame,
#while by default, MBDyn assumes it to be in the reference frame of the node,
#thus, the matrix of inertia must be rotated, using the inverse of the placement
#matrix of the node. This is done using the inertial keyword and the following
#orientation matrix.
body: body_2,
structural_node_2, #<node_label>
mass_2, #<mass> [kg]
Rx_2, Ry_2, Rz_2, #<relative_center_of_mass> [m]
Ixx_2, Ixy_2, Ixz_2, #<inertia_matrix> [kg*m^2]
Iyx_2, Iyy_2, Iyz_2,
Izx_2, Izy_2, Izz_2,
orientation, 3, 0.0, 0.0, 1.0, 2, 0.0, 1.0, 0.0;
body: body_3,
structural_node_3, #<node_label>
mass_3, #<mass> [kg]
Rx_3, Ry_3, Rz_3, #<relative_center_of_mass> [m]
Ixx_3, Ixy_3, Ixz_3, #<inertia_matrix> [kg*m^2]
Iyx_3, Iyy_3, Iyz_3,
Izx_3, Izy_3, Izz_3,
orientation, 3, 0.0, 0.0, 1.0, 2, 0.0, 1.0, 0.0;
body: body_4,
structural_node_4, #<node_label>
mass_4, #<mass> [kg]
Rx_4, Ry_4, Rz_4, #<relative_center_of_mass> [m]
Ixx_4, Ixy_4, Ixz_4, #<inertia_matrix> [kg*m^2]
Iyx_4, Iyy_4, Iyz_4,
Izx_4, Izy_4, Izz_4,
orientation, 3, 0.0, 0.0, 1.0, 2, 0.0, 1.0, 0.0;
#-----------------------------------------------------------------------------
# [Joints]
joint: joint_1,
clamp,
structural_node_1, #<node_label>
-0.121, -8.796847998598882e-19, -0.08, #<absolute_pin_position> [m]
3, 0.0, 0.0, 1.0, 2, 0.0, 1.0, 0.0; #<absolute_orientation_matrix>
joint: joint_2,
spherical hinge,
structural_node_1, #<node_1_label>
0.0, 0.0, 0.0, #<relative_pin_position_1> [m]
structural_node_2, #<node_2_label>
-0.07, 0.0, -0.055; #<relative_pin_position_2> [m]
joint: joint_3,
revolute hinge,
structural_node_2, #<node_1_label>
0.0, 0.0, 0.0, #<relative_position_1> [m]
orientation, 3, 0.0, 0.0, 1.0, 2, 0.0, 1.0, 0.0, #<relative_pin_orientation_matrix_1>
structural_node_3, #<node_2_label>
-0.14, 0.0, -0.024999999999999998, #<relative_position_2> [m]
orientation, 3, 0.0, 0.0, 1.0, 2, guess; #<relative_pin_orientation_matrix_2>
joint: joint_4,
drive hinge,
structural_node_1, #<node_1_label>
orientation, 3, 0.0, 0.0, 1.0, 2, 0.0, 1.0, 0.0, #<relative_orientation_matrix_1>
structural_node_2, #<node_2_label>
orientation, 3, 0.0, 0.0, 1.0, 2, 0.0, 1.0, 0.0, #<relative_orientation_matrix_2>
single, 0., 0., 1., #<hinge_orientation>
string, "0"; #<hinge_orientation> [rad]
joint: joint_5,
in line,
structural_node_4, #<node_1_label>
0.0, 0.0, 0.0, #<relative_line_position> [m]
3, 0.0, 0.0, 1.0, 2, 0.0, 1.0, 0.0, #<relative_orientation>
structural_node_3, #<node_2_label>
offset, 0.14, 0.0, -0.024999999999999998; #<relative_offset> [m]
joint: joint_6,
prismatic,
structural_node_1, #<node_1_label>
orientation, 3, 0.0, 0.0, 1.0, 2, 0.0, 1.0, 0.0, #relative_orientation_matrix_1>
structural_node_4, #<node_2_label>
orientation, 3, 0.0, 0.0, 1.0, 2, 0.0, 1.0, 0.0; #relative_orientation_matrix_2>
joint: joint_7,
in line,
structural_node_1, #<node_1_label>
0.0, 8.796847998604521e-19, 0.08, #<relative_line_position> [m]
3, 1.0, -2.220446049250313e-16, 2.220446049250313e-16, 2, -2.220446049250313e-16, 0.0, 1.0, #<relative_orientation>
structural_node_4, #<node_2_label>
offset, 0.0, 0.0, 0.0; #<relative_offset> [m]
end: elements;

View File

@@ -1,324 +0,0 @@
1 -0.121 -8.796847998598882e-19 -0.08 1 0 0 0 1 0 0 0 1 -0 -0 0 -0 0 0
2 -0.04869259570202728 -0.001985390890606622 -0.02810879162419696 0.9990678575462876 0.001558253989975219 0.04313916854059263 2.168404344971009e-18 0.9993482542271943 -0.03609801619284766 -0.04316730264761665 0.03606436769945951 0.9984167192933857 0 -0 -0 0 0 0
3 0.0922534106532278 -0.001895145850124541 -0.009155819605617083 0.9990537652981445 -0.005530477486285016 0.04313916854059265 0.007090681752166227 0.9993230986318842 -0.03609801619284764 -0.04291032831253404 0.03636974511243224 0.9984167192933857 0 0 0 0 0 -0
4 0.2310424585814532 -7.816912863716824e-17 7.816912871471643e-17 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0
1 -0.121 -8.796847998598882e-19 -0.08 1 0 0 0 1 0 0 0 1 -0 -0 0 -0 0 0
2 -0.04869259570202728 -0.001985390890606622 -0.02810879162419695 0.9990678575462876 0.001558253989975216 0.04313916854059258 3.469446951953614e-18 0.9993482542271943 -0.03609801619284765 -0.04316730264761659 0.0360643676994595 0.9984167192933857 0 -0 -0 0 0 0
3 0.09225341065322781 -0.001895145850124542 -0.009155819605617056 0.9990537652981445 -0.00553047748628502 0.04313916854059259 0.007090681752166229 0.9993230986318842 -0.03609801619284766 -0.04291032831253398 0.03636974511243225 0.9984167192933857 0 0 0 0 0 -0
4 0.2310424585814533 -7.816912863716824e-17 7.816912871471643e-17 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0
1 -0.121 -8.796847998598882e-19 -0.08 1 0 0 0 1 0 0 0 1 -0 -0 0 -0 0 0
2 -0.04869259570202727 -0.001985390890606623 -0.02810879162419695 0.9990678575462876 0.001558253989975217 0.04313916854059247 -1.084202172485504e-18 0.9993482542271943 -0.03609801619284767 -0.04316730264761648 0.03606436769945952 0.9984167192933857 0 -0 -0 0 0 0
3 0.09225341065322781 -0.001895145850124542 -0.009155819605617056 0.9990537652981445 -0.005530477486285023 0.04313916854059251 0.007090681752166229 0.9993230986318842 -0.03609801619284766 -0.0429103283125339 0.03636974511243225 0.9984167192933857 0 0 0 0 0 -0
4 0.2310424585814533 -7.816912863716824e-17 7.816912871471643e-17 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0
1 -0.121 -8.796847998598882e-19 -0.08 1 0 0 0 1 0 0 0 1 -0 -0 0 -0 0 0
2 -0.04869259570202728 -0.001985390890606622 -0.02810879162419695 0.9990678575462876 0.001558253989975214 0.04313916854059258 5.204170427930421e-18 0.9993482542271943 -0.03609801619284765 -0.04316730264761659 0.0360643676994595 0.9984167192933857 0 -0 -0 0 0 0
3 0.0922534106532278 -0.001895145850124542 -0.009155819605617063 0.9990537652981445 -0.005530477486285021 0.04313916854059257 0.007090681752166229 0.9993230986318842 -0.03609801619284766 -0.04291032831253396 0.03636974511243225 0.9984167192933857 0 0 0 0 0 -0
4 0.2310424585814533 -7.816912863716824e-17 7.816912871471643e-17 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0
1 -0.121 -8.796847998598882e-19 -0.08 1 0 0 0 1 0 0 0 1 -0 -0 0 -0 0 0
2 -0.04869259570202728 -0.001985390890606622 -0.02810879162419696 0.9990678575462876 0.001558253989975221 0.04313916854059258 -1.301042606982605e-18 0.9993482542271943 -0.03609801619284767 -0.04316730264761659 0.03606436769945952 0.9984167192933857 0 -0 -0 0 0 0
3 0.09225341065322783 -0.001895145850124541 -0.009155819605617063 0.9990537652981445 -0.005530477486285021 0.04313916854059256 0.007090681752166228 0.9993230986318842 -0.03609801619284764 -0.04291032831253395 0.03636974511243224 0.9984167192933857 0 0 0 0 0 -0
4 0.2310424585814533 -7.816912863716824e-17 7.816912871471643e-17 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0
1 -0.121 -8.796847998598882e-19 -0.08 1 0 0 0 1 0 0 0 1 -0 -0 0 -0 0 0
2 -0.04869259570202728 -0.001985390890606623 -0.02810879162419695 0.9990678575462876 0.001558253989975222 0.04313916854059258 -1.517883041479706e-18 0.9993482542271943 -0.03609801619284768 -0.04316730264761659 0.03606436769945953 0.9984167192933857 0 -0 -0 0 0 0
3 0.09225341065322783 -0.001895145850124542 -0.009155819605617049 0.9990537652981445 -0.005530477486285022 0.04313916854059257 0.00709068175216623 0.9993230986318842 -0.03609801619284766 -0.04291032831253396 0.03636974511243225 0.9984167192933857 0 0 0 0 0 -0
4 0.2310424585814533 -7.816912863716824e-17 7.816912871471643e-17 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0
1 -0.121 -8.796847998598882e-19 -0.08 1 0 0 0 1 0 0 0 1 -0 -0 0 -0 0 0
2 -0.04869259570202727 -0.001985390890606623 -0.02810879162419695 0.9990678575462876 0.001558253989975214 0.04313916854059247 1.517883041479706e-18 0.9993482542271943 -0.03609801619284767 -0.04316730264761648 0.03606436769945952 0.9984167192933857 0 -0 -0 0 0 0
3 0.09225341065322781 -0.001895145850124542 -0.009155819605617042 0.9990537652981445 -0.005530477486285025 0.04313916854059247 0.00709068175216623 0.9993230986318842 -0.03609801619284766 -0.04291032831253386 0.03636974511243225 0.9984167192933857 0 0 0 0 0 -0
4 0.2310424585814533 -7.816912863716824e-17 7.816912871471643e-17 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0
1 -0.121 -8.796847998598882e-19 -0.08 1 0 0 0 1 0 0 0 1 -0 -0 0 -0 0 0
2 -0.0486925957020273 -0.001985390890606622 -0.02810879162419695 0.9990678575462876 0.001558253989975217 0.04313916854059252 2.168404344971009e-19 0.9993482542271943 -0.03609801619284767 -0.04316730264761653 0.03606436769945952 0.9984167192933857 0 -0 -0 0 0 0
3 0.0922534106532278 -0.001895145850124542 -0.009155819605617056 0.9990537652981445 -0.005530477486285023 0.04313916854059251 0.00709068175216623 0.9993230986318842 -0.03609801619284766 -0.04291032831253391 0.03636974511243225 0.9984167192933857 0 0 0 0 0 -0
4 0.2310424585814533 -7.816912863716824e-17 7.816912871471643e-17 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0
1 -0.121 -8.796847998598882e-19 -0.08 1 0 0 0 1 0 0 0 1 -0 -0 0 -0 0 0
2 -0.04869259570202728 -0.001985390890606622 -0.02810879162419695 0.9990678575462876 0.001558253989975217 0.04313916854059258 2.168404344971009e-18 0.9993482542271943 -0.03609801619284767 -0.04316730264761659 0.03606436769945952 0.9984167192933857 0 -0 -0 0 0 0
3 0.09225341065322781 -0.001895145850124542 -0.009155819605617056 0.9990537652981445 -0.005530477486285022 0.04313916854059258 0.007090681752166231 0.9993230986318842 -0.03609801619284766 -0.04291032831253397 0.03636974511243225 0.9984167192933857 0 0 0 0 0 -0
4 0.2310424585814533 -7.816912863716824e-17 7.816912871471643e-17 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0
1 -0.121 -8.796847998598882e-19 -0.08 1 0 0 0 1 0 0 0 1 -0 -0 0 -0 0 0
2 -0.04869259570202727 -0.001985390890606623 -0.02810879162419695 0.9990678575462876 0.001558253989975217 0.04313916854059247 -1.084202172485504e-18 0.9993482542271943 -0.03609801619284767 -0.04316730264761648 0.03606436769945952 0.9984167192933857 0 -0 -0 0 0 0
3 0.09225341065322781 -0.001895145850124542 -0.009155819605617056 0.9990537652981445 -0.005530477486285022 0.04313916854059251 0.007090681752166228 0.9993230986318842 -0.03609801619284766 -0.04291032831253391 0.03636974511243225 0.9984167192933857 0 0 0 0 0 -0
4 0.2310424585814533 -7.816912863716824e-17 7.816912871471643e-17 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0
1 -0.121 -8.796847998598882e-19 -0.08 1 0 0 0 1 0 0 0 1 -0 -0 0 -0 0 0
2 -0.04869259570202728 -0.001985390890606622 -0.02810879162419695 0.9990678575462876 0.001558253989975215 0.04313916854059258 4.77048955893622e-18 0.9993482542271943 -0.03609801619284767 -0.04316730264761659 0.03606436769945952 0.9984167192933857 0 -0 -0 0 0 0
3 0.0922534106532278 -0.001895145850124542 -0.009155819605617063 0.9990537652981445 -0.005530477486285021 0.04313916854059257 0.007090681752166229 0.9993230986318842 -0.03609801619284766 -0.04291032831253396 0.03636974511243225 0.9984167192933857 0 0 0 0 0 -0
4 0.2310424585814533 -7.816912863716824e-17 7.816912871471643e-17 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0
1 -0.121 -8.796847998598882e-19 -0.08 1 0 0 0 1 0 0 0 1 -0 -0 0 -0 0 0
2 -0.04869259570202727 -0.001985390890606622 -0.02810879162419696 0.9990678575462876 0.001558253989975215 0.04313916854059252 2.168404344971009e-18 0.9993482542271943 -0.03609801619284766 -0.04316730264761653 0.03606436769945951 0.9984167192933857 0 -0 -0 0 0 0
3 0.09225341065322783 -0.001895145850124542 -0.009155819605617063 0.9990537652981445 -0.005530477486285022 0.04313916854059256 0.00709068175216623 0.9993230986318842 -0.03609801619284766 -0.04291032831253395 0.03636974511243225 0.9984167192933857 0 0 0 0 0 -0
4 0.2310424585814533 -7.816912863716824e-17 7.816912871471643e-17 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0
1 -0.121 -8.796847998598882e-19 -0.08 1 0 0 0 1 0 0 0 1 -0 -0 0 -0 0 0
2 -0.04869259570202728 -0.001985390890606622 -0.02810879162419696 0.9990678575462876 0.001558253989975218 0.04313916854059258 1.301042606982605e-18 0.9993482542271943 -0.03609801619284767 -0.04316730264761659 0.03606436769945952 0.9984167192933857 0 -0 -0 0 0 0
3 0.0922534106532278 -0.001895145850124541 -0.009155819605617069 0.9990537652981445 -0.00553047748628502 0.04313916854059258 0.007090681752166228 0.9993230986318842 -0.03609801619284766 -0.04291032831253397 0.03636974511243225 0.9984167192933857 0 0 0 0 0 -0
4 0.2310424585814533 -7.816912863716824e-17 7.816912871471643e-17 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0
1 -0.121 -8.796847998598882e-19 -0.08 1 0 0 0 1 0 0 0 1 -0 -0 0 -0 0 0
2 -0.04869259570202728 -0.001985390890606622 -0.02810879162419696 0.9990678575462876 0.001558253989975219 0.04313916854059263 2.602085213965211e-18 0.9993482542271943 -0.03609801619284767 -0.04316730264761665 0.03606436769945952 0.9984167192933857 0 -0 -0 0 0 0
3 0.09225341065322783 -0.001895145850124542 -0.009155819605617069 0.9990537652981445 -0.00553047748628502 0.0431391685405926 0.007090681752166229 0.9993230986318842 -0.03609801619284766 -0.042910328312534 0.03636974511243225 0.9984167192933857 0 0 0 0 0 -0
4 0.2310424585814533 -7.816912863716824e-17 7.816912871471643e-17 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0
1 -0.121 -8.796847998598882e-19 -0.08 1 0 0 0 1 0 0 0 1 -0 -0 0 -0 0 0
2 -0.04869259570202728 -0.001985390890606622 -0.02810879162419696 0.9990678575462876 0.00155825398997522 0.04313916854059258 -4.336808689942018e-19 0.9993482542271943 -0.03609801619284767 -0.04316730264761659 0.03606436769945952 0.9984167192933857 0 -0 -0 0 0 0
3 0.09225341065322781 -0.001895145850124542 -0.009155819605617063 0.9990537652981445 -0.005530477486285022 0.0431391685405926 0.007090681752166231 0.9993230986318842 -0.03609801619284766 -0.04291032831253399 0.03636974511243225 0.9984167192933857 0 0 0 0 0 -0
4 0.2310424585814533 -7.816912863716824e-17 7.816912871471643e-17 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0
1 -0.121 -8.796847998598882e-19 -0.08 1 0 0 0 1 0 0 0 1 -0 -0 0 -0 0 0
2 -0.04869259570202727 -0.001985390890606623 -0.02810879162419695 0.9990678575462876 0.001558253989975219 0.04313916854059252 -8.673617379884035e-19 0.9993482542271943 -0.03609801619284767 -0.04316730264761653 0.03606436769945952 0.9984167192933857 0 -0 -0 0 0 0
3 0.09225341065322783 -0.001895145850124542 -0.009155819605617056 0.9990537652981445 -0.005530477486285022 0.04313916854059256 0.00709068175216623 0.9993230986318842 -0.03609801619284766 -0.04291032831253395 0.03636974511243225 0.9984167192933857 0 0 0 0 0 -0
4 0.2310424585814533 -7.816912863716824e-17 7.816912871471643e-17 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0
1 -0.121 -8.796847998598882e-19 -0.08 1 0 0 0 1 0 0 0 1 -0 -0 0 -0 0 0
2 -0.04869259570202728 -0.001985390890606622 -0.02810879162419695 0.9990678575462876 0.00155825398997522 0.04313916854059258 -4.336808689942018e-19 0.9993482542271943 -0.03609801619284767 -0.04316730264761659 0.03606436769945952 0.9984167192933857 0 -0 -0 0 0 0
3 0.0922534106532278 -0.001895145850124542 -0.009155819605617063 0.9990537652981445 -0.005530477486285022 0.04313916854059258 0.00709068175216623 0.9993230986318842 -0.03609801619284766 -0.04291032831253397 0.03636974511243225 0.9984167192933857 0 0 0 0 0 -0
4 0.2310424585814533 -7.816912863716824e-17 7.816912871471643e-17 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0
1 -0.121 -8.796847998598882e-19 -0.08 1 0 0 0 1 0 0 0 1 -0 -0 0 -0 0 0
2 -0.04869259570202727 -0.001985390890606623 -0.02810879162419695 0.9990678575462876 0.001558253989975218 0.04313916854059252 0 0.9993482542271943 -0.03609801619284767 -0.04316730264761653 0.03606436769945952 0.9984167192933857 0 -0 -0 0 0 0
3 0.09225341065322783 -0.001895145850124542 -0.009155819605617063 0.9990537652981445 -0.005530477486285022 0.04313916854059256 0.007090681752166229 0.9993230986318842 -0.03609801619284766 -0.04291032831253395 0.03636974511243225 0.9984167192933857 0 0 0 0 0 -0
4 0.2310424585814533 -7.816912863716824e-17 7.816912871471643e-17 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0
1 -0.121 -8.796847998598882e-19 -0.08 1 0 0 0 1 0 0 0 1 -0 -0 0 -0 0 0
2 -0.04869259570202728 -0.001985390890606622 -0.02810879162419695 0.9990678575462876 0.001558253989975218 0.04313916854059263 3.469446951953614e-18 0.9993482542271943 -0.03609801619284767 -0.04316730264761665 0.03606436769945952 0.9984167192933857 0 -0 -0 0 0 0
3 0.0922534106532278 -0.001895145850124542 -0.009155819605617063 0.9990537652981445 -0.005530477486285019 0.0431391685405926 0.007090681752166229 0.9993230986318842 -0.03609801619284767 -0.04291032831253399 0.03636974511243227 0.9984167192933857 0 0 0 0 0 -0
4 0.2310424585814533 -7.816912863716824e-17 7.816912871471643e-17 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0
1 -0.121 -8.796847998598882e-19 -0.08 1 0 0 0 1 0 0 0 1 -0 -0 0 -0 0 0
2 -0.04869259570202728 -0.001985390890606622 -0.02810879162419696 0.9990678575462876 0.001558253989975215 0.04313916854059258 4.336808689942018e-18 0.9993482542271943 -0.03609801619284765 -0.04316730264761659 0.0360643676994595 0.9984167192933857 0 -0 -0 0 0 0
3 0.09225341065322781 -0.001895145850124541 -0.009155819605617069 0.9990537652981445 -0.005530477486285019 0.04313916854059258 0.007090681752166228 0.9993230986318842 -0.03609801619284766 -0.04291032831253398 0.03636974511243225 0.9984167192933857 0 0 0 0 0 -0
4 0.2310424585814533 -7.816912863716824e-17 7.816912871471643e-17 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0
1 -0.121 -8.796847998598882e-19 -0.08 1 0 0 0 1 0 0 0 1 -0 -0 0 -0 0 0
2 -0.04869259570202728 -0.001985390890606622 -0.02810879162419695 0.9990678575462876 0.001558253989975221 0.04313916854059263 8.673617379884035e-19 0.9993482542271943 -0.03609801619284767 -0.04316730264761665 0.03606436769945952 0.9984167192933857 0 -0 -0 0 0 0
3 0.09225341065322783 -0.001895145850124542 -0.009155819605617063 0.9990537652981445 -0.005530477486285019 0.04313916854059261 0.007090681752166228 0.9993230986318842 -0.03609801619284766 -0.042910328312534 0.03636974511243225 0.9984167192933857 0 0 0 0 0 -0
4 0.2310424585814533 -7.816912863716824e-17 7.816912871471643e-17 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0
1 -0.121 -8.796847998598882e-19 -0.08 1 0 0 0 1 0 0 0 1 -0 -0 0 -0 0 0
2 -0.04869259570202728 -0.001985390890606622 -0.02810879162419696 0.9990678575462876 0.00155825398997522 0.04313916854059258 -4.336808689942018e-19 0.9993482542271943 -0.03609801619284767 -0.04316730264761659 0.03606436769945952 0.9984167192933857 0 -0 -0 0 0 0
3 0.09225341065322781 -0.001895145850124542 -0.009155819605617063 0.9990537652981445 -0.005530477486285021 0.04313916854059255 0.007090681752166228 0.9993230986318842 -0.03609801619284766 -0.04291032831253394 0.03636974511243225 0.9984167192933857 0 0 0 0 0 -0
4 0.2310424585814533 -7.816912863716824e-17 7.816912871471643e-17 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0
1 -0.121 -8.796847998598882e-19 -0.08 1 0 0 0 1 0 0 0 1 -0 -0 0 -0 0 0
2 -0.04869259570202728 -0.001985390890606622 -0.02810879162419695 0.9990678575462876 0.00155825398997522 0.04313916854059263 1.734723475976807e-18 0.9993482542271943 -0.03609801619284767 -0.04316730264761665 0.03606436769945952 0.9984167192933857 0 -0 -0 0 0 0
3 0.09225341065322783 -0.001895145850124542 -0.009155819605617056 0.9990537652981445 -0.005530477486285022 0.04313916854059258 0.00709068175216623 0.9993230986318842 -0.03609801619284766 -0.04291032831253398 0.03636974511243225 0.9984167192933857 0 0 0 0 0 -0
4 0.2310424585814533 -7.816912863716824e-17 7.816912871471643e-17 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0
1 -0.121 -8.796847998598882e-19 -0.08 1 0 0 0 1 0 0 0 1 -0 -0 0 -0 0 0
2 -0.04869259570202728 -0.001985390890606623 -0.02810879162419696 0.9990678575462876 0.001558253989975217 0.04313916854059252 8.673617379884035e-19 0.9993482542271943 -0.03609801619284768 -0.04316730264761653 0.03606436769945953 0.9984167192933857 0 -0 -0 0 0 0
3 0.09225341065322781 -0.001895145850124542 -0.009155819605617056 0.9990537652981445 -0.005530477486285025 0.04313916854059252 0.007090681752166232 0.9993230986318842 -0.03609801619284766 -0.04291032831253391 0.03636974511243225 0.9984167192933857 0 0 0 0 0 -0
4 0.2310424585814533 -7.816912863716824e-17 7.816912871471643e-17 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0
1 -0.121 -8.796847998598882e-19 -0.08 1 0 0 0 1 0 0 0 1 -0 -0 0 -0 0 0
2 -0.04869259570202728 -0.001985390890606623 -0.02810879162419696 0.9990678575462876 0.001558253989975217 0.04313916854059258 2.818925648462312e-18 0.9993482542271943 -0.03609801619284768 -0.04316730264761659 0.03606436769945953 0.9984167192933857 0 -0 -0 0 0 0
3 0.09225341065322781 -0.001895145850124542 -0.009155819605617056 0.9990537652981445 -0.005530477486285024 0.04313916854059253 0.007090681752166232 0.9993230986318842 -0.03609801619284767 -0.04291032831253392 0.03636974511243227 0.9984167192933857 0 0 0 0 0 -0
4 0.2310424585814533 -7.816912863716824e-17 7.816912871471643e-17 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0
1 -0.121 -8.796847998598882e-19 -0.08 1 0 0 0 1 0 0 0 1 -0 -0 0 -0 0 0
2 -0.04869259570202727 -0.001985390890606623 -0.02810879162419694 0.9990678575462876 0.001558253989975219 0.04313916854059252 -8.673617379884035e-19 0.9993482542271943 -0.03609801619284767 -0.04316730264761653 0.03606436769945952 0.9984167192933857 0 -0 -0 0 0 0
3 0.09225341065322781 -0.001895145850124542 -0.009155819605617049 0.9990537652981445 -0.005530477486285022 0.04313916854059253 0.00709068175216623 0.9993230986318842 -0.03609801619284767 -0.04291032831253393 0.03636974511243227 0.9984167192933857 0 0 0 0 0 -0
4 0.2310424585814533 -7.816912863716824e-17 7.816912871471643e-17 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0
1 -0.121 -8.796847998598882e-19 -0.08 1 0 0 0 1 0 0 0 1 -0 -0 0 -0 0 0
2 -0.0486925957020273 -0.001985390890606623 -0.02810879162419696 0.9990678575462876 0.001558253989975221 0.04313916854059258 -6.505213034913027e-19 0.9993482542271943 -0.03609801619284768 -0.04316730264761659 0.03606436769945953 0.9984167192933857 0 -0 -0 0 0 0
3 0.0922534106532278 -0.001895145850124542 -0.009155819605617063 0.9990537652981445 -0.005530477486285021 0.04313916854059255 0.007090681752166228 0.9993230986318842 -0.03609801619284766 -0.04291032831253394 0.03636974511243225 0.9984167192933857 0 0 0 0 0 -0
4 0.2310424585814533 -7.816912863716824e-17 7.816912871471643e-17 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0
1 -0.121 -8.796847998598882e-19 -0.08 1 0 0 0 1 0 0 0 1 -0 -0 0 -0 0 0
2 -0.04869259570202728 -0.001985390890606623 -0.02810879162419696 0.9990678575462876 0.00155825398997522 0.04313916854059258 -4.336808689942018e-19 0.9993482542271943 -0.03609801619284767 -0.04316730264761659 0.03606436769945952 0.9984167192933857 0 -0 -0 0 0 0
3 0.09225341065322783 -0.001895145850124542 -0.009155819605617063 0.9990537652981445 -0.005530477486285022 0.04313916854059258 0.007090681752166231 0.9993230986318842 -0.03609801619284766 -0.04291032831253397 0.03636974511243225 0.9984167192933857 0 0 0 0 0 -0
4 0.2310424585814533 -7.816912863716824e-17 7.816912871471643e-17 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0
1 -0.121 -8.796847998598882e-19 -0.08 1 0 0 0 1 0 0 0 1 -0 -0 0 -0 0 0
2 -0.04869259570202727 -0.001985390890606624 -0.02810879162419694 0.9990678575462876 0.001558253989975219 0.04313916854059252 -2.168404344971009e-19 0.9993482542271943 -0.03609801619284769 -0.04316730264761653 0.03606436769945954 0.9984167192933857 0 -0 -0 0 0 0
3 0.09225341065322781 -0.001895145850124543 -0.009155819605617049 0.9990537652981445 -0.005530477486285024 0.04313916854059253 0.007090681752166232 0.9993230986318842 -0.03609801619284767 -0.04291032831253393 0.03636974511243227 0.9984167192933857 0 0 0 0 0 -0
4 0.2310424585814533 -7.816912863716824e-17 7.816912871471643e-17 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0
1 -0.121 -8.796847998598882e-19 -0.08 1 0 0 0 1 0 0 0 1 -0 -0 0 -0 0 0
2 -0.0486925957020273 -0.001985390890606622 -0.02810879162419696 0.9990678575462876 0.001558253989975216 0.04313916854059258 3.035766082959412e-18 0.9993482542271943 -0.03609801619284767 -0.04316730264761659 0.03606436769945952 0.9984167192933857 0 -0 -0 0 0 0
3 0.0922534106532278 -0.001895145850124542 -0.009155819605617063 0.9990537652981445 -0.005530477486285022 0.04313916854059255 0.00709068175216623 0.9993230986318842 -0.03609801619284767 -0.04291032831253394 0.03636974511243227 0.9984167192933857 0 0 0 0 0 -0
4 0.2310424585814533 -7.816912863716824e-17 7.816912871471643e-17 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0
1 -0.121 -8.796847998598882e-19 -0.08 1 0 0 0 1 0 0 0 1 -0 -0 0 -0 0 0
2 -0.04869259570202728 -0.001985390890606623 -0.02810879162419696 0.9990678575462876 0.00155825398997522 0.04313916854059258 2.168404344971009e-19 0.9993482542271943 -0.03609801619284768 -0.04316730264761659 0.03606436769945953 0.9984167192933857 0 -0 -0 0 0 0
3 0.09225341065322783 -0.001895145850124542 -0.009155819605617063 0.9990537652981445 -0.005530477486285021 0.04313916854059258 0.00709068175216623 0.9993230986318842 -0.03609801619284767 -0.04291032831253397 0.03636974511243227 0.9984167192933857 0 0 0 0 0 -0
4 0.2310424585814533 -7.816912863716824e-17 7.816912871471643e-17 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0
1 -0.121 -8.796847998598882e-19 -0.08 1 0 0 0 1 0 0 0 1 -0 -0 0 -0 0 0
2 -0.04869259570202727 -0.001985390890606623 -0.02810879162419694 0.9990678575462876 0.001558253989975219 0.04313916854059252 -8.673617379884035e-19 0.9993482542271943 -0.03609801619284767 -0.04316730264761653 0.03606436769945952 0.9984167192933857 0 -0 -0 0 0 0
3 0.09225341065322781 -0.001895145850124543 -0.009155819605617049 0.9990537652981445 -0.005530477486285024 0.04313916854059253 0.007090681752166232 0.9993230986318842 -0.03609801619284767 -0.04291032831253393 0.03636974511243227 0.9984167192933857 0 0 0 0 0 -0
4 0.2310424585814533 -7.816912863716824e-17 7.816912871471643e-17 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0
1 -0.121 -8.796847998598882e-19 -0.08 1 0 0 0 1 0 0 0 1 -0 -0 0 -0 0 0
2 -0.0486925957020273 -0.001985390890606622 -0.02810879162419696 0.9990678575462876 0.00155825398997522 0.04313916854059258 -4.336808689942018e-19 0.9993482542271943 -0.03609801619284767 -0.04316730264761659 0.03606436769945952 0.9984167192933857 0 -0 -0 0 0 0
3 0.0922534106532278 -0.001895145850124542 -0.009155819605617063 0.9990537652981445 -0.005530477486285021 0.04313916854059255 0.007090681752166229 0.9993230986318842 -0.03609801619284767 -0.04291032831253394 0.03636974511243227 0.9984167192933857 0 0 0 0 0 -0
4 0.2310424585814533 -7.816912863716824e-17 7.816912871471643e-17 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0
1 -0.121 -8.796847998598882e-19 -0.08 1 0 0 0 1 0 0 0 1 -0 -0 0 -0 0 0
2 -0.04869259570202728 -0.001985390890606622 -0.02810879162419696 0.9990678575462876 0.001558253989975219 0.04313916854059258 4.336808689942018e-19 0.9993482542271943 -0.03609801619284767 -0.04316730264761659 0.03606436769945952 0.9984167192933857 0 -0 -0 0 0 0
3 0.09225341065322783 -0.001895145850124542 -0.009155819605617063 0.9990537652981445 -0.005530477486285022 0.04313916854059258 0.00709068175216623 0.9993230986318842 -0.03609801619284766 -0.04291032831253397 0.03636974511243225 0.9984167192933857 0 0 0 0 0 -0
4 0.2310424585814533 -7.816912863716824e-17 7.816912871471643e-17 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0
1 -0.121 -8.796847998598882e-19 -0.08 1 0 0 0 1 0 0 0 1 -0 -0 0 -0 0 0
2 -0.04869259570202727 -0.001985390890606624 -0.02810879162419694 0.9990678575462876 0.00155825398997522 0.04313916854059252 -1.951563910473908e-18 0.9993482542271943 -0.03609801619284769 -0.04316730264761653 0.03606436769945954 0.9984167192933857 0 -0 -0 0 0 0
3 0.09225341065322781 -0.001895145850124542 -0.009155819605617049 0.9990537652981445 -0.005530477486285024 0.04313916854059253 0.007090681752166232 0.9993230986318842 -0.03609801619284766 -0.04291032831253393 0.03636974511243225 0.9984167192933857 0 0 0 0 0 -0
4 0.2310424585814533 -7.816912863716824e-17 7.816912871471643e-17 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0
1 -0.121 -8.796847998598882e-19 -0.08 1 0 0 0 1 0 0 0 1 -0 -0 0 -0 0 0
2 -0.0486925957020273 -0.001985390890606622 -0.02810879162419696 0.9990678575462876 0.001558253989975216 0.04313916854059258 3.903127820947816e-18 0.9993482542271943 -0.03609801619284767 -0.04316730264761659 0.03606436769945952 0.9984167192933857 0 -0 -0 0 0 0
3 0.0922534106532278 -0.001895145850124542 -0.009155819605617063 0.9990537652981445 -0.005530477486285022 0.04313916854059255 0.00709068175216623 0.9993230986318842 -0.03609801619284766 -0.04291032831253394 0.03636974511243225 0.9984167192933857 0 0 0 0 0 -0
4 0.2310424585814533 -7.816912863716824e-17 7.816912871471643e-17 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0
1 -0.121 -8.796847998598882e-19 -0.08 1 0 0 0 1 0 0 0 1 -0 -0 0 -0 0 0
2 -0.04869259570202728 -0.001985390890606622 -0.02810879162419696 0.9990678575462876 0.001558253989975217 0.04313916854059258 2.168404344971009e-18 0.9993482542271943 -0.03609801619284767 -0.04316730264761659 0.03606436769945952 0.9984167192933857 0 -0 -0 0 0 0
3 0.09225341065322783 -0.001895145850124542 -0.009155819605617063 0.9990537652981445 -0.005530477486285022 0.04313916854059258 0.00709068175216623 0.9993230986318842 -0.03609801619284766 -0.04291032831253397 0.03636974511243225 0.9984167192933857 0 0 0 0 0 -0
4 0.2310424585814533 -7.816912863716824e-17 7.816912871471643e-17 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0
1 -0.121 -8.796847998598882e-19 -0.08 1 0 0 0 1 0 0 0 1 -0 -0 0 -0 0 0
2 -0.04869259570202727 -0.001985390890606624 -0.02810879162419694 0.9990678575462876 0.00155825398997522 0.04313916854059252 -1.951563910473908e-18 0.9993482542271943 -0.03609801619284769 -0.04316730264761653 0.03606436769945954 0.9984167192933857 0 -0 -0 0 0 0
3 0.09225341065322781 -0.001895145850124542 -0.009155819605617049 0.9990537652981445 -0.005530477486285024 0.04313916854059253 0.007090681752166232 0.9993230986318842 -0.03609801619284766 -0.04291032831253393 0.03636974511243225 0.9984167192933857 0 0 0 0 0 -0
4 0.2310424585814533 -7.816912863716824e-17 7.816912871471643e-17 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0
1 -0.121 -8.796847998598882e-19 -0.08 1 0 0 0 1 0 0 0 1 -0 -0 0 -0 0 0
2 -0.0486925957020273 -0.001985390890606622 -0.02810879162419696 0.9990678575462876 0.001558253989975216 0.04313916854059258 3.903127820947816e-18 0.9993482542271943 -0.03609801619284767 -0.04316730264761659 0.03606436769945952 0.9984167192933857 0 -0 -0 0 0 0
3 0.0922534106532278 -0.001895145850124542 -0.009155819605617063 0.9990537652981445 -0.005530477486285022 0.04313916854059255 0.007090681752166229 0.9993230986318842 -0.03609801619284766 -0.04291032831253394 0.03636974511243225 0.9984167192933857 0 0 0 0 0 -0
4 0.2310424585814533 -7.816912863716824e-17 7.816912871471643e-17 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0
1 -0.121 -8.796847998598882e-19 -0.08 1 0 0 0 1 0 0 0 1 -0 -0 0 -0 0 0
2 -0.04869259570202728 -0.001985390890606622 -0.02810879162419696 0.9990678575462876 0.001558253989975217 0.04313916854059258 2.168404344971009e-18 0.9993482542271943 -0.03609801619284767 -0.04316730264761659 0.03606436769945952 0.9984167192933857 0 -0 -0 0 0 0
3 0.09225341065322783 -0.001895145850124542 -0.009155819605617063 0.9990537652981445 -0.005530477486285022 0.04313916854059258 0.00709068175216623 0.9993230986318842 -0.03609801619284766 -0.04291032831253397 0.03636974511243225 0.9984167192933857 0 0 0 0 0 -0
4 0.2310424585814533 -7.816912863716824e-17 7.816912871471643e-17 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0
1 -0.121 -8.796847998598882e-19 -0.08 1 0 0 0 1 0 0 0 1 -0 -0 0 -0 0 0
2 -0.04869259570202727 -0.001985390890606624 -0.02810879162419694 0.9990678575462876 0.00155825398997522 0.04313916854059252 -1.951563910473908e-18 0.9993482542271943 -0.03609801619284769 -0.04316730264761653 0.03606436769945954 0.9984167192933857 0 -0 -0 0 0 0
3 0.09225341065322781 -0.001895145850124542 -0.009155819605617049 0.9990537652981445 -0.005530477486285024 0.04313916854059253 0.007090681752166232 0.9993230986318842 -0.03609801619284766 -0.04291032831253393 0.03636974511243225 0.9984167192933857 0 0 0 0 0 -0
4 0.2310424585814533 -7.816912863716824e-17 7.816912871471643e-17 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0
1 -0.121 -8.796847998598882e-19 -0.08 1 0 0 0 1 0 0 0 1 -0 -0 0 -0 0 0
2 -0.0486925957020273 -0.001985390890606622 -0.02810879162419696 0.9990678575462876 0.001558253989975216 0.04313916854059258 3.903127820947816e-18 0.9993482542271943 -0.03609801619284767 -0.04316730264761659 0.03606436769945952 0.9984167192933857 0 -0 -0 0 0 0
3 0.0922534106532278 -0.001895145850124542 -0.009155819605617063 0.9990537652981445 -0.005530477486285022 0.04313916854059255 0.007090681752166229 0.9993230986318842 -0.03609801619284766 -0.04291032831253394 0.03636974511243225 0.9984167192933857 0 0 0 0 0 -0
4 0.2310424585814533 -7.816912863716824e-17 7.816912871471643e-17 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0
1 -0.121 -8.796847998598882e-19 -0.08 1 0 0 0 1 0 0 0 1 -0 -0 0 -0 0 0
2 -0.04869259570202728 -0.001985390890606622 -0.02810879162419696 0.9990678575462876 0.001558253989975217 0.04313916854059258 2.168404344971009e-18 0.9993482542271943 -0.03609801619284767 -0.04316730264761659 0.03606436769945952 0.9984167192933857 0 -0 -0 0 0 0
3 0.09225341065322783 -0.001895145850124542 -0.009155819605617063 0.9990537652981445 -0.005530477486285022 0.04313916854059258 0.00709068175216623 0.9993230986318842 -0.03609801619284766 -0.04291032831253397 0.03636974511243225 0.9984167192933857 0 0 0 0 0 -0
4 0.2310424585814533 -7.816912863716824e-17 7.816912871471643e-17 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0
1 -0.121 -8.796847998598882e-19 -0.08 1 0 0 0 1 0 0 0 1 -0 -0 0 -0 0 0
2 -0.04869259570202727 -0.001985390890606624 -0.02810879162419694 0.9990678575462876 0.00155825398997522 0.04313916854059252 -1.951563910473908e-18 0.9993482542271943 -0.03609801619284769 -0.04316730264761653 0.03606436769945954 0.9984167192933857 0 -0 -0 0 0 0
3 0.09225341065322781 -0.001895145850124542 -0.009155819605617049 0.9990537652981445 -0.005530477486285024 0.04313916854059253 0.007090681752166232 0.9993230986318842 -0.03609801619284766 -0.04291032831253393 0.03636974511243225 0.9984167192933857 0 0 0 0 0 -0
4 0.2310424585814533 -7.816912863716824e-17 7.816912871471643e-17 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0
1 -0.121 -8.796847998598882e-19 -0.08 1 0 0 0 1 0 0 0 1 -0 -0 0 -0 0 0
2 -0.0486925957020273 -0.001985390890606622 -0.02810879162419696 0.9990678575462876 0.001558253989975216 0.04313916854059258 3.903127820947816e-18 0.9993482542271943 -0.03609801619284767 -0.04316730264761659 0.03606436769945952 0.9984167192933857 0 -0 -0 0 0 0
3 0.0922534106532278 -0.001895145850124542 -0.009155819605617063 0.9990537652981445 -0.005530477486285022 0.04313916854059255 0.007090681752166229 0.9993230986318842 -0.03609801619284766 -0.04291032831253394 0.03636974511243225 0.9984167192933857 0 0 0 0 0 -0
4 0.2310424585814533 -7.816912863716824e-17 7.816912871471643e-17 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0
1 -0.121 -8.796847998598882e-19 -0.08 1 0 0 0 1 0 0 0 1 -0 -0 0 -0 0 0
2 -0.04869259570202728 -0.001985390890606622 -0.02810879162419696 0.9990678575462876 0.001558253989975217 0.04313916854059258 2.168404344971009e-18 0.9993482542271943 -0.03609801619284767 -0.04316730264761659 0.03606436769945952 0.9984167192933857 0 -0 -0 0 0 0
3 0.09225341065322783 -0.001895145850124542 -0.009155819605617063 0.9990537652981445 -0.005530477486285022 0.04313916854059258 0.00709068175216623 0.9993230986318842 -0.03609801619284766 -0.04291032831253397 0.03636974511243225 0.9984167192933857 0 0 0 0 0 -0
4 0.2310424585814533 -7.816912863716824e-17 7.816912871471643e-17 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0
1 -0.121 -8.796847998598882e-19 -0.08 1 0 0 0 1 0 0 0 1 -0 -0 0 -0 0 0
2 -0.04869259570202727 -0.001985390890606624 -0.02810879162419694 0.9990678575462876 0.00155825398997522 0.04313916854059252 -1.951563910473908e-18 0.9993482542271943 -0.03609801619284769 -0.04316730264761653 0.03606436769945954 0.9984167192933857 0 -0 -0 0 0 0
3 0.09225341065322781 -0.001895145850124542 -0.009155819605617049 0.9990537652981445 -0.005530477486285024 0.04313916854059253 0.007090681752166232 0.9993230986318842 -0.03609801619284766 -0.04291032831253393 0.03636974511243225 0.9984167192933857 0 0 0 0 0 -0
4 0.2310424585814533 -7.816912863716824e-17 7.816912871471643e-17 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0
1 -0.121 -8.796847998598882e-19 -0.08 1 0 0 0 1 0 0 0 1 -0 -0 0 -0 0 0
2 -0.0486925957020273 -0.001985390890606622 -0.02810879162419696 0.9990678575462876 0.001558253989975216 0.04313916854059258 3.903127820947816e-18 0.9993482542271943 -0.03609801619284767 -0.04316730264761659 0.03606436769945952 0.9984167192933857 0 -0 -0 0 0 0
3 0.0922534106532278 -0.001895145850124542 -0.009155819605617063 0.9990537652981445 -0.005530477486285022 0.04313916854059255 0.007090681752166229 0.9993230986318842 -0.03609801619284766 -0.04291032831253394 0.03636974511243225 0.9984167192933857 0 0 0 0 0 -0
4 0.2310424585814533 -7.816912863716824e-17 7.816912871471643e-17 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0
1 -0.121 -8.796847998598882e-19 -0.08 1 0 0 0 1 0 0 0 1 -0 -0 0 -0 0 0
2 -0.04869259570202728 -0.001985390890606622 -0.02810879162419696 0.9990678575462876 0.001558253989975217 0.04313916854059258 2.168404344971009e-18 0.9993482542271943 -0.03609801619284767 -0.04316730264761659 0.03606436769945952 0.9984167192933857 0 -0 -0 0 0 0
3 0.09225341065322783 -0.001895145850124542 -0.009155819605617063 0.9990537652981445 -0.005530477486285022 0.04313916854059258 0.00709068175216623 0.9993230986318842 -0.03609801619284766 -0.04291032831253397 0.03636974511243225 0.9984167192933857 0 0 0 0 0 -0
4 0.2310424585814533 -7.816912863716824e-17 7.816912871471643e-17 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0
1 -0.121 -8.796847998598882e-19 -0.08 1 0 0 0 1 0 0 0 1 -0 -0 0 -0 0 0
2 -0.04869259570202727 -0.001985390890606624 -0.02810879162419694 0.9990678575462876 0.00155825398997522 0.04313916854059252 -1.951563910473908e-18 0.9993482542271943 -0.03609801619284769 -0.04316730264761653 0.03606436769945954 0.9984167192933857 0 -0 -0 0 0 0
3 0.09225341065322781 -0.001895145850124542 -0.009155819605617049 0.9990537652981445 -0.005530477486285024 0.04313916854059253 0.007090681752166232 0.9993230986318842 -0.03609801619284766 -0.04291032831253393 0.03636974511243225 0.9984167192933857 0 0 0 0 0 -0
4 0.2310424585814533 -7.816912863716824e-17 7.816912871471643e-17 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0
1 -0.121 -8.796847998598882e-19 -0.08 1 0 0 0 1 0 0 0 1 -0 -0 0 -0 0 0
2 -0.0486925957020273 -0.001985390890606622 -0.02810879162419696 0.9990678575462876 0.001558253989975216 0.04313916854059258 3.903127820947816e-18 0.9993482542271943 -0.03609801619284767 -0.04316730264761659 0.03606436769945952 0.9984167192933857 0 -0 -0 0 0 0
3 0.0922534106532278 -0.001895145850124542 -0.009155819605617063 0.9990537652981445 -0.005530477486285022 0.04313916854059255 0.007090681752166229 0.9993230986318842 -0.03609801619284766 -0.04291032831253394 0.03636974511243225 0.9984167192933857 0 0 0 0 0 -0
4 0.2310424585814533 -7.816912863716824e-17 7.816912871471643e-17 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0
1 -0.121 -8.796847998598882e-19 -0.08 1 0 0 0 1 0 0 0 1 -0 -0 0 -0 0 0
2 -0.04869259570202728 -0.001985390890606622 -0.02810879162419696 0.9990678575462876 0.001558253989975217 0.04313916854059258 2.168404344971009e-18 0.9993482542271943 -0.03609801619284767 -0.04316730264761659 0.03606436769945952 0.9984167192933857 0 -0 -0 0 0 0
3 0.09225341065322783 -0.001895145850124542 -0.009155819605617063 0.9990537652981445 -0.005530477486285022 0.04313916854059258 0.00709068175216623 0.9993230986318842 -0.03609801619284766 -0.04291032831253397 0.03636974511243225 0.9984167192933857 0 0 0 0 0 -0
4 0.2310424585814533 -7.816912863716824e-17 7.816912871471643e-17 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0
1 -0.121 -8.796847998598882e-19 -0.08 1 0 0 0 1 0 0 0 1 -0 -0 0 -0 0 0
2 -0.04869259570202727 -0.001985390890606624 -0.02810879162419694 0.9990678575462876 0.00155825398997522 0.04313916854059252 -1.951563910473908e-18 0.9993482542271943 -0.03609801619284769 -0.04316730264761653 0.03606436769945954 0.9984167192933857 0 -0 -0 0 0 0
3 0.09225341065322781 -0.001895145850124542 -0.009155819605617049 0.9990537652981445 -0.005530477486285024 0.04313916854059253 0.007090681752166232 0.9993230986318842 -0.03609801619284766 -0.04291032831253393 0.03636974511243225 0.9984167192933857 0 0 0 0 0 -0
4 0.2310424585814533 -7.816912863716824e-17 7.816912871471643e-17 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0
1 -0.121 -8.796847998598882e-19 -0.08 1 0 0 0 1 0 0 0 1 -0 -0 0 -0 0 0
2 -0.0486925957020273 -0.001985390890606622 -0.02810879162419696 0.9990678575462876 0.001558253989975216 0.04313916854059258 3.903127820947816e-18 0.9993482542271943 -0.03609801619284767 -0.04316730264761659 0.03606436769945952 0.9984167192933857 0 -0 -0 0 0 0
3 0.0922534106532278 -0.001895145850124542 -0.009155819605617063 0.9990537652981445 -0.005530477486285022 0.04313916854059255 0.007090681752166229 0.9993230986318842 -0.03609801619284766 -0.04291032831253394 0.03636974511243225 0.9984167192933857 0 0 0 0 0 -0
4 0.2310424585814533 -7.816912863716824e-17 7.816912871471643e-17 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0
1 -0.121 -8.796847998598882e-19 -0.08 1 0 0 0 1 0 0 0 1 -0 -0 0 -0 0 0
2 -0.04869259570202728 -0.001985390890606622 -0.02810879162419696 0.9990678575462876 0.001558253989975217 0.04313916854059258 2.168404344971009e-18 0.9993482542271943 -0.03609801619284767 -0.04316730264761659 0.03606436769945952 0.9984167192933857 0 -0 -0 0 0 0
3 0.09225341065322783 -0.001895145850124542 -0.009155819605617063 0.9990537652981445 -0.005530477486285022 0.04313916854059258 0.00709068175216623 0.9993230986318842 -0.03609801619284766 -0.04291032831253397 0.03636974511243225 0.9984167192933857 0 0 0 0 0 -0
4 0.2310424585814533 -7.816912863716824e-17 7.816912871471643e-17 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0
1 -0.121 -8.796847998598882e-19 -0.08 1 0 0 0 1 0 0 0 1 -0 -0 0 -0 0 0
2 -0.04869259570202727 -0.001985390890606624 -0.02810879162419694 0.9990678575462876 0.00155825398997522 0.04313916854059252 -1.951563910473908e-18 0.9993482542271943 -0.03609801619284769 -0.04316730264761653 0.03606436769945954 0.9984167192933857 0 -0 -0 0 0 0
3 0.09225341065322781 -0.001895145850124542 -0.009155819605617049 0.9990537652981445 -0.005530477486285024 0.04313916854059253 0.007090681752166232 0.9993230986318842 -0.03609801619284766 -0.04291032831253393 0.03636974511243225 0.9984167192933857 0 0 0 0 0 -0
4 0.2310424585814533 -7.816912863716824e-17 7.816912871471643e-17 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0
1 -0.121 -8.796847998598882e-19 -0.08 1 0 0 0 1 0 0 0 1 -0 -0 0 -0 0 0
2 -0.0486925957020273 -0.001985390890606622 -0.02810879162419696 0.9990678575462876 0.001558253989975216 0.04313916854059258 3.903127820947816e-18 0.9993482542271943 -0.03609801619284767 -0.04316730264761659 0.03606436769945952 0.9984167192933857 0 -0 -0 0 0 0
3 0.0922534106532278 -0.001895145850124542 -0.009155819605617063 0.9990537652981445 -0.005530477486285022 0.04313916854059255 0.007090681752166229 0.9993230986318842 -0.03609801619284766 -0.04291032831253394 0.03636974511243225 0.9984167192933857 0 0 0 0 0 -0
4 0.2310424585814533 -7.816912863716824e-17 7.816912871471643e-17 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0
1 -0.121 -8.796847998598882e-19 -0.08 1 0 0 0 1 0 0 0 1 -0 -0 0 -0 0 0
2 -0.04869259570202728 -0.001985390890606622 -0.02810879162419696 0.9990678575462876 0.001558253989975217 0.04313916854059258 2.168404344971009e-18 0.9993482542271943 -0.03609801619284767 -0.04316730264761659 0.03606436769945952 0.9984167192933857 0 -0 -0 0 0 0
3 0.09225341065322783 -0.001895145850124542 -0.009155819605617063 0.9990537652981445 -0.005530477486285022 0.04313916854059258 0.00709068175216623 0.9993230986318842 -0.03609801619284766 -0.04291032831253397 0.03636974511243225 0.9984167192933857 0 0 0 0 0 -0
4 0.2310424585814533 -7.816912863716824e-17 7.816912871471643e-17 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0
1 -0.121 -8.796847998598882e-19 -0.08 1 0 0 0 1 0 0 0 1 -0 -0 0 -0 0 0
2 -0.04869259570202727 -0.001985390890606624 -0.02810879162419694 0.9990678575462876 0.00155825398997522 0.04313916854059252 -1.951563910473908e-18 0.9993482542271943 -0.03609801619284769 -0.04316730264761653 0.03606436769945954 0.9984167192933857 0 -0 -0 0 0 0
3 0.09225341065322781 -0.001895145850124542 -0.009155819605617049 0.9990537652981445 -0.005530477486285024 0.04313916854059253 0.007090681752166232 0.9993230986318842 -0.03609801619284766 -0.04291032831253393 0.03636974511243225 0.9984167192933857 0 0 0 0 0 -0
4 0.2310424585814533 -7.816912863716824e-17 7.816912871471643e-17 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0
1 -0.121 -8.796847998598882e-19 -0.08 1 0 0 0 1 0 0 0 1 -0 -0 0 -0 0 0
2 -0.0486925957020273 -0.001985390890606622 -0.02810879162419696 0.9990678575462876 0.001558253989975216 0.04313916854059258 3.903127820947816e-18 0.9993482542271943 -0.03609801619284767 -0.04316730264761659 0.03606436769945952 0.9984167192933857 0 -0 -0 0 0 0
3 0.0922534106532278 -0.001895145850124542 -0.009155819605617063 0.9990537652981445 -0.005530477486285022 0.04313916854059255 0.007090681752166229 0.9993230986318842 -0.03609801619284766 -0.04291032831253394 0.03636974511243225 0.9984167192933857 0 0 0 0 0 -0
4 0.2310424585814533 -7.816912863716824e-17 7.816912871471643e-17 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0
1 -0.121 -8.796847998598882e-19 -0.08 1 0 0 0 1 0 0 0 1 -0 -0 0 -0 0 0
2 -0.04869259570202728 -0.001985390890606622 -0.02810879162419696 0.9990678575462876 0.001558253989975217 0.04313916854059258 2.168404344971009e-18 0.9993482542271943 -0.03609801619284767 -0.04316730264761659 0.03606436769945952 0.9984167192933857 0 -0 -0 0 0 0
3 0.09225341065322783 -0.001895145850124542 -0.009155819605617063 0.9990537652981445 -0.005530477486285022 0.04313916854059258 0.00709068175216623 0.9993230986318842 -0.03609801619284766 -0.04291032831253397 0.03636974511243225 0.9984167192933857 0 0 0 0 0 -0
4 0.2310424585814533 -7.816912863716824e-17 7.816912871471643e-17 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0
1 -0.121 -8.796847998598882e-19 -0.08 1 0 0 0 1 0 0 0 1 -0 -0 0 -0 0 0
2 -0.04869259570202727 -0.001985390890606624 -0.02810879162419694 0.9990678575462876 0.00155825398997522 0.04313916854059252 -1.951563910473908e-18 0.9993482542271943 -0.03609801619284769 -0.04316730264761653 0.03606436769945954 0.9984167192933857 0 -0 -0 0 0 0
3 0.09225341065322781 -0.001895145850124542 -0.009155819605617049 0.9990537652981445 -0.005530477486285024 0.04313916854059253 0.007090681752166232 0.9993230986318842 -0.03609801619284766 -0.04291032831253393 0.03636974511243225 0.9984167192933857 0 0 0 0 0 -0
4 0.2310424585814533 -7.816912863716824e-17 7.816912871471643e-17 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0
1 -0.121 -8.796847998598882e-19 -0.08 1 0 0 0 1 0 0 0 1 -0 -0 0 -0 0 0
2 -0.0486925957020273 -0.001985390890606622 -0.02810879162419696 0.9990678575462876 0.001558253989975216 0.04313916854059258 3.903127820947816e-18 0.9993482542271943 -0.03609801619284767 -0.04316730264761659 0.03606436769945952 0.9984167192933857 0 -0 -0 0 0 0
3 0.0922534106532278 -0.001895145850124542 -0.009155819605617063 0.9990537652981445 -0.005530477486285022 0.04313916854059255 0.007090681752166229 0.9993230986318842 -0.03609801619284766 -0.04291032831253394 0.03636974511243225 0.9984167192933857 0 0 0 0 0 -0
4 0.2310424585814533 -7.816912863716824e-17 7.816912871471643e-17 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0
1 -0.121 -8.796847998598882e-19 -0.08 1 0 0 0 1 0 0 0 1 -0 -0 0 -0 0 0
2 -0.04869259570202728 -0.001985390890606622 -0.02810879162419696 0.9990678575462876 0.001558253989975217 0.04313916854059258 2.168404344971009e-18 0.9993482542271943 -0.03609801619284767 -0.04316730264761659 0.03606436769945952 0.9984167192933857 0 -0 -0 0 0 0
3 0.09225341065322783 -0.001895145850124542 -0.009155819605617063 0.9990537652981445 -0.005530477486285022 0.04313916854059258 0.00709068175216623 0.9993230986318842 -0.03609801619284766 -0.04291032831253397 0.03636974511243225 0.9984167192933857 0 0 0 0 0 -0
4 0.2310424585814533 -7.816912863716824e-17 7.816912871471643e-17 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0
1 -0.121 -8.796847998598882e-19 -0.08 1 0 0 0 1 0 0 0 1 -0 -0 0 -0 0 0
2 -0.04869259570202727 -0.001985390890606624 -0.02810879162419694 0.9990678575462876 0.00155825398997522 0.04313916854059252 -1.951563910473908e-18 0.9993482542271943 -0.03609801619284769 -0.04316730264761653 0.03606436769945954 0.9984167192933857 0 -0 -0 0 0 0
3 0.09225341065322781 -0.001895145850124542 -0.009155819605617049 0.9990537652981445 -0.005530477486285024 0.04313916854059253 0.007090681752166232 0.9993230986318842 -0.03609801619284766 -0.04291032831253393 0.03636974511243225 0.9984167192933857 0 0 0 0 0 -0
4 0.2310424585814533 -7.816912863716824e-17 7.816912871471643e-17 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0
1 -0.121 -8.796847998598882e-19 -0.08 1 0 0 0 1 0 0 0 1 -0 -0 0 -0 0 0
2 -0.0486925957020273 -0.001985390890606622 -0.02810879162419696 0.9990678575462876 0.001558253989975216 0.04313916854059258 3.903127820947816e-18 0.9993482542271943 -0.03609801619284767 -0.04316730264761659 0.03606436769945952 0.9984167192933857 0 -0 -0 0 0 0
3 0.0922534106532278 -0.001895145850124542 -0.009155819605617063 0.9990537652981445 -0.005530477486285022 0.04313916854059255 0.007090681752166229 0.9993230986318842 -0.03609801619284766 -0.04291032831253394 0.03636974511243225 0.9984167192933857 0 0 0 0 0 -0
4 0.2310424585814533 -7.816912863716824e-17 7.816912871471643e-17 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0
1 -0.121 -8.796847998598882e-19 -0.08 1 0 0 0 1 0 0 0 1 -0 -0 0 -0 0 0
2 -0.04869259570202728 -0.001985390890606622 -0.02810879162419696 0.9990678575462876 0.001558253989975217 0.04313916854059258 2.168404344971009e-18 0.9993482542271943 -0.03609801619284767 -0.04316730264761659 0.03606436769945952 0.9984167192933857 0 -0 -0 0 0 0
3 0.09225341065322783 -0.001895145850124542 -0.009155819605617063 0.9990537652981445 -0.005530477486285022 0.04313916854059258 0.00709068175216623 0.9993230986318842 -0.03609801619284766 -0.04291032831253397 0.03636974511243225 0.9984167192933857 0 0 0 0 0 -0
4 0.2310424585814533 -7.816912863716824e-17 7.816912871471643e-17 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0
1 -0.121 -8.796847998598882e-19 -0.08 1 0 0 0 1 0 0 0 1 -0 -0 0 -0 0 0
2 -0.04869259570202727 -0.001985390890606624 -0.02810879162419694 0.9990678575462876 0.00155825398997522 0.04313916854059252 -1.951563910473908e-18 0.9993482542271943 -0.03609801619284769 -0.04316730264761653 0.03606436769945954 0.9984167192933857 0 -0 -0 0 0 0
3 0.09225341065322781 -0.001895145850124542 -0.009155819605617049 0.9990537652981445 -0.005530477486285024 0.04313916854059253 0.007090681752166232 0.9993230986318842 -0.03609801619284766 -0.04291032831253393 0.03636974511243225 0.9984167192933857 0 0 0 0 0 -0
4 0.2310424585814533 -7.816912863716824e-17 7.816912871471643e-17 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0
1 -0.121 -8.796847998598882e-19 -0.08 1 0 0 0 1 0 0 0 1 -0 -0 0 -0 0 0
2 -0.0486925957020273 -0.001985390890606622 -0.02810879162419696 0.9990678575462876 0.001558253989975216 0.04313916854059258 3.903127820947816e-18 0.9993482542271943 -0.03609801619284767 -0.04316730264761659 0.03606436769945952 0.9984167192933857 0 -0 -0 0 0 0
3 0.0922534106532278 -0.001895145850124542 -0.009155819605617063 0.9990537652981445 -0.005530477486285022 0.04313916854059255 0.007090681752166229 0.9993230986318842 -0.03609801619284766 -0.04291032831253394 0.03636974511243225 0.9984167192933857 0 0 0 0 0 -0
4 0.2310424585814533 -7.816912863716824e-17 7.816912871471643e-17 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0
1 -0.121 -8.796847998598882e-19 -0.08 1 0 0 0 1 0 0 0 1 -0 -0 0 -0 0 0
2 -0.04869259570202728 -0.001985390890606622 -0.02810879162419696 0.9990678575462876 0.001558253989975217 0.04313916854059258 2.168404344971009e-18 0.9993482542271943 -0.03609801619284767 -0.04316730264761659 0.03606436769945952 0.9984167192933857 0 -0 -0 0 0 0
3 0.09225341065322783 -0.001895145850124542 -0.009155819605617063 0.9990537652981445 -0.005530477486285022 0.04313916854059258 0.00709068175216623 0.9993230986318842 -0.03609801619284766 -0.04291032831253397 0.03636974511243225 0.9984167192933857 0 0 0 0 0 -0
4 0.2310424585814533 -7.816912863716824e-17 7.816912871471643e-17 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0
1 -0.121 -8.796847998598882e-19 -0.08 1 0 0 0 1 0 0 0 1 -0 -0 0 -0 0 0
2 -0.04869259570202727 -0.001985390890606624 -0.02810879162419694 0.9990678575462876 0.00155825398997522 0.04313916854059252 -1.951563910473908e-18 0.9993482542271943 -0.03609801619284769 -0.04316730264761653 0.03606436769945954 0.9984167192933857 0 -0 -0 0 0 0
3 0.09225341065322781 -0.001895145850124542 -0.009155819605617049 0.9990537652981445 -0.005530477486285024 0.04313916854059253 0.007090681752166232 0.9993230986318842 -0.03609801619284766 -0.04291032831253393 0.03636974511243225 0.9984167192933857 0 0 0 0 0 -0
4 0.2310424585814533 -7.816912863716824e-17 7.816912871471643e-17 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0
1 -0.121 -8.796847998598882e-19 -0.08 1 0 0 0 1 0 0 0 1 -0 -0 0 -0 0 0
2 -0.0486925957020273 -0.001985390890606622 -0.02810879162419696 0.9990678575462876 0.001558253989975216 0.04313916854059258 3.903127820947816e-18 0.9993482542271943 -0.03609801619284767 -0.04316730264761659 0.03606436769945952 0.9984167192933857 0 -0 -0 0 0 0
3 0.0922534106532278 -0.001895145850124542 -0.009155819605617063 0.9990537652981445 -0.005530477486285022 0.04313916854059255 0.007090681752166229 0.9993230986318842 -0.03609801619284766 -0.04291032831253394 0.03636974511243225 0.9984167192933857 0 0 0 0 0 -0
4 0.2310424585814533 -7.816912863716824e-17 7.816912871471643e-17 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0
1 -0.121 -8.796847998598882e-19 -0.08 1 0 0 0 1 0 0 0 1 -0 -0 0 -0 0 0
2 -0.04869259570202728 -0.001985390890606622 -0.02810879162419696 0.9990678575462876 0.001558253989975217 0.04313916854059258 2.168404344971009e-18 0.9993482542271943 -0.03609801619284767 -0.04316730264761659 0.03606436769945952 0.9984167192933857 0 -0 -0 0 0 0
3 0.09225341065322783 -0.001895145850124542 -0.009155819605617063 0.9990537652981445 -0.005530477486285022 0.04313916854059258 0.00709068175216623 0.9993230986318842 -0.03609801619284766 -0.04291032831253397 0.03636974511243225 0.9984167192933857 0 0 0 0 0 -0
4 0.2310424585814533 -7.816912863716824e-17 7.816912871471643e-17 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0
1 -0.121 -8.796847998598882e-19 -0.08 1 0 0 0 1 0 0 0 1 -0 -0 0 -0 0 0
2 -0.04869259570202727 -0.001985390890606624 -0.02810879162419694 0.9990678575462876 0.00155825398997522 0.04313916854059252 -1.951563910473908e-18 0.9993482542271943 -0.03609801619284769 -0.04316730264761653 0.03606436769945954 0.9984167192933857 0 -0 -0 0 0 0
3 0.09225341065322781 -0.001895145850124542 -0.009155819605617049 0.9990537652981445 -0.005530477486285024 0.04313916854059253 0.007090681752166232 0.9993230986318842 -0.03609801619284766 -0.04291032831253393 0.03636974511243225 0.9984167192933857 0 0 0 0 0 -0
4 0.2310424585814533 -7.816912863716824e-17 7.816912871471643e-17 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0
1 -0.121 -8.796847998598882e-19 -0.08 1 0 0 0 1 0 0 0 1 -0 -0 0 -0 0 0
2 -0.0486925957020273 -0.001985390890606622 -0.02810879162419696 0.9990678575462876 0.001558253989975216 0.04313916854059258 3.903127820947816e-18 0.9993482542271943 -0.03609801619284767 -0.04316730264761659 0.03606436769945952 0.9984167192933857 0 -0 -0 0 0 0
3 0.0922534106532278 -0.001895145850124542 -0.009155819605617063 0.9990537652981445 -0.005530477486285022 0.04313916854059255 0.007090681752166229 0.9993230986318842 -0.03609801619284766 -0.04291032831253394 0.03636974511243225 0.9984167192933857 0 0 0 0 0 -0
4 0.2310424585814533 -7.816912863716824e-17 7.816912871471643e-17 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0
1 -0.121 -8.796847998598882e-19 -0.08 1 0 0 0 1 0 0 0 1 -0 -0 0 -0 0 0
2 -0.04869259570202728 -0.001985390890606622 -0.02810879162419696 0.9990678575462876 0.001558253989975217 0.04313916854059258 2.168404344971009e-18 0.9993482542271943 -0.03609801619284767 -0.04316730264761659 0.03606436769945952 0.9984167192933857 0 -0 -0 0 0 0
3 0.09225341065322783 -0.001895145850124542 -0.009155819605617063 0.9990537652981445 -0.005530477486285022 0.04313916854059258 0.00709068175216623 0.9993230986318842 -0.03609801619284766 -0.04291032831253397 0.03636974511243225 0.9984167192933857 0 0 0 0 0 -0
4 0.2310424585814533 -7.816912863716824e-17 7.816912871471643e-17 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0
1 -0.121 -8.796847998598882e-19 -0.08 1 0 0 0 1 0 0 0 1 -0 -0 0 -0 0 0
2 -0.04869259570202727 -0.001985390890606624 -0.02810879162419694 0.9990678575462876 0.00155825398997522 0.04313916854059252 -1.951563910473908e-18 0.9993482542271943 -0.03609801619284769 -0.04316730264761653 0.03606436769945954 0.9984167192933857 0 -0 -0 0 0 0
3 0.09225341065322781 -0.001895145850124542 -0.009155819605617049 0.9990537652981445 -0.005530477486285024 0.04313916854059253 0.007090681752166232 0.9993230986318842 -0.03609801619284766 -0.04291032831253393 0.03636974511243225 0.9984167192933857 0 0 0 0 0 -0
4 0.2310424585814533 -7.816912863716824e-17 7.816912871471643e-17 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0
1 -0.121 -8.796847998598882e-19 -0.08 1 0 0 0 1 0 0 0 1 -0 -0 0 -0 0 0
2 -0.0486925957020273 -0.001985390890606622 -0.02810879162419696 0.9990678575462876 0.001558253989975216 0.04313916854059258 3.903127820947816e-18 0.9993482542271943 -0.03609801619284767 -0.04316730264761659 0.03606436769945952 0.9984167192933857 0 -0 -0 0 0 0
3 0.0922534106532278 -0.001895145850124542 -0.009155819605617063 0.9990537652981445 -0.005530477486285022 0.04313916854059255 0.007090681752166229 0.9993230986318842 -0.03609801619284766 -0.04291032831253394 0.03636974511243225 0.9984167192933857 0 0 0 0 0 -0
4 0.2310424585814533 -7.816912863716824e-17 7.816912871471643e-17 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0
1 -0.121 -8.796847998598882e-19 -0.08 1 0 0 0 1 0 0 0 1 -0 -0 0 -0 0 0
2 -0.04869259570202728 -0.001985390890606622 -0.02810879162419696 0.9990678575462876 0.001558253989975217 0.04313916854059258 2.168404344971009e-18 0.9993482542271943 -0.03609801619284767 -0.04316730264761659 0.03606436769945952 0.9984167192933857 0 -0 -0 0 0 0
3 0.09225341065322783 -0.001895145850124542 -0.009155819605617063 0.9990537652981445 -0.005530477486285022 0.04313916854059258 0.00709068175216623 0.9993230986318842 -0.03609801619284766 -0.04291032831253397 0.03636974511243225 0.9984167192933857 0 0 0 0 0 -0
4 0.2310424585814533 -7.816912863716824e-17 7.816912871471643e-17 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0
1 -0.121 -8.796847998598882e-19 -0.08 1 0 0 0 1 0 0 0 1 -0 -0 0 -0 0 0
2 -0.04869259570202727 -0.001985390890606624 -0.02810879162419694 0.9990678575462876 0.00155825398997522 0.04313916854059252 -1.951563910473908e-18 0.9993482542271943 -0.03609801619284769 -0.04316730264761653 0.03606436769945954 0.9984167192933857 0 -0 -0 0 0 0
3 0.09225341065322781 -0.001895145850124542 -0.009155819605617049 0.9990537652981445 -0.005530477486285024 0.04313916854059253 0.007090681752166232 0.9993230986318842 -0.03609801619284766 -0.04291032831253393 0.03636974511243225 0.9984167192933857 0 0 0 0 0 -0
4 0.2310424585814533 -7.816912863716824e-17 7.816912871471643e-17 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0
1 -0.121 -8.796847998598882e-19 -0.08 1 0 0 0 1 0 0 0 1 -0 -0 0 -0 0 0
2 -0.0486925957020273 -0.001985390890606622 -0.02810879162419696 0.9990678575462876 0.001558253989975216 0.04313916854059258 3.903127820947816e-18 0.9993482542271943 -0.03609801619284767 -0.04316730264761659 0.03606436769945952 0.9984167192933857 0 -0 -0 0 0 0
3 0.0922534106532278 -0.001895145850124542 -0.009155819605617063 0.9990537652981445 -0.005530477486285022 0.04313916854059255 0.007090681752166229 0.9993230986318842 -0.03609801619284766 -0.04291032831253394 0.03636974511243225 0.9984167192933857 0 0 0 0 0 -0
4 0.2310424585814533 -7.816912863716824e-17 7.816912871471643e-17 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0

View File

@@ -1,297 +0,0 @@
#-----------------------------------------------------------------------------
# [Data Block]
begin: data;
problem: initial value;
end: data;
#-----------------------------------------------------------------------------
# [Problem Block]
begin: initial value;
initial time: 0.0;
final time: 3.0;
time step: 0.01;
max iterations: 100;
tolerance: 1e-06;
derivatives tolerance: 0.0001;
derivatives max iterations: 100;
derivatives coefficient: auto;
end: initial value;
#-----------------------------------------------------------------------------
# [Control Data Block]
begin: control data;
max iterations: 1000;
default orientation: euler321;
omega rotates: no;
print: none;
initial stiffness: 1.0, 1.0;
structural nodes: 4;
rigid bodies: 3;
joints: 6;
end: control data;
#-----------------------------------------------------------------------------
# [Design Variables]
#Generic bodies
#body: 2
set: integer body_2 = 2; #body label
set: real mass_2 = 1.448636188351172; #mass [kg]
set: real volume_2 = 0.00018337166941154076; #volume [m^3]
#body: 3
set: integer body_3 = 3; #body label
set: real mass_3 = 2.8529486557067685; #mass [kg]
set: real volume_3 = 0.0003611327412287049; #volume [m^3]
#body: 4
set: integer body_4 = 4; #body label
set: real mass_4 = 10.859427202622141; #mass [kg]
set: real volume_4 = 0.0013746110383066003; #volume [m^3]
#Nodes
#node: 1
set: integer structural_node_1 = 1; #node label
#node: 2
set: integer structural_node_2 = 2; #node label
#node: 3
set: integer structural_node_3 = 3; #node label
#node: 4
set: integer structural_node_4 = 4; #node label
#Joints
#joint: 1
set: integer joint_1 = 1; #joint label
#joint: 2
set: integer joint_2 = 2; #joint label
#joint: 3
set: integer joint_3 = 3; #joint label
#joint: 4
set: integer joint_4 = 4; #joint label
#joint: 5
set: integer joint_5 = 5; #joint label
#joint: 6
set: integer joint_6 = 6; #joint label
#Nodes: initial conditions
#node: 1
set: real Px_1 = -0.121; #X component of the absolute position [m]
set: real Py_1 = -1.218180697837851e-18; #Y component of the absolute position [m]
set: real Pz_1 = -0.08; #Z component of the absolute position [m]
set: real Vx_1 = 0.0; #X component of the absolute velocity [m/s]
set: real Vy_1 = 0.0; #Y component of the absolute velocity [m/s]
set: real Vz_1 = 0.0; #Z component of the absolute velocity [m/s]
set: real Wx_1 = 0.0; #X component of the absolute angular velocity [rad/s]
set: real Wy_1 = 0.0; #Y component of the absolute angular velocity [rad/s]
set: real Wz_1 = 0.0; #Z component of the absolute angular velocity [rad/s]
#node: 2
set: real Px_2 = -0.047537048944738425; #X component of the absolute position [m]
set: real Py_2 = 0.09742200410568831; #Y component of the absolute position [m]
set: real Pz_2 = -0.030293476812230588; #Z component of the absolute position [m]
set: real Vx_2 = 0.0; #X component of the absolute velocity [m/s]
set: real Vy_2 = 0.0; #Y component of the absolute velocity [m/s]
set: real Vz_2 = 0.0; #Z component of the absolute velocity [m/s]
set: real Wx_2 = 0.0; #X component of the absolute angular velocity [rad/s]
set: real Wy_2 = 0.0; #Y component of the absolute angular velocity [rad/s]
set: real Wz_2 = 0.0; #Z component of the absolute angular velocity [rad/s]
#node: 3
set: real Px_3 = 0.07099630277370235; #X component of the absolute position [m]
set: real Py_3 = -0.07364765799707981; #Y component of the absolute position [m]
set: real Pz_3 = 0.058407900823760565; #Z component of the absolute position [m]
set: real Vx_3 = 0.0; #X component of the absolute velocity [m/s]
set: real Vy_3 = 0.0; #Y component of the absolute velocity [m/s]
set: real Vz_3 = 0.0; #Z component of the absolute velocity [m/s]
set: real Wx_3 = 0.0; #X component of the absolute angular velocity [rad/s]
set: real Wy_3 = 0.0; #Y component of the absolute angular velocity [rad/s]
set: real Wz_3 = 0.0; #Z component of the absolute angular velocity [rad/s]
#node: 4
set: real Px_4 = 0.3723079639890564; #X component of the absolute position [m]
set: real Py_4 = 0.04333150035096042; #Y component of the absolute position [m]
set: real Pz_4 = 0.008140985321785409; #Z component of the absolute position [m]
set: real Vx_4 = 0.0; #X component of the absolute velocity [m/s]
set: real Vy_4 = 0.0; #Y component of the absolute velocity [m/s]
set: real Vz_4 = 0.0; #Z component of the absolute velocity [m/s]
set: real Wx_4 = 0.0; #X component of the absolute angular velocity [rad/s]
set: real Wy_4 = 0.0; #Y component of the absolute angular velocity [rad/s]
set: real Wz_4 = 0.0; #Z component of the absolute angular velocity [rad/s]
#-----------------------------------------------------------------------------
# [Intermediate Variables]
#Moments of inertia and relative center of mass
#body 2:
set: real Ixx_2 = 0.0028717510150880004; #moment of inertia [kg*m^2]
set: real Iyy_2 = 0.002864447840812; #moment of inertia [kg*m^2]
set: real Izz_2 = 0.0007089594589930001; #moment of inertia [kg*m^2]
set: real Rx_2 = 7.105427357601002e-18; #X component of the relative center of mass [m]
set: real Ry_2 = 0.0; #Y component of the relative center of mass [m]
set: real Rz_2 = 7.105427357601002e-18; #Z component of the relative center of mass [m]
#body 3:
set: real Ixx_3 = 0.033837921987970004; #moment of inertia [kg*m^2]
set: real Iyy_3 = 0.033715148099504; #moment of inertia [kg*m^2]
set: real Izz_3 = 0.001956310318013; #moment of inertia [kg*m^2]
set: real Rx_3 = 2.842170943040401e-17; #X component of the relative center of mass [m]
set: real Ry_3 = -1.4210854715202004e-17; #Y component of the relative center of mass [m]
set: real Rz_3 = 0.0; #Z component of the relative center of mass [m]
#body 4:
set: real Ixx_4 = 0.07706742098794901; #moment of inertia [kg*m^2]
set: real Iyy_4 = 0.066351815798527; #moment of inertia [kg*m^2]
set: real Izz_4 = 0.061792350456255; #moment of inertia [kg*m^2]
set: real Rx_4 = 2.842170943040401e-16; #X component of the relative center of mass [m]
set: real Ry_4 = 2.1316282072803006e-17; #Y component of the relative center of mass [m]
set: real Rz_4 = 2.2737367544323206e-16; #Z component of the relative center of mass [m]
#-----------------------------------------------------------------------------
# [Nodes Block]
begin: nodes;
structural: structural_node_1,
static,
Px_1, Py_1, Pz_1, #<absolute_position> [m]
3, 0.0, 0.0, 1.0, 2, 0.0, 1.0, 0.0, #<absolute_orientation_matrix>
Vx_1, Vy_1, Vz_1, #<absolute_velocity> [m/s]
Wx_1, Wy_1, Wz_1; #<absolute_angular_velocity> [rad/s]
structural: structural_node_2,
dynamic,
Px_2, Py_2, Pz_2, #<absolute_position> [m]
3, 0.28116838555915347, -0.12674940821214617, 0.9512512425641977, 2, -0.12674940821214617, 0.9776506595433675, 0.16773125949652098, #<absolute_orientation_matrix>
Vx_2, Vy_2, Vz_2, #<absolute_velocity> [m/s]
Wx_2, Wy_2, Wz_2; #<absolute_angular_velocity> [rad/s]
structural: structural_node_3,
dynamic,
Px_3, Py_3, Pz_3, #<absolute_position> [m]
3, -0.27178893568691503, -0.25783416049630004, 0.9271743741709766, 2, 0.014330116918634624, 0.9622501868990581, 0.271788935686915, #<absolute_orientation_matrix>
Vx_3, Vy_3, Vz_3, #<absolute_velocity> [m/s]
Wx_3, Wy_3, Wz_3; #<absolute_angular_velocity> [rad/s]
structural: structural_node_4,
dynamic,
Px_4, Py_4, Pz_4, #<absolute_position> [m]
3, 0.2588190451025211, 0.0, 0.9659258262890682, 2, 0.0, 1.0, 0.0, #<absolute_orientation_matrix>
Vx_4, Vy_4, Vz_4, #<absolute_velocity> [m/s]
Wx_4, Wy_4, Wz_4; #<absolute_angular_velocity> [rad/s]
end: nodes;
#-----------------------------------------------------------------------------
# [Elements Block]
begin: elements;
#-----------------------------------------------------------------------------
# [Bodies]
body: body_2,
structural_node_2, #<node_label>
mass_2, #<mass> [kg]
Rx_2, Ry_2, Rz_2, #<relative_center_of_mass> [m]
diag, Ixx_2, Iyy_2, Izz_2, #<inertia matrix> [kg*m^2]
orientation, 3, -0.0054384608129255385, 0.8559103374577453, 0.5150405937686557, 2, 0.9969290667160357, -0.0024978913689130133, 0.0023196850194898005;
body: body_3,
structural_node_3, #<node_label>
mass_3, #<mass> [kg]
Rx_3, Ry_3, Rz_3, #<relative_center_of_mass> [m]
diag, Ixx_3, Iyy_3, Izz_3, #<inertia matrix> [kg*m^2]
orientation, 3, 0.9973238325492868, 0.0012847690482160057, -0.002629529780301787, 2, -0.00011328308715380375, 1.0027304733964244, 0.004450235157436283;
body: body_4,
structural_node_4, #<node_label>
mass_4, #<mass> [kg]
Rx_4, Ry_4, Rz_4, #<relative_center_of_mass> [m]
diag, Ixx_4, Iyy_4, Izz_4, #<inertia matrix> [kg*m^2]
orientation, 3, -8.551421488581235e-05, 0.0, 0.9957768995806164, 2, 0.0, 1.0, 0.0;
#-----------------------------------------------------------------------------
# [Joints]
joint: joint_1,
clamp,
structural_node_1, #<node_label>
-0.121, -1.218180697837851e-18, -0.08, #<absolute_pin_position> [m]
3, 0.0, 0.0, 1.0, 2, 0.0, 1.0, 0.0; #<absolute_orientation_matrix>
joint: joint_2,
axial rotation,
structural_node_1, #<node_1_label>
0.0, 1.218180697837851e-18, 0.05, #<relative_offset_1> [m]
orientation, 3, 0.0, 0.0, 1.0, 2, 0.0, 1.0, 0.0, #<relative_orientation_matrix_1>
structural_node_2, #<node_2_label>
-0.03739853284269051, 0.0, 0.0032867622552210634, #<relative_offset_2> [m]
orientation, 3, 5.204170427930421e-18, 0.0, 1.0, 2, guess, #<relative_orientation_matrix_2>
string, "model::drive(1, Time)"; #<angular_velocity> [rad/s]
joint: joint_3,
revolute hinge,
structural_node_2, #<node_1_label>
0.03260146715730949, 1.4210854715202004e-17, 0.05328676225522106, #<relative_position_1> [m]
orientation, 3, 5.204170427930421e-18, 0.0, 1.0, 2, 0.0, 1.0, 0.0, #<relative_pin_orientation_matrix_1>
structural_node_3, #<node_2_label>
-0.1400000000000079, -1.0444978215673472e-15, 0.024999999999998038, #<relative_position_2> [m]
orientation, 3, -5.551115123125784e-17, -5.984795992119986e-17, 1.0, 2, guess; #<relative_pin_orientation_matrix_2>
joint: joint_4,
in line,
structural_node_3, #<node_1_label>
0.13999999999999133, 4.4231285301066236e-16, 9.79127889877418e-15, #<relative_line_position> [m]
3, 2.7195091690402506e-15, 1.2586758486779817e-14, 1.0, 2, 0.6882367162699149, 0.7254861972346578, -1.1003185610451133e-14, #<relative_orientation>
structural_node_4, #<node_2_label>
offset, -0.045580834634119244, -2.0299354019925886e-10, 1.2562251640702015e-08; #<relative_offset> [m]
joint: joint_5,
in line,
structural_node_1, #<node_1_label>
0.0, 1.2181806978377854e-18, 0.08, #<relative_line_position> [m]
3, 1.0, -2.220446049250313e-16, 2.220446049250313e-16, 2, -2.220446049250313e-16, 0.0, 1.0, #<relative_orientation>
structural_node_4, #<node_2_label>
offset, -0.045580834634119244, -2.0299354019925886e-10, 1.2562251640702015e-08; #<relative_offset> [m]
joint: joint_6,
prismatic,
structural_node_1, #<node_1_label>
orientation, 3, 0.0, 0.0, 1.0, 2, 0.0, 1.0, 0.0, #relative_orientation_matrix_1>
structural_node_4, #<node_2_label>
orientation, 3, 0, 0, 1, 2, 0, 1, 0; #relative_orientation_matrix_2>
#-----------------------------------------------------------------------------
# [Drive callers]
drive caller: 1, name,"drive:1", ramp, 6.28, 0.0, 1.0, 0.0;
end: elements;

File diff suppressed because it is too large Load Diff

View File

@@ -1,440 +0,0 @@
OndselSolver
Assembly
Notes
(Text string: '' runs: (Core.RunArray runs: #() values: #()))
Name
Assembly
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
Velocity3D
0 0 0
Omega3D
0 0 0
RefPoints
RefPoint
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
Markers
Marker
Name
Marker0
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
RefCurves
RefSurfaces
Parts
Part
Name
structural_node_1
Position3D
-0.121 -1.218180697837851e-18 -0.08
RotationMatrix
1 0 0
0 1 0
0 0 1
Velocity3D
0 0 0
Omega3D
0 0 0
FeatureOrder
PrincipalMassMarker
Name
MassMarker
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
Mass
1
MomentOfInertias
1 2 3
Density
10
RefPoints
RefPoint
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
Markers
Marker
Name
Marker0
Position3D
0.121 1.218180697837851e-18 0.08
RotationMatrix
1 0 0
0 1 0
0 0 1
RefPoint
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
Markers
Marker
Name
Marker1
Position3D
0 1.218180697837851e-18 0.05
RotationMatrix
1 0 0
0 1 0
0 0 1
RefPoint
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
Markers
Marker
Name
Marker2
Position3D
0 1.218180697837785e-18 0.08
RotationMatrix
2.220446049250313e-16 -2.220446049250313e-16 1
1 0 -2.220446049250313e-16
4.930380657631324e-32 1 2.220446049250313e-16
RefPoint
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
Markers
Marker
Name
Marker3
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
RefCurves
RefSurfaces
Part
Name
structural_node_2
Position3D
-0.04753704894473842 0.09742200410568831 -0.03029347681223059
RotationMatrix
0.9512512425641979 -0.1267494082121462 0.2811683855591535
0.167731259496521 0.9776506595433678 -0.1267494082121462
-0.258819045102521 0.167731259496521 0.9512512425641977
Velocity3D
0 0 0
Omega3D
0 0 0
FeatureOrder
PrincipalMassMarker
Name
MassMarker
Position3D
7.105427357601002e-18 0 7.105427357601002e-18
RotationMatrix
1 0 0
0 1 0
0 0 1
Mass
1.448636188351172
MomentOfInertias
0.002871751015088 0.002864447840812 0.0007089594589930001
Density
10
RefPoints
RefPoint
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
Markers
Marker
Name
Marker0
Position3D
-0.03739853284269051 0 0.003286762255221063
RotationMatrix
1 0 5.204170427930421e-18
-0 1 0
-5.204170427930421e-18 -0 1
RefPoint
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
Markers
Marker
Name
Marker1
Position3D
0.03260146715730949 1.4210854715202e-17 0.05328676225522106
RotationMatrix
1 -0 5.204170427930421e-18
0 1 0
-5.204170427930421e-18 0 1
RefCurves
RefSurfaces
Part
Name
structural_node_3
Position3D
0.07099630277370235 -0.07364765799707981 0.05840790082376057
RotationMatrix
0.9622501868990581 0.01433011691863463 -0.271788935686915
-0.08715574274765801 0.9622501868990581 -0.2578341604963
0.2578341604963001 0.271788935686915 0.9271743741709766
Velocity3D
0 0 0
Omega3D
0 0 0
FeatureOrder
PrincipalMassMarker
Name
MassMarker
Position3D
2.842170943040401e-17 -1.4210854715202e-17 0
RotationMatrix
1 0 0
0 1 0
0 0 1
Mass
2.852948655706768
MomentOfInertias
0.03383792198797 0.033715148099504 0.001956310318013
Density
10
RefPoints
RefPoint
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
Markers
Marker
Name
Marker0
Position3D
-0.1400000000000079 -1.044497821567347e-15 0.02499999999999804
RotationMatrix
3.322229154067983e-33 1 -5.551115123125784e-17
-1 0 -5.984795992119986e-17
-5.984795992119986e-17 5.551115123125784e-17 1
RefPoint
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
Markers
Marker
Name
Marker1
Position3D
0.1399999999999913 4.423128530106624e-16 9.79127889877418e-15
RotationMatrix
0.7254861972346578 0.6882367162699149 2.719509169040251e-15
-0.6882367162699149 0.7254861972346578 1.258675848677982e-14
6.689702964032028e-15 -1.100318561045113e-14 1
RefCurves
RefSurfaces
Part
Name
structural_node_4
Position3D
0.3723079639890564 0.04333150035096042 0.008140985321785409
RotationMatrix
0.9659258262890682 -0 0.2588190451025211
0 1 0
-0.2588190451025211 0 0.9659258262890682
Velocity3D
0 0 0
Omega3D
0 0 0
FeatureOrder
PrincipalMassMarker
Name
MassMarker
Position3D
2.842170943040401e-16 2.131628207280301e-17 2.273736754432321e-16
RotationMatrix
1 0 0
0 1 0
0 0 1
Mass
10.85942720262214
MomentOfInertias
0.07706742098794901 0.066351815798527 0.061792350456255
Density
10
RefPoints
RefPoint
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
Markers
Marker
Name
Marker0
Position3D
-0.04558083463411924 -2.029935401992589e-10 1.256225164070202e-08
RotationMatrix
1 0 0
0 1 0
0 0 1
RefPoint
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
Markers
Marker
Name
Marker1
Position3D
-0.04558083463411924 -2.029935401992589e-10 1.256225164070202e-08
RotationMatrix
1 0 0
0 1 0
0 0 1
RefPoint
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
Markers
Marker
Name
Marker2
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
RefCurves
RefSurfaces
KinematicIJs
ConstraintSets
Joints
FixedJoint
Name
joint_1
MarkerI
/Assembly/Marker0
MarkerJ
/Assembly/structural_node_1/Marker0
RevoluteJoint
Name
joint_2
MarkerI
/Assembly/structural_node_1/Marker1
MarkerJ
/Assembly/structural_node_2/Marker0
RevoluteJoint
Name
joint_3
MarkerI
/Assembly/structural_node_2/Marker1
MarkerJ
/Assembly/structural_node_3/Marker0
PointInLineJoint
Name
joint_4
MarkerI
/Assembly/structural_node_3/Marker1
MarkerJ
/Assembly/structural_node_4/Marker0
PointInLineJoint
Name
joint_5
MarkerI
/Assembly/structural_node_1/Marker2
MarkerJ
/Assembly/structural_node_4/Marker1
NoRotationJoint
Name
joint_6
MarkerI
/Assembly/structural_node_1/Marker3
MarkerJ
/Assembly/structural_node_4/Marker2
Motions
RotationalMotion
Name
joint_2Motion
MarkerI
/Assembly/structural_node_1/Marker1
MarkerJ
/Assembly/structural_node_2/Marker0
MotionJoint
/Assembly/joint_2
RotationZ
integral(time, rampstep(time, 0.0, 0.0, 1.0, 0.0 + 6.28*(1.0 - 0.0)))
Limits
GeneralConstraintSets
ForceTorques
ConstantGravity
0 0 0
SimulationParameters
tstart
0
tend
3
hmin
1e-09
hmax
1
hout
0.01
errorTol
1e-06
AnimationParameters
nframe
1000000
icurrent
1
istart
1
iend
1000000
isForward
true
framesPerSecond
30

File diff suppressed because one or more lines are too long

View File

@@ -1,297 +0,0 @@
#-----------------------------------------------------------------------------
# [Data Block]
begin: data;
problem: initial value;
end: data;
#-----------------------------------------------------------------------------
# [Problem Block]
begin: initial value;
initial time: 0.0;
final time: 3.0;
time step: 0.01;
max iterations: 100;
tolerance: 1e-06;
derivatives tolerance: 0.0001;
derivatives max iterations: 100;
derivatives coefficient: auto;
end: initial value;
#-----------------------------------------------------------------------------
# [Control Data Block]
begin: control data;
max iterations: 1000;
default orientation: euler321;
omega rotates: no;
print: none;
initial stiffness: 1.0, 1.0;
structural nodes: 4;
rigid bodies: 3;
joints: 6;
end: control data;
#-----------------------------------------------------------------------------
# [Design Variables]
#Generic bodies
#body: 2
set: integer body_2 = 2; #body label
set: real mass_2 = 1.448636188351172; #mass [kg]
set: real volume_2 = 0.00018337166941154076; #volume [m^3]
#body: 3
set: integer body_3 = 3; #body label
set: real mass_3 = 2.8529486557067685; #mass [kg]
set: real volume_3 = 0.0003611327412287049; #volume [m^3]
#body: 4
set: integer body_4 = 4; #body label
set: real mass_4 = 10.859427202622141; #mass [kg]
set: real volume_4 = 0.0013746110383066003; #volume [m^3]
#Nodes
#node: 1
set: integer structural_node_1 = 1; #node label
#node: 2
set: integer structural_node_2 = 2; #node label
#node: 3
set: integer structural_node_3 = 3; #node label
#node: 4
set: integer structural_node_4 = 4; #node label
#Joints
#joint: 1
set: integer joint_1 = 1; #joint label
#joint: 2
set: integer joint_2 = 2; #joint label
#joint: 3
set: integer joint_3 = 3; #joint label
#joint: 4
set: integer joint_4 = 4; #joint label
#joint: 5
set: integer joint_5 = 5; #joint label
#joint: 6
set: integer joint_6 = 6; #joint label
#Nodes: initial conditions
#node: 1
set: real Px_1 = -0.121; #X component of the absolute position [m]
set: real Py_1 = -1.218180697837851e-18; #Y component of the absolute position [m]
set: real Pz_1 = -0.08; #Z component of the absolute position [m]
set: real Vx_1 = 0.0; #X component of the absolute velocity [m/s]
set: real Vy_1 = 0.0; #Y component of the absolute velocity [m/s]
set: real Vz_1 = 0.0; #Z component of the absolute velocity [m/s]
set: real Wx_1 = 0.0; #X component of the absolute angular velocity [rad/s]
set: real Wy_1 = 0.0; #Y component of the absolute angular velocity [rad/s]
set: real Wz_1 = 0.0; #Z component of the absolute angular velocity [rad/s]
#node: 2
set: real Px_2 = -0.047537048944738425; #X component of the absolute position [m]
set: real Py_2 = 0.09742200410568831; #Y component of the absolute position [m]
set: real Pz_2 = -0.030293476812230588; #Z component of the absolute position [m]
set: real Vx_2 = 0.0; #X component of the absolute velocity [m/s]
set: real Vy_2 = 0.0; #Y component of the absolute velocity [m/s]
set: real Vz_2 = 0.0; #Z component of the absolute velocity [m/s]
set: real Wx_2 = 0.0; #X component of the absolute angular velocity [rad/s]
set: real Wy_2 = 0.0; #Y component of the absolute angular velocity [rad/s]
set: real Wz_2 = 0.0; #Z component of the absolute angular velocity [rad/s]
#node: 3
set: real Px_3 = 0.07099630277370235; #X component of the absolute position [m]
set: real Py_3 = -0.07364765799707981; #Y component of the absolute position [m]
set: real Pz_3 = 0.058407900823760565; #Z component of the absolute position [m]
set: real Vx_3 = 0.0; #X component of the absolute velocity [m/s]
set: real Vy_3 = 0.0; #Y component of the absolute velocity [m/s]
set: real Vz_3 = 0.0; #Z component of the absolute velocity [m/s]
set: real Wx_3 = 0.0; #X component of the absolute angular velocity [rad/s]
set: real Wy_3 = 0.0; #Y component of the absolute angular velocity [rad/s]
set: real Wz_3 = 0.0; #Z component of the absolute angular velocity [rad/s]
#node: 4
set: real Px_4 = 0.3723079639890564; #X component of the absolute position [m]
set: real Py_4 = 0.04333150035096042; #Y component of the absolute position [m]
set: real Pz_4 = 0.008140985321785409; #Z component of the absolute position [m]
set: real Vx_4 = 0.0; #X component of the absolute velocity [m/s]
set: real Vy_4 = 0.0; #Y component of the absolute velocity [m/s]
set: real Vz_4 = 0.0; #Z component of the absolute velocity [m/s]
set: real Wx_4 = 0.0; #X component of the absolute angular velocity [rad/s]
set: real Wy_4 = 0.0; #Y component of the absolute angular velocity [rad/s]
set: real Wz_4 = 0.0; #Z component of the absolute angular velocity [rad/s]
#-----------------------------------------------------------------------------
# [Intermediate Variables]
#Moments of inertia and relative center of mass
#body 2:
set: real Ixx_2 = 0.0028717510150880004; #moment of inertia [kg*m^2]
set: real Iyy_2 = 0.002864447840812; #moment of inertia [kg*m^2]
set: real Izz_2 = 0.0007089594589930001; #moment of inertia [kg*m^2]
set: real Rx_2 = 7.105427357601002e-18; #X component of the relative center of mass [m]
set: real Ry_2 = 0.0; #Y component of the relative center of mass [m]
set: real Rz_2 = 7.105427357601002e-18; #Z component of the relative center of mass [m]
#body 3:
set: real Ixx_3 = 0.033837921987970004; #moment of inertia [kg*m^2]
set: real Iyy_3 = 0.033715148099504; #moment of inertia [kg*m^2]
set: real Izz_3 = 0.001956310318013; #moment of inertia [kg*m^2]
set: real Rx_3 = 2.842170943040401e-17; #X component of the relative center of mass [m]
set: real Ry_3 = -1.4210854715202004e-17; #Y component of the relative center of mass [m]
set: real Rz_3 = 0.0; #Z component of the relative center of mass [m]
#body 4:
set: real Ixx_4 = 0.07706742098794901; #moment of inertia [kg*m^2]
set: real Iyy_4 = 0.066351815798527; #moment of inertia [kg*m^2]
set: real Izz_4 = 0.061792350456255; #moment of inertia [kg*m^2]
set: real Rx_4 = 2.842170943040401e-16; #X component of the relative center of mass [m]
set: real Ry_4 = 2.1316282072803006e-17; #Y component of the relative center of mass [m]
set: real Rz_4 = 2.2737367544323206e-16; #Z component of the relative center of mass [m]
#-----------------------------------------------------------------------------
# [Nodes Block]
begin: nodes;
structural: structural_node_1,
static,
Px_1, Py_1, Pz_1, #<absolute_position> [m]
3, 0.0, 0.0, 1.0, 2, 0.0, 1.0, 0.0, #<absolute_orientation_matrix>
Vx_1, Vy_1, Vz_1, #<absolute_velocity> [m/s]
Wx_1, Wy_1, Wz_1; #<absolute_angular_velocity> [rad/s]
structural: structural_node_2,
dynamic,
Px_2, Py_2, Pz_2, #<absolute_position> [m]
3, 0.28116838555915347, -0.12674940821214617, 0.9512512425641977, 2, -0.12674940821214617, 0.9776506595433675, 0.16773125949652098, #<absolute_orientation_matrix>
Vx_2, Vy_2, Vz_2, #<absolute_velocity> [m/s]
Wx_2, Wy_2, Wz_2; #<absolute_angular_velocity> [rad/s]
structural: structural_node_3,
dynamic,
Px_3, Py_3, Pz_3, #<absolute_position> [m]
3, -0.27178893568691503, -0.25783416049630004, 0.9271743741709766, 2, 0.014330116918634624, 0.9622501868990581, 0.271788935686915, #<absolute_orientation_matrix>
Vx_3, Vy_3, Vz_3, #<absolute_velocity> [m/s]
Wx_3, Wy_3, Wz_3; #<absolute_angular_velocity> [rad/s]
structural: structural_node_4,
dynamic,
Px_4, Py_4, Pz_4, #<absolute_position> [m]
3, 0.2588190451025211, 0.0, 0.9659258262890682, 2, 0.0, 1.0, 0.0, #<absolute_orientation_matrix>
Vx_4, Vy_4, Vz_4, #<absolute_velocity> [m/s]
Wx_4, Wy_4, Wz_4; #<absolute_angular_velocity> [rad/s]
end: nodes;
#-----------------------------------------------------------------------------
# [Elements Block]
begin: elements;
#-----------------------------------------------------------------------------
# [Bodies]
body: body_2,
structural_node_2, #<node_label>
mass_2, #<mass> [kg]
Rx_2, Ry_2, Rz_2, #<relative_center_of_mass> [m]
diag, Ixx_2, Iyy_2, Izz_2, #<inertia matrix> [kg*m^2]
orientation, 3, -0.0054384608129255385, 0.8559103374577453, 0.5150405937686557, 2, 0.9969290667160357, -0.0024978913689130133, 0.0023196850194898005;
body: body_3,
structural_node_3, #<node_label>
mass_3, #<mass> [kg]
Rx_3, Ry_3, Rz_3, #<relative_center_of_mass> [m]
diag, Ixx_3, Iyy_3, Izz_3, #<inertia matrix> [kg*m^2]
orientation, 3, 0.9973238325492868, 0.0012847690482160057, -0.002629529780301787, 2, -0.00011328308715380375, 1.0027304733964244, 0.004450235157436283;
body: body_4,
structural_node_4, #<node_label>
mass_4, #<mass> [kg]
Rx_4, Ry_4, Rz_4, #<relative_center_of_mass> [m]
diag, Ixx_4, Iyy_4, Izz_4, #<inertia matrix> [kg*m^2]
orientation, 3, -8.551421488581235e-05, 0.0, 0.9957768995806164, 2, 0.0, 1.0, 0.0;
#-----------------------------------------------------------------------------
# [Joints]
joint: joint_1,
clamp,
structural_node_1, #<node_label>
-0.121, -1.218180697837851e-18, -0.08, #<absolute_pin_position> [m]
3, 0.0, 0.0, 1.0, 2, 0.0, 1.0, 0.0; #<absolute_orientation_matrix>
joint: joint_2,
axial rotation,
structural_node_1, #<node_1_label>
0.0, 1.218180697837851e-18, 0.05, #<relative_offset_1> [m]
orientation, 3, 0.0, 0.0, 1.0, 2, 0.0, 1.0, 0.0, #<relative_orientation_matrix_1>
structural_node_2, #<node_2_label>
-0.03739853284269051, 0.0, 0.0032867622552210634, #<relative_offset_2> [m]
orientation, 3, 5.204170427930421e-18, 0.0, 1.0, 2, guess, #<relative_orientation_matrix_2>
string, "model::drive(1, Time)"; #<angular_velocity> [rad/s]
joint: joint_3,
revolute hinge,
structural_node_2, #<node_1_label>
0.03260146715730949, 1.4210854715202004e-17, 0.05328676225522106, #<relative_position_1> [m]
orientation, 3, 5.204170427930421e-18, 0.0, 1.0, 2, 0.0, 1.0, 0.0, #<relative_pin_orientation_matrix_1>
structural_node_3, #<node_2_label>
-0.1400000000000079, -1.0444978215673472e-15, 0.024999999999998038, #<relative_position_2> [m]
orientation, 3, -5.551115123125784e-17, -5.984795992119986e-17, 1.0, 2, guess; #<relative_pin_orientation_matrix_2>
joint: joint_4,
in line,
structural_node_3, #<node_1_label>
0.13999999999999133, 4.4231285301066236e-16, 9.79127889877418e-15, #<relative_line_position> [m]
3, 2.7195091690402506e-15, 1.2586758486779817e-14, 1.0, 2, 0.6882367162699149, 0.7254861972346578, -1.1003185610451133e-14, #<relative_orientation>
structural_node_4, #<node_2_label>
offset, -0.045580834634119244, -2.0299354019925886e-10, 1.2562251640702015e-08; #<relative_offset> [m]
joint: joint_5,
in line,
structural_node_1, #<node_1_label>
0.0, 1.2181806978377854e-18, 0.08, #<relative_line_position> [m]
3, 1.0, -2.220446049250313e-16, 2.220446049250313e-16, 2, -2.220446049250313e-16, 0.0, 1.0, #<relative_orientation>
structural_node_4, #<node_2_label>
offset, -0.045580834634119244, -2.0299354019925886e-10, 1.2562251640702015e-08; #<relative_offset> [m]
joint: joint_6,
prismatic,
structural_node_1, #<node_1_label>
orientation, 3, 0.0, 0.0, 1.0, 2, 0.0, 1.0, 0.0, #relative_orientation_matrix_1>
structural_node_4, #<node_2_label>
orientation, 3, 0, 0, 1, 2, 0, 1, 0; #relative_orientation_matrix_2>
#-----------------------------------------------------------------------------
# [Drive callers]
drive caller: 1, name,"drive:1", ramp, 6.28, 0.0, 1.0, 0.0;
end: elements;

View File

@@ -1,221 +0,0 @@
#-----------------------------------------------------------------------------
# [Data Block]
begin: data;
problem: initial value;
end: data;
#-----------------------------------------------------------------------------
# [Problem Block]
begin: initial value;
initial time: 0.0;
final time: 4.0;
time step: 0.01;
max iterations: 100;
tolerance: 1e-06;
derivatives tolerance: 0.0001;
derivatives max iterations: 100;
derivatives coefficient: auto;
end: initial value;
#-----------------------------------------------------------------------------
# [Control Data Block]
begin: control data;
max iterations: 1000;
default orientation: orientation matrix;
omega rotates: no;
print: none;
initial stiffness: 1.0, 1.0;
structural nodes: 3;
rigid bodies: 2;
joints: 3;
end: control data;
#-----------------------------------------------------------------------------
# [Design Variables]
#Generic bodies
#body: 2
set: integer body_2 = 2; #body label
set: real mass_2 = 2.588134615720143; #mass [kg]
set: real volume_2 = 0.0003276119766734358; #volume [m^3]
#body: 3
set: integer body_3 = 3; #body label
set: real mass_3 = 1.1703392124151422; #mass [kg]
set: real volume_3 = 0.00014814420410318253; #volume [m^3]
#Nodes
#node: 1
set: integer structural_node_1 = 1; #node label
#node: 2
set: integer structural_node_2 = 2; #node label
#node: 3
set: integer structural_node_3 = 3; #node label
#Joints
#joint: 1
set: integer joint_1 = 1; #joint label
#joint: 2_3
set: integer joint_2 = 2; #joint label
set: integer joint_3 = 3; #joint label
#joint: 4
set: integer joint_4 = 4; #joint label
#Nodes: initial conditions
#node: 1
set: real Px_1 = -0.07783416000000026; #X component of the absolute position [m]
set: real Py_1 = 0.004000000000000017; #Y component of the absolute position [m]
set: real Pz_1 = -0.17832060000000008; #Z component of the absolute position [m]
set: real Vx_1 = 0.0; #X component of the absolute velocity [m/s]
set: real Vy_1 = 0.0; #Y component of the absolute velocity [m/s]
set: real Vz_1 = 0.0; #Z component of the absolute velocity [m/s]
set: real Wx_1 = 0.0; #X component of the absolute angular velocity [rad/s]
set: real Wy_1 = 0.0; #Y component of the absolute angular velocity [rad/s]
set: real Wz_1 = 0.0; #Z component of the absolute angular velocity [rad/s]
#node: 2
set: real Px_2 = -0.2202842999999839; #X component of the absolute position [m]
set: real Py_2 = 0.0046093210000022825; #Y component of the absolute position [m]
set: real Pz_2 = -0.19027059999998716; #Z component of the absolute position [m]
set: real Vx_2 = 0.0; #X component of the absolute velocity [m/s]
set: real Vy_2 = 0.0; #Y component of the absolute velocity [m/s]
set: real Vz_2 = 0.0; #Z component of the absolute velocity [m/s]
set: real Wx_2 = 0.0; #X component of the absolute angular velocity [rad/s]
set: real Wy_2 = 0.0; #Y component of the absolute angular velocity [rad/s]
set: real Wz_2 = 0.0; #Z component of the absolute angular velocity [rad/s]
#node: 3
set: real Px_3 = -0.3140338999999442; #X component of the absolute position [m]
set: real Py_3 = 0.004982340999990341; #Y component of the absolute position [m]
set: real Pz_3 = -0.21161799999997433; #Z component of the absolute position [m]
set: real Vx_3 = 0.0; #X component of the absolute velocity [m/s]
set: real Vy_3 = 0.0; #Y component of the absolute velocity [m/s]
set: real Vz_3 = 0.0; #Z component of the absolute velocity [m/s]
set: real Wx_3 = 0.0; #X component of the absolute angular velocity [rad/s]
set: real Wy_3 = 0.0; #Y component of the absolute angular velocity [rad/s]
set: real Wz_3 = 0.0; #Z component of the absolute angular velocity [rad/s]
#-----------------------------------------------------------------------------
# [Intermediate Variables]
#Moments of inertia and relative center of mass
#body 2:
set: real Ixx_2 = 0.024389786154885; #moment of inertia [kg*m^2]
set: real Iyy_2 = 0.023044218207903002; #moment of inertia [kg*m^2]
set: real Izz_2 = 0.0026456642607380005; #moment of inertia [kg*m^2]
set: real Rx_2 = -0.06401961217966927; #X component of the relative center of mass [m]
set: real Ry_2 = -0.09292488730616842; #Y component of the relative center of mass [m]
set: real Rz_2 = -0.10917112966538195; #Z component of the relative center of mass [m]
#body 3:
set: real Ixx_3 = 0.018472555043878; #moment of inertia [kg*m^2]
set: real Iyy_3 = 0.018472555043878; #moment of inertia [kg*m^2]
set: real Izz_3 = 0.000232194477874; #moment of inertia [kg*m^2]
set: real Rx_3 = -0.19396610000005593; #X component of the relative center of mass [m]
set: real Ry_3 = 0.08301765900000978; #Y component of the relative center of mass [m]
set: real Rz_3 = -0.19344805159636125; #Z component of the relative center of mass [m]
#-----------------------------------------------------------------------------
# [Nodes Block]
begin: nodes;
structural: structural_node_1,
static,
Px_1, Py_1, Pz_1, #<absolute_position> [m]
3, -0.4226182882013998, -2.7755575615628914e-17, -0.9063077746978225, 2, -0.9063077746978224, -2.220446049250313e-16, 0.4226182882013998, #<absolute_orientation_matrix>
Vx_1, Vy_1, Vz_1, #<absolute_velocity> [m/s]
Wx_1, Wy_1, Wz_1; #<absolute_angular_velocity> [rad/s]
structural: structural_node_2,
dynamic,
Px_2, Py_2, Pz_2, #<absolute_position> [m]
3, 0.42261828111830424, -2.2294840669803695e-11, 0.9063077780007243, 2, 0.004451515729309454, 0.9999879375081729, -0.002075775966247727, #<absolute_orientation_matrix>
Vx_2, Vy_2, Vz_2, #<absolute_velocity> [m/s]
Wx_2, Wy_2, Wz_2; #<absolute_angular_velocity> [rad/s]
structural: structural_node_3,
dynamic,
Px_3, Py_3, Pz_3, #<absolute_position> [m]
3, 0.0, 0.0, 1.0, 2, 0.0, 1.0, 0.0, #<absolute_orientation_matrix>
Vx_3, Vy_3, Vz_3, #<absolute_velocity> [m/s]
Wx_3, Wy_3, Wz_3; #<absolute_angular_velocity> [rad/s]
end: nodes;
#-----------------------------------------------------------------------------
# [Elements Block]
begin: elements;
#-----------------------------------------------------------------------------
# [Bodies]
body: body_2,
structural_node_2, #<node_label>
mass_2, #<mass> [kg]
Rx_2, Ry_2, Rz_2, #<relative_center_of_mass> [m]
diag, Ixx_2, Iyy_2, Izz_2, #<inertia matrix> [kg*m^2]
orientation, 3, 0.9147491093362897, 0.0044930312486344106, 0.40449212555828973, 2, -0.4044872463754312, -0.001986745651661539, 0.9147601436230902;
body: body_3,
structural_node_3, #<node_label>
mass_3, #<mass> [kg]
Rx_3, Ry_3, Rz_3, #<relative_center_of_mass> [m]
diag, Ixx_3, Iyy_3, Izz_3, #<inertia matrix> [kg*m^2]
orientation, 3, 0.0, 0.0, 1.0, 2, 1.0, 0.0, -1.1102230246251565e-16;
#-----------------------------------------------------------------------------
# [Joints]
joint: joint_1,
clamp,
structural_node_1, #<node_label>
-0.07783416000000026, 0.004000000000000017, -0.17832060000000008, #<absolute_pin_position> [m]
3, -0.4226182882013998, -2.7755575615628914e-17, -0.9063077746978225, 2, -0.9063077746978224, -2.220446049250313e-16, 0.4226182882013998; #<absolute_orientation_matrix>
joint: joint_2,
axial rotation,
structural_node_1, #<node_1_label>
position, 0.0, 0.0, 0.0, #<relative_position_1> [m]
orientation, 3, 2.7755575615628907e-17, 2.888894916580853e-34, 1.0, 2, -2.0816681711721682e-17, 1.0, 2.888894916580853e-34, #<relative_pin_orientation_matrix_1>
structural_node_2, #<node_2_label>
position, 0.12405488305905531, -7.105427357601002e-17, 0.07103245896806425, #<relative_position_2> [m]
orientation, 3, -7.634214775133242e-16, -3.1014999607476295e-18, -1.0, 2, -0.9999879375084079, -0.004911704152397167, 7.634275023984063e-16, #<relative_pin_orientation_matrix_2>
string, "model::drive(1, Time)"; #<angular_velocity> [rad/s]
joint: joint_4,
spherical hinge,
structural_node_2, #<node_1_label>
-0.0759451169409448, -6.661338147750939e-17, -0.05896754103193575, #<relative_pin_position_1> [m]
structural_node_3, #<node_2_label>
0.0, 0.0, 0.0; #<relative_pin_position_2> [m]
#-----------------------------------------------------------------------------
# [Drive callers]
drive caller: 1, name,"drive:1", ramp, 10.0, 0.25, 4.0, 0.0;
end: elements;

File diff suppressed because it is too large Load Diff

View File

@@ -1,284 +0,0 @@
OndselSolver
Assembly
Notes
(Text string: '' runs: (Core.RunArray runs: #() values: #()))
Name
Assembly
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
Velocity3D
0 0 0
Omega3D
0 0 0
RefPoints
RefPoint
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
Markers
Marker
Name
Marker0
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
RefCurves
RefSurfaces
Parts
Part
Name
structural_node_1
Position3D
-0.07783416000000026 0.004000000000000017 -0.1783206000000001
RotationMatrix
2.129707656279838e-16 -0.9063077746978225 -0.4226182882013997
-1 -2.220446049250313e-16 -2.775557561562891e-17
-6.868501686611503e-17 0.4226182882013998 -0.9063077746978223
Velocity3D
0 0 0
Omega3D
0 0 0
FeatureOrder
PrincipalMassMarker
Name
MassMarker
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
Mass
1
MomentOfInertias
1 2 3
Density
10
RefPoints
RefPoint
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
Markers
Marker
Name
Marker0
Position3D
0.004000000000000023 0.004819842377972061 -0.1945074856315745
RotationMatrix
2.129707656279838e-16 -1 -6.868501686611503e-17
-0.9063077746978225 -2.220446049250313e-16 0.4226182882013998
-0.4226182882013997 -2.775557561562891e-17 -0.9063077746978223
RefPoint
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
Markers
Marker
Name
Marker1
Position3D
0 0 0
RotationMatrix
1 -2.081668171172168e-17 2.775557561562891e-17
2.081668171172168e-17 1 2.888894916580853e-34
-2.775557561562891e-17 2.888894916580853e-34 1
RefCurves
RefSurfaces
Part
Name
structural_node_2
Position3D
-0.2202842999999839 0.004609321000002282 -0.1902705999999872
RotationMatrix
0.9062968456705133 0.004451515729309454 0.4226182811183042
-0.004911704200208027 0.9999879375081734 -2.229484066980369e-11
-0.4226131832888416 -0.002075775966247728 0.9063077780007243
Velocity3D
0 0 0
Omega3D
0 0 0
FeatureOrder
PrincipalMassMarker
Name
MassMarker
Position3D
-0.06401961217966927 -0.09292488730616842 -0.1091711296653819
RotationMatrix
1 0 0
0 1 0
0 0 1
Mass
2.588134615720143
MomentOfInertias
0.024389786154885 0.023044218207903 0.002645664260738
Density
10
RefPoints
RefPoint
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
Markers
Marker
Name
Marker0
Position3D
0.1240548830590553 -7.105427357601002e-17 0.07103245896806425
RotationMatrix
0.004911704152397167 -0.9999879375084079 -7.634214775133242e-16
-0.9999879375084079 -0.004911704152397167 -3.10149996074763e-18
-6.482378922009452e-19 7.634275023984063e-16 -1
RefPoint
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
Markers
Marker
Name
Marker1
Position3D
-0.0759451169409448 -6.661338147750939e-17 -0.05896754103193575
RotationMatrix
1 0 0
0 1 0
0 0 1
RefCurves
RefSurfaces
Part
Name
structural_node_3
Position3D
-0.3140338999999442 0.004982340999990341 -0.2116179999999743
RotationMatrix
1 0 0
0 1 0
0 0 1
Velocity3D
0 0 0
Omega3D
0 0 0
FeatureOrder
PrincipalMassMarker
Name
MassMarker
Position3D
-0.1939661000000559 0.08301765900000978 -0.1934480515963612
RotationMatrix
1 0 0
0 1 0
0 0 1
Mass
1.170339212415142
MomentOfInertias
0.018472555043878 0.018472555043878 0.000232194477874
Density
10
RefPoints
RefPoint
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
Markers
Marker
Name
Marker0
Position3D
0 0 0
RotationMatrix
1 0 0
0 1 0
0 0 1
RefCurves
RefSurfaces
KinematicIJs
ConstraintSets
Joints
FixedJoint
Name
joint_1
MarkerI
/Assembly/Marker0
MarkerJ
/Assembly/structural_node_1/Marker0
RevoluteJoint
Name
joint_2
MarkerI
/Assembly/structural_node_1/Marker1
MarkerJ
/Assembly/structural_node_2/Marker0
SphericalJoint
Name
joint_4
MarkerI
/Assembly/structural_node_2/Marker1
MarkerJ
/Assembly/structural_node_3/Marker0
Motions
RotationalMotion
Name
joint_2Motion
MarkerI
/Assembly/structural_node_1/Marker1
MarkerJ
/Assembly/structural_node_2/Marker0
MotionJoint
/Assembly/joint_2
RotationZ
integral(time, rampstep(time, 0.25, 0.0, 4.0, 0.0 + 10.0*(4.0 - 0.25)))
GeneralConstraintSets
ForceTorques
ConstantGravity
0 0 0
SimulationParameters
tstart
0
tend
4
hmin
1e-09
hmax
1
hout
0.01
errorTol
1e-06
AnimationParameters
nframe
1000000
icurrent
1
istart
1
iend
1000000
isForward
true
framesPerSecond
30

File diff suppressed because one or more lines are too long

View File

@@ -1,206 +0,0 @@
#-----------------------------------------------------------------------------
# [Data Block]
begin: data;
problem: initial value;
end: data;
#-----------------------------------------------------------------------------
# [Problem Block]
begin: initial value;
initial time: 0.0;
final time: 4.0;
time step: 0.01;
max iterations: 100;
tolerance: 1e-06;
derivatives tolerance: 0.0001;
derivatives max iterations: 100;
derivatives coefficient: auto;
end: initial value;
#-----------------------------------------------------------------------------
# [Control Data Block]
begin: control data;
max iterations: 1000;
default orientation: orientation matrix;
omega rotates: no;
print: none;
initial stiffness: 1.0, 1.0;
structural nodes: 3;
rigid bodies: 2;
joints: 2;
end: control data;
#-----------------------------------------------------------------------------
# [Design Variables]
#Generic bodies
#body: 2
set: integer body_2 = 2; #body label
set: real mass_2 = 2.588134615720143; #mass [kg]
set: real volume_2 = 0.0003276119766734358; #volume [m^3]
#body: 3
set: integer body_3 = 3; #body label
set: real mass_3 = 1.1703392124151422; #mass [kg]
set: real volume_3 = 0.00014814420410318253; #volume [m^3]
#Nodes
#node: 1
set: integer structural_node_1 = 1; #node label
#node: 2
set: integer structural_node_2 = 2; #node label
#node: 3
set: integer structural_node_3 = 3; #node label
#Joints
#joint: 1
set: integer joint_1 = 1; #joint label
#joint: 4
set: integer joint_4 = 4; #joint label
#Nodes: initial conditions
#node: 1
set: real Px_1 = -0.07783416000000026; #X component of the absolute position [m]
set: real Py_1 = 0.004000000000000017; #Y component of the absolute position [m]
set: real Pz_1 = -0.17832060000000008; #Z component of the absolute position [m]
set: real Vx_1 = 0.0; #X component of the absolute velocity [m/s]
set: real Vy_1 = 0.0; #Y component of the absolute velocity [m/s]
set: real Vz_1 = 0.0; #Z component of the absolute velocity [m/s]
set: real Wx_1 = 0.0; #X component of the absolute angular velocity [rad/s]
set: real Wy_1 = 0.0; #Y component of the absolute angular velocity [rad/s]
set: real Wz_1 = 0.0; #Z component of the absolute angular velocity [rad/s]
#node: 2
set: real Px_2 = -0.3695198999998465; #X component of the absolute position [m]
set: real Py_2 = -0.0004034092999799128; #Y component of the absolute position [m]
set: real Pz_2 = -0.236963399999881; #Z component of the absolute position [m]
set: real Vx_2 = 0.0; #X component of the absolute velocity [m/s]
set: real Vy_2 = 0.0; #Y component of the absolute velocity [m/s]
set: real Vz_2 = 0.0; #Z component of the absolute velocity [m/s]
set: real Wx_2 = 0.0; #X component of the absolute angular velocity [rad/s]
set: real Wy_2 = 0.0; #Y component of the absolute angular velocity [rad/s]
set: real Wz_2 = 0.0; #Z component of the absolute angular velocity [rad/s]
#node: 3
set: real Px_3 = -0.46333659999999893; #X component of the absolute position [m]
set: real Py_3 = 0.0004034093999998021; #Y component of the absolute position [m]
set: real Pz_3 = -0.25800149999999955; #Z component of the absolute position [m]
set: real Vx_3 = 0.0; #X component of the absolute velocity [m/s]
set: real Vy_3 = 0.0; #Y component of the absolute velocity [m/s]
set: real Vz_3 = 0.0; #Z component of the absolute velocity [m/s]
set: real Wx_3 = 0.0; #X component of the absolute angular velocity [rad/s]
set: real Wy_3 = 0.0; #Y component of the absolute angular velocity [rad/s]
set: real Wz_3 = 0.0; #Z component of the absolute angular velocity [rad/s]
#-----------------------------------------------------------------------------
# [Intermediate Variables]
#Moments of inertia and relative center of mass
#body 2:
set: real Ixx_2 = 0.024389786154885; #moment of inertia [kg*m^2]
set: real Iyy_2 = 0.023044218207903002; #moment of inertia [kg*m^2]
set: real Izz_2 = 0.0026456642607380005; #moment of inertia [kg*m^2]
set: real Rx_2 = 0.051635833615559394; #X component of the relative center of mass [m]
set: real Ry_2 = -0.0872741830812007; #Y component of the relative center of mass [m]
set: real Rz_2 = -0.003164752755860491; #Z component of the relative center of mass [m]
#body 3:
set: real Ixx_3 = 0.018472555043878; #moment of inertia [kg*m^2]
set: real Iyy_3 = 0.018472555043878; #moment of inertia [kg*m^2]
set: real Izz_3 = 0.000232194477874; #moment of inertia [kg*m^2]
set: real Rx_3 = -0.04466340000000116; #X component of the relative center of mass [m]
set: real Ry_3 = 0.08759659060000032; #Y component of the relative center of mass [m]
set: real Rz_3 = -0.147064551596336; #Z component of the relative center of mass [m]
#-----------------------------------------------------------------------------
# [Nodes Block]
begin: nodes;
structural: structural_node_1,
static,
Px_1, Py_1, Pz_1, #<absolute_position> [m]
3, -0.4226182882013998, -2.7755575615628914e-17, -0.9063077746978225, 2, -0.9063077746978224, -2.220446049250313e-16, 0.4226182882013998, #<absolute_orientation_matrix>
Vx_1, Vy_1, Vz_1, #<absolute_velocity> [m/s]
Wx_1, Wy_1, Wz_1; #<absolute_angular_velocity> [rad/s]
structural: structural_node_2,
dynamic,
Px_2, Py_2, Pz_2, #<absolute_position> [m]
3, 0.4255722967998098, -0.005157126203417276, 0.9049097326506421, 2, 0.008184884137404964, 0.9999647927802666, 0.0018495598329388702, #<absolute_orientation_matrix>
Vx_2, Vy_2, Vz_2, #<absolute_velocity> [m/s]
Wx_2, Wy_2, Wz_2; #<absolute_angular_velocity> [rad/s]
structural: structural_node_3,
dynamic,
Px_3, Py_3, Pz_3, #<absolute_position> [m]
3, 0.0, 0.0, 1.0, 2, 0.0, 1.0, 0.0, #<absolute_orientation_matrix>
Vx_3, Vy_3, Vz_3, #<absolute_velocity> [m/s]
Wx_3, Wy_3, Wz_3; #<absolute_angular_velocity> [rad/s]
end: nodes;
#-----------------------------------------------------------------------------
# [Elements Block]
begin: elements;
#-----------------------------------------------------------------------------
# [Bodies]
body: body_2,
structural_node_2, #<node_label>
mass_2, #<mass> [kg]
Rx_2, Ry_2, Rz_2, #<relative_center_of_mass> [m]
diag, Ixx_2, Iyy_2, Izz_2, #<inertia matrix> [kg*m^2]
orientation, 3, 0.9133994021895833, 0.008147892940746188, 0.40747410214679713, 2, -0.4075017758287343, 0.0020132575156869698, 0.9134211785866383;
body: body_3,
structural_node_3, #<node_label>
mass_3, #<mass> [kg]
Rx_3, Ry_3, Rz_3, #<relative_center_of_mass> [m]
diag, Ixx_3, Iyy_3, Izz_3, #<inertia matrix> [kg*m^2]
orientation, 3, 0.0, 0.0, 1.0, 2, 1.0, 0.0, 0.0;
#-----------------------------------------------------------------------------
# [Joints]
joint: joint_1,
clamp,
structural_node_1, #<node_label>
-0.07783416000000026, 0.004000000000000017, -0.17832060000000008, #<absolute_pin_position> [m]
3, -0.4226182882013998, -2.7755575615628914e-17, -0.9063077746978225, 2, -0.9063077746978224, -2.220446049250313e-16, 0.4226182882013998; #<absolute_orientation_matrix>
joint: joint_4,
spherical hinge,
structural_node_2, #<node_1_label>
-0.07594511694094498, -7.105427357601002e-17, -0.058967541031935924, #<relative_pin_position_1> [m]
structural_node_3, #<node_2_label>
0.0, 0.0, 0.0; #<relative_pin_position_2> [m]
#-----------------------------------------------------------------------------
# [Drive callers]
drive caller: 1, name,"drive:1", ramp, 10.0, 0.25, 4.0, 0.0;
end: elements;

Some files were not shown because too many files have changed in this diff Show More