You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2295 lines
100 KiB
2295 lines
100 KiB
6 years ago
|
(* Content-type: application/vnd.wolfram.mathematica *)
|
||
|
|
||
|
(*** Wolfram Notebook File ***)
|
||
|
(* http://www.wolfram.com/nb *)
|
||
|
|
||
|
(* CreatedBy='Mathematica 11.3' *)
|
||
|
|
||
|
(*CacheID: 234*)
|
||
|
(* Internal cache information:
|
||
|
NotebookFileLineBreakTest
|
||
|
NotebookFileLineBreakTest
|
||
|
NotebookDataPosition[ 158, 7]
|
||
|
NotebookDataLength[ 101911, 2286]
|
||
|
NotebookOptionsPosition[ 99645, 2239]
|
||
|
NotebookOutlinePosition[ 99980, 2254]
|
||
|
CellTagsIndexPosition[ 99937, 2251]
|
||
|
WindowFrame->Normal*)
|
||
|
|
||
|
(* Beginning of Notebook Content *)
|
||
|
Notebook[{
|
||
|
|
||
|
Cell[CellGroupData[{
|
||
|
Cell[BoxData[
|
||
|
RowBox[{"SetDirectory", "[", "\"\</home/alex/Programming/esp/uas-ugv\>\"",
|
||
|
"]"}]], "Input",
|
||
|
CellChangeTimes->{{3.764181122949832*^9, 3.764181135056229*^9}},
|
||
|
CellLabel->"In[1]:=",ExpressionUUID->"bb7c7b01-0cfa-4c90-a2db-09590ed14465"],
|
||
|
|
||
|
Cell[BoxData["\<\"/home/alex/Programming/esp/uas-ugv\"\>"], "Output",
|
||
|
CellChangeTimes->{3.764181137613065*^9},
|
||
|
CellLabel->"Out[1]=",ExpressionUUID->"d714e440-83e1-402e-946a-6ad01a10cf86"]
|
||
|
}, Open ]],
|
||
|
|
||
|
Cell[BoxData[{
|
||
|
RowBox[{
|
||
|
RowBox[{"data", "=",
|
||
|
RowBox[{"Import", "[",
|
||
|
RowBox[{"\"\<ugv2_rest.csv\>\"", ",",
|
||
|
RowBox[{"HeaderLines", "\[Rule]", "1"}]}], "]"}]}],
|
||
|
";"}], "\[IndentingNewLine]",
|
||
|
RowBox[{
|
||
|
RowBox[{"magdata", "=",
|
||
|
RowBox[{"data", "[",
|
||
|
RowBox[{"[",
|
||
|
RowBox[{"All", ",",
|
||
|
RowBox[{"7", ";;", "9"}]}], "]"}], "]"}]}], ";"}]}], "Input",
|
||
|
CellChangeTimes->{{3.764181138593279*^9, 3.764181180255095*^9}, {
|
||
|
3.7641814517144814`*^9, 3.764181455934593*^9}, {3.764181490536357*^9,
|
||
|
3.764181494963828*^9}, {3.764181657781171*^9, 3.7641816705271997`*^9}, {
|
||
|
3.766446368924687*^9, 3.766446374406006*^9}, {3.766446619351996*^9,
|
||
|
3.766446620805758*^9}, {3.7664492554035463`*^9, 3.7664492590971107`*^9}},
|
||
|
CellLabel->"In[24]:=",ExpressionUUID->"9d982e0c-62ac-49c9-8fab-0efac1e57ee1"],
|
||
|
|
||
|
Cell[BoxData[
|
||
|
RowBox[{
|
||
|
RowBox[{"plotdata", "[", "data_", "]"}], ":=",
|
||
|
RowBox[{"ListPlot", "[",
|
||
|
RowBox[{
|
||
|
RowBox[{"{",
|
||
|
RowBox[{
|
||
|
RowBox[{"data", "[",
|
||
|
RowBox[{"[",
|
||
|
RowBox[{"All", ",",
|
||
|
RowBox[{"1", ";;", "2"}]}], "]"}], "]"}], ",",
|
||
|
RowBox[{"data", "[",
|
||
|
RowBox[{"[",
|
||
|
RowBox[{"All", ",",
|
||
|
RowBox[{"2", ";;", "3"}]}], "]"}], "]"}], ",",
|
||
|
RowBox[{"Transpose", "[",
|
||
|
RowBox[{"{",
|
||
|
RowBox[{
|
||
|
RowBox[{"data", "[",
|
||
|
RowBox[{"[",
|
||
|
RowBox[{"All", ",", "3"}], "]"}], "]"}], ",",
|
||
|
RowBox[{"data", "[",
|
||
|
RowBox[{"[",
|
||
|
RowBox[{"All", ",", "1"}], "]"}], "]"}]}], "}"}], "]"}]}], "}"}],
|
||
|
",",
|
||
|
RowBox[{"AspectRatio", "\[Rule]", "1"}]}], "]"}]}]], "Input",
|
||
|
CellChangeTimes->{{3.764181183734476*^9, 3.764181194453432*^9}, {
|
||
|
3.7641812278125753`*^9, 3.764181258624784*^9}, {3.764181292610927*^9,
|
||
|
3.764181311588319*^9}, {3.764181372869302*^9, 3.764181404947816*^9}, {
|
||
|
3.764181593568303*^9, 3.764181595326483*^9}, {3.764181673887734*^9,
|
||
|
3.764181742499264*^9}},
|
||
|
CellLabel->"In[26]:=",ExpressionUUID->"9e6d0196-dead-4dc5-9762-497e415abc3e"],
|
||
|
|
||
|
Cell[CellGroupData[{
|
||
|
|
||
|
Cell[BoxData[
|
||
|
RowBox[{"plotdata", "[", "magdata", "]"}]], "Input",
|
||
|
CellChangeTimes->{{3.764181745429572*^9, 3.7641817495884113`*^9}},
|
||
|
CellLabel->"In[27]:=",ExpressionUUID->"55fc2693-bfc0-4284-878d-723d16de613e"],
|
||
|
|
||
|
Cell[BoxData[
|
||
|
GraphicsBox[{{}, {{},
|
||
|
{RGBColor[0.368417, 0.506779, 0.709798], PointSize[
|
||
|
0.0055000000000000005`], AbsoluteThickness[1.6], PointBox[CompressedData["
|
||
|
1:eJytmm1oVmUYx9cL60MRWYGxtD2PGItsL2dZLgI5IjSFCCzpeXKEaIoLipEg
|
||
|
Si1fKoRNrA/BAlGJWggSlmUp5tyy+qChIQmCruYUEYcw5igmVGQffjtwHW7+
|
||
|
9/WsLxs/eM597vt6v677FFd2PL/61qqqqnM3//z3/9m5i75/4XApPXniz2LH
|
||
|
WNOA4vv3tQ6/WV9O57xWfahwZ56XJKeG3jtZiuYnlj9c+92XpfSr1TcO3/Vz
|
||
|
nnfWtM+/Mp79XnF79diWmWdLae3d937Sebwxx7Nqfltw7YdSev7TeYOtG5sk
|
||
|
c/6WiWOr9vbmuXrR3C2z9sTzRzMv1n57oZReXTj9zMHOxhx3HTzV//KyUrri
|
||
|
yVu2Xi41SUaerG9Zydcy+0Gelln/s/Hhl96Z3SxZyU/x6NppQ127Mv0p5jzP
|
||
|
nL6t9t2kKcdfj3Zf2PR3PG8/sPT391/P5G3ZK9/ervWb69Zn61seWbdtoNyd
|
||
|
nUfxQFthwdiHmbwte/0Rf+J8liu1J2v/lbJ6343zuwv77ylPylNxbDyYkfaP
|
||
|
Dv1VH82h9SaGC8UThSyeKsbfQ+yNZ9h3iLEf9K2Y55G/Za9+VTzA/v9o31s3
|
||
|
3tgoGfvgfJbJD7GMv/aPfbOmZ1WSY9aPZRW/iW/Yq2X023XmwLZXexokc57W
|
||
|
lvoNp6cnOUZ/yE8x+31q+bW+ie4kyKHzWVb5nd//khTe6jubRHPofeRn/Ekx
|
||
|
57fysvJEP4qx/5W7Hh16fH6SY5XPLCt/VfZkWfkr9mXtMcTIa+mPV2e37U9y
|
||
|
jLw5/1RZ+TP2gH4VIx+eD3FsvcL5iQeWvfGY/YbYmx8vVndufOCO8qS+LROf
|
||
|
WV8x+qHeDXGsP3I+nrfM+6c9+NjO3sUNkpX+kTfxSLGqt/g98lTMfnneMvZj
|
||
|
7QtGf8hHMfVuiL32pPRPfCF+K35k/IOji2vKk/ZlmfWRj2LOH2Kv/lV94q0/
|
||
|
VLzz9lfsx/Yfsf5vWdWfKj5Z5nwhRj5WnpWyN58Rz8lflvGXt78otjRcapDM
|
||
|
fng+xNTXitG37cdhzkP9oljNN7Af9K2Y+mWk56Zj/5Pk2FuvUC8iT8ux9mTr
|
||
|
5RDj78Qvy7yf/KFYzSNi6w/414/bHxrYnJ3fMr/H/hVjDyH29mfkB+RpWc0j
|
||
|
LMfac2y/rPwffVM/KCZe0h9ZVvnbsqpX2C/15FTZG79V/+XVh7J3bzxT8xD8
|
||
|
vePI080vvlIvWeVb6hfko1jtT82TLav8x35tPQHvu377sedGsvcrju3/1fwg
|
||
|
dp7gncfjf8RDy8gH+1es5mHkNzufCrGyD+RNPFCs4re3/lHyYL/oT7HaP/rG
|
||
|
HhXzPPux7O3/lTzIr9iX4oU/tWy6b17WH1n2+puqH5A39q1Y9fPqvsgy94XE
|
||
|
I8veek/pg/ejP8Wq/1b5Tvm/ZVUPev1bzZPYL/pVrPKPN95iP3Y+Y+cJrK9Y
|
||
|
2Vul/U2ov/bqQ92ne/NL7Lwgtj9kXoJ+LHvn2So+Vdq/huTH+uhPsarPlP+E
|
||
|
/ClUj3jvv1T9i/1jX4rV9xDeeWDbjrbi52l5Uv6WkTf6s+z9nkPdt6h+3jLy
|
||
|
ZD8h/r/6JfyJeKpYxTP6Z/arWM3rvPEMZh5ludL7r1A+9vaHKp96+9fY76NC
|
||
|
83jv/Yi6L4it3+38Bn+x7JUv+rbxPvY+07Ka36v3WVbzEhUPLav4hD9hD4pj
|
||
|
+z1Vr8bKV9VbldYzoXmyep9l9T2N9/6b/Ge/B7L1d+z3X7H9jP0+MsRKHtgL
|
||
|
9q9Y9Rf0L9iD4krr0RCr+ig2fsJ8b4M9Wlb1gmUV/1U9Y3mq8y5vP63mFciP
|
||
|
9RUreXjn8Wpe643vKj9647uKd8h7sG+wrvWNZslq/8Qr+71qiP8FAud59w==
|
||
|
|
||
|
"]]},
|
||
|
{RGBColor[0.880722, 0.611041, 0.142051], PointSize[
|
||
|
0.0055000000000000005`], AbsoluteThickness[1.6], PointBox[CompressedData["
|
||
|
1:eJytmkuIVmUYx8cCXSSCLnIxyTggCM7t+ybIiSAExcGFmwhFWkReyEAYWgiS
|
||
|
N1ASzJWbWeXGy8aNKUUaDX6IG8sLgtBtUGwoGhFDhkRBLYPzOwP/j5f/88y4
|
||
|
mY/fcM57znN5n9t7ujePvLftlY6Ojl9f/Pn/99oPj7pHHjZaf+683N35Vd8q
|
||
|
xz075p5f+prnhZ29X55c12/53LYn383/sdHa8eCv/RdGe9qY6/ee6R7qn+i3
|
||
|
3LVg0fE9VwZaPx+43bm60dvGv51YOT68r9Gq/m956PGlradPNlrHz0+s3zfR
|
||
|
U+TJ1YtvfbtnwHL1W8uv/NFbcw79sXFan45Zn/uV0efhW18f+WTUM/r87O71
|
||
|
z4++3tfGp6bubjqwbLB+vmPeh/tLjP2UnT2V1958tetgs9Fa80KtV6+UGXkd
|
||
|
o2/sp4z+/tl+evnUgGfWr37bGHl4vmP0jT8qY78oIx/2UUaeN1Zd/PvOU8/O
|
||
|
vll2z0OfUWa/o0/l6rowu/WIp5VcYWY/K7vnlZj9oJyNPy5+v2z7V/uolscx
|
||
|
8o18/87ghi19RVZ/KPHFh998PLq1Wd9fYr2+xE5eF88qOWt5HQ8P9e26ubhZ
|
||
|
xyNl9Ic8jt/+8P7Y4y+a9fsqI4/mgxITjyo/a+MbzaW7x35qthas/2Vy3t5e
|
||
|
y6zP/crsp+o5lp3+svll87EVd958t1nnE2WuR9+O2Z+8r3I2Prr6gutV/hK/
|
||
|
f3ly2Qdnp/1fGflZf7YcjcfkN8cunpCfNZ+X2MUHV3+UmP2n7OoPZWf/7Pu5
|
||
|
+hd9876OuV/Xh6t1a/s5dvaP9j/Rfmim8ZH9rIx/sd+U0Q/1XpRL9orW2zD3
|
||
|
q/1g4jf6duzqVdfPlNjZs5SflMmX7GflbP1BfENfytF+C47G/2h/697fxacS
|
||
|
l+pP9Fk9Z9aczd8un1Vy1PvFsVsv23/RDxIflKlftD4ssatXXX+hfG90ye9d
|
||
|
z6fXV87GF/TJ+yjjP5q/YOpl9OfYxc9sfeHki/YzMPKzvnK23nfxLMuuX3H2
|
||
|
Unb+m/VPZw/qB603Skx/hP6VydfMHx3jP/Q7ytSTvO9sORu/iQ/aj8HZeSxM
|
||
|
PaOMvfEvx27/VL/19Y5dvnX9mbLTB/GGfOjYzUuoJ6hflLPzJuRHHmX8n/3r
|
||
|
ODovitbTLl9k5znk3383TU0MPFvRxuib/sqx84/svNjF42y+RX7WV8Z+Gv9K
|
||
|
zPtSjyln+39nr+z5l9OH83dlV19m872bv+Df7GfHrv52/aiy69ez8y7Hbn6u
|
||
|
7OJL9Hwkeh7E87VehLP1gMvf2Bd7OHb1UTbeOvu7/K7s5ivZ/ob4wfsqu/mK
|
||
|
sptfufip7PTxss/n2E+c5zh28Sl7Hu36JTePV3bzzOj5DhytR0rPU3b2xb90
|
||
|
3uwYeytn60f0z35Vjn5fwPWO3X7N9iO8j/pj1N5ZdvWlcvR7mej+cf6WrR+Z
|
||
|
RyGfcnZ+5vrXbP3j/DN7vu3Wc/7r6oXSvLo0f6ZeJ987jva/0X7O1VvZ+jx6
|
||
|
XhWt96LxMJq/3X7M1peu/3b5Lqtf4rfW39o/Us85Zn7M+srufEeZ72fwR+Vs
|
||
|
PCH+8T2Ycvb8G3sTj5Sz/aPLrzPNZ9VvG7t6Vjlbjzp2+Wem33eW8hPxjf3u
|
||
|
OPp9U6leUHbyuu9lsueVLj9l5y/R+WTUP109y34jXzlGfr6PU8Yf6EeiXOqn
|
||
|
x8fGlw9/Oljr27GbD2Xzz39WCaUK
|
||
|
"]]},
|
||
|
{RGBColor[0.560181, 0.691569, 0.194885], PointSize[
|
||
|
0.0055000000000000005`], AbsoluteThickness[1.6], PointBox[CompressedData["
|
||
|
1:eJy1mmtolmUYx9eB+aGQrKjYsm1CGO30GpaDIB5ZpEIGHWirEdFBWGAIgQgy
|
||
|
N+0EUyoiMAiLsEEgYVaSZpHL6oMdBpHQwXLO0UGJho1AISn78HuC/8vN/77e
|
||
|
rS8bP3if+7nv63xd99Py4Jo7Vp1bV1f3/dk///7/ee0nLY272otbFy//6M59
|
||
|
PUUuX7pz2cT69t4qntfYtm1kRUdx+6Kx8Se/7LG8+vdfh97b2lpcf//VTe/v
|
||
|
quYNb7Z0dUx2FNsa+m/6Zdrzt48faeyutBX99Sc3zf+mmpvmXrx94GBnsaDh
|
||
|
x6W/fex5+97JlYOTreX5lY93X35oz0BnUb988aYFr3vm/C/OP9b07tFqRp7D
|
||
|
e8b233evZyff4UO7tzyytaOUp+P1E2NPPX9Ze7kfZd7P+o55Hnkpo78Uo7+p
|
||
|
x+aND7/s+eaz4v7iYFt5HmXO+87U5qNDZzyjv2d233Xk2Uer+c/+HQunOzvL
|
||
|
9R3f8tV5TU8sqhQjw+s2LlxXzbz/xNoto72bPWOPo33NS0++kGb04Rj94E/K
|
||
|
Vxb7p8b/ai/P4xh9Yj8z5dz3nz78SvNbF/VaRp74+//NXacOPLxjpFKcmmhu
|
||
|
+azZM/6s/g5H348/YN/K+C/245h4zfPKteo7FQ+i/rHmgxuvu/uh/+xDGXsg
|
||
|
PzjmefxVuVb/wP+U0Y/GNziqf+IR51HmPOjPsdt/NF88cMM5T//UUynjjfLc
|
||
|
ld8dn7Ohrfy9Y55Pcevq+r3NF1TK/OwYeXF+ZeSNPB2TT7B/ZWe/yuwX/1TG
|
||
|
/rAfx65e4fxqXylmfeSlzPpaL9XKTv7kN81/KUbeyEeZfJ7LTh7YA/pz7PyR
|
||
|
95P/HCPPY/UDg1fMqWber/Vwip2+2G8usz7nU3b1Z4pT+o/mR1efR9fDn9mv
|
||
|
sotP1HvozzH7pd5VJh9hL46dPl3/keJrpp/7cEVDb5J1/RQjb86vTP5AH47x
|
||
|
Z+qRFOfWH7nyy7V3tz/8Sf09xTyv8R528SlVP6h+4MOvLflh2WCllM9MOVpP
|
||
|
5ebPlP8oR+3BsYsX0fM6+8PfsR/Hbh7h6l9lNx9y+ScqX9d/u35a2fVnrv5Q
|
||
|
Zv2vX+2/anRjNUfXc/6dG+9U/9qPa/2h+ktxbv87Wxytz5A/8VKZ+SP6duz6
|
||
|
n9k+bzR+u/1F57HUM9ijcq59wq6/jcYDl2+Jv9Qvjp3+yYc6n02x64eoX9iv
|
||
|
Mr/f+cf5B2474ZnzaL+dez+gPNN6QZnn8T/lqP7/vmd6svPMtaV+lOmvdB6c
|
||
|
YmcfUX04f4jGg5nON5Spx9ivctReOJ+eH47Op5w80A/51THy6v60a+iSJb1V
|
||
|
TDxiv45d/4c/I2/H7j4wGs/QN/eFytF6BNZ4Drv5lTL+r/MUzd+p+YCTf6of
|
||
|
p35RJt6jX8eufnTxWDn3viA33rr5EPKh/nPs9Bntb9z+eb/6W4pz7zNy58Vu
|
||
|
fl/rPIF5iTL3OfzesYtP0fO6eiqqD+xD55HwbN9/ROOPm5/zfuzfsdO/m3cp
|
||
|
4699L/W1vFFUs6s/+D3xzbG7n4/Oi12+mG12/qWcG89y7z/d/D5aP862f9MP
|
||
|
cj7lqLydPUXrvej9hnJ0Huv2E+2X3Xwymh+d/mutt1L+EK1/Xbx2+VM5d/6U
|
||
|
8q+Uv9X6/VVUvm7+Sz2n9WOKXf509Y6y60ej36/xPRj5T9ndtyq7+OS+h0xx
|
||
|
qp9y8wjlt1ed3nfh55Vyv8rR+8Vo/HacO8/JtRfW1+/l9Huc3PrNxdto/Jnp
|
||
|
/Cp6/+nuv6P5yvWD0e9x3bw22t/yfRz7UY72K+59UX24+Bn9XvQf89s6pg==
|
||
|
|
||
|
"]]}, {}}, {}, {}, {}, {}},
|
||
|
AspectRatio->1,
|
||
|
Axes->{True, True},
|
||
|
AxesLabel->{None, None},
|
||
|
AxesOrigin->{0, 0},
|
||
|
DisplayFunction->Identity,
|
||
|
Frame->{{False, False}, {False, False}},
|
||
|
FrameLabel->{{None, None}, {None, None}},
|
||
|
FrameTicks->{{Automatic, Automatic}, {Automatic, Automatic}},
|
||
|
GridLines->{None, None},
|
||
|
GridLinesStyle->Directive[
|
||
|
GrayLevel[0.5, 0.4]],
|
||
|
ImagePadding->All,
|
||
|
Method->{"CoordinatesToolOptions" -> {"DisplayFunction" -> ({
|
||
|
(Identity[#]& )[
|
||
|
Part[#, 1]],
|
||
|
(Identity[#]& )[
|
||
|
Part[#, 2]]}& ), "CopiedValueFunction" -> ({
|
||
|
(Identity[#]& )[
|
||
|
Part[#, 1]],
|
||
|
(Identity[#]& )[
|
||
|
Part[#, 2]]}& )}},
|
||
|
PlotRange->{{-18.442492, 97.010506}, {-18.442492, 97.010506}},
|
||
|
PlotRangeClipping->True,
|
||
|
PlotRangePadding->{{
|
||
|
Scaled[0.02],
|
||
|
Scaled[0.02]}, {
|
||
|
Scaled[0.05],
|
||
|
Scaled[0.05]}},
|
||
|
Ticks->{Automatic, Automatic}]], "Output",
|
||
|
CellChangeTimes->{3.764181749939802*^9, 3.766446469555615*^9,
|
||
|
3.766446631412046*^9},
|
||
|
CellLabel->"Out[27]=",ExpressionUUID->"7ec40efb-497a-4912-9ef7-d6561194c0b4"]
|
||
|
}, Open ]],
|
||
|
|
||
|
Cell[CellGroupData[{
|
||
|
|
||
|
Cell[BoxData[
|
||
|
RowBox[{"maghalfs", "=",
|
||
|
RowBox[{"{",
|
||
|
RowBox[{"118.9015885", ",",
|
||
|
RowBox[{"-", "18.8173395"}], ",", "39.2090355"}], "}"}]}]], "Input",
|
||
|
CellChangeTimes->{{3.764182021637826*^9, 3.764182027880066*^9}, {
|
||
|
3.764182084668315*^9, 3.76418215424312*^9}, {3.766446646618425*^9,
|
||
|
3.766446657739788*^9}},
|
||
|
CellLabel->"In[28]:=",ExpressionUUID->"ba904e9b-6ade-4303-bb25-888ab020ce48"],
|
||
|
|
||
|
Cell[BoxData[
|
||
|
RowBox[{"{",
|
||
|
RowBox[{"118.9015885`", ",",
|
||
|
RowBox[{"-", "18.8173395`"}], ",", "39.2090355`"}], "}"}]], "Output",
|
||
|
CellChangeTimes->{{3.764182125716653*^9, 3.764182154478059*^9},
|
||
|
3.766446502854917*^9, 3.7664466581229143`*^9},
|
||
|
CellLabel->"Out[28]=",ExpressionUUID->"bc8ba4f8-7313-486b-95e6-b4550482b2ea"]
|
||
|
}, Open ]],
|
||
|
|
||
|
Cell[CellGroupData[{
|
||
|
|
||
|
Cell[BoxData[{
|
||
|
RowBox[{
|
||
|
RowBox[{"magdata2", "=",
|
||
|
RowBox[{
|
||
|
RowBox[{
|
||
|
RowBox[{"#", "-", "maghalfs"}], "&"}], "/@", "magdata"}]}],
|
||
|
";"}], "\[IndentingNewLine]",
|
||
|
RowBox[{"plotdata", "[", "magdata2", "]"}]}], "Input",
|
||
|
CellChangeTimes->{{3.764181501987578*^9, 3.764181558842853*^9}, {
|
||
|
3.764181623169281*^9, 3.764181639417089*^9}, {3.764181762202607*^9,
|
||
|
3.7641818300440407`*^9}, 3.764182158698262*^9},
|
||
|
CellLabel->"In[29]:=",ExpressionUUID->"bd9700b2-e7a8-4e50-89dd-94e26b677ce3"],
|
||
|
|
||
|
Cell[BoxData[
|
||
|
GraphicsBox[{{}, {{},
|
||
|
{RGBColor[0.368417, 0.506779, 0.709798], PointSize[0.004583333333333334],
|
||
|
AbsoluteThickness[1.6], PointBox[CompressedData["
|
||
|
1:eJytmm1olWUYx8/s0F6o6GUgzIwNrYSIzqC2oyTnQCEhfZLRy5eszoKZA3sh
|
||
|
cTTnKUXXohAWW0SFRDGJoH0YgzDhKKU1QgaORhKWrheIsAU2qO2MDPw9B67D
|
||
|
zf++zvqy8YPz3M99X+/XdT9tT+/a9syqVCp17sqf//7Pt114eV+5s9RaXnjp
|
||
|
x6VyTvH0prnFi5mO0pEXB4bmMtfmLX9/99d1x8Y7o/nh3b3pi+uypZ6xX17Y
|
||
|
356q4vHBpw61r678XnHxu819jw11lvrf3XFyoVBfxW8PvdG3dvbKeSYv93w8
|
||
|
ukoy58/e8s76ke66Km44m+l/cGs2mr/o76tbKHSWur7s+qdxtKGKl5pPv/Lo
|
||
|
3o2l+bajLcenrpGMPFnfspKvZfaDPC2zfv6HwUuPj/6cU6zkp7j7zs/TY89l
|
||
|
E/0p5jxfbR3eNl1OV3HXvd8un5nviObfWz+tH85U5G3ZK9/D36zbl2namKxv
|
||
|
ec+amYGdxyvnUdx6oNjfOJpN5G3Z64/4E+ezXKs9WfuvldX77t9/cLnxw4r+
|
||
|
FMfGg8GZidd3jNwQzaH18jsHlj4qbEriqWL8PcTeeIZ9hxj7Qd+KeR75W/bq
|
||
|
V8UD7H99e8Mnt041SsY+OJ9l8kMs46+pN9MtvVMLOcusH8sqfhPfsFfL6Hfm
|
||
|
1fNrHshcJ5nzFG8/fPOxkcWcZfSH/BSz3ycn35vc0n05F+LQ+Syr/M7vUy0n
|
||
|
Tv11zx+5WA69j/yMPynm/FZeVp7oRzH2P332sw/eyvyds6zymWXlr8qeLCt/
|
||
|
xb6sPYYYeY13n97SuvxnzjLy5vwrZeXP2AP6VYx8eD7EsfUK5yceWPbGY/Yb
|
||
|
Ynd+nL3pUO9UR0XfhonPrK8Y/VDvhjjWHzkfz1vm/RM9deceKVwvWekfeROP
|
||
|
FKt6i98jT8Xsl+ctYz/WvpL+56r+kI9i6t0Qe+1J6Z/4QvxWXLzj5MGxvR2J
|
||
|
fVlmfeSjmPOH2Kt/VZ946w8V77z9Ffux/Ues/1exqD9VfLLM+UKMfKw8a2Vv
|
||
|
PiOek78s4y/p1Xc9myk35RWzH54PMfW1YvRt+3GY81C/KFbzDewHfSumfjmy
|
||
|
u/nXo4Xfcpa99Qr1IvK0HGtPtl4OMf5O/LLM+8kfitU8Irb+gGd2ba8/M5dN
|
||
|
zm+Z32P/irGHEHv7M/ID8rSs5hGWY+05tl9W/o++qR8UEy/pjyyr/G1Z1Svs
|
||
|
l3pypeyN36r/8upD2bs3nql5CP7+/vMX8g8N3ChZ5VvqF+SjWO1PzZMtq/zH
|
||
|
fm09AfdsuLRneHNFH4pj+381P4idJ3jn8fgf8dAy8sH+Fat5GPnNzqdCrOwD
|
||
|
eRMPFKv47a1/lDzYL/pTrPaPvrFHxTzPfix7+38lD/Ir9qW4+fxtB4pNlfxu
|
||
|
2etvqn5A3ti3YtXPq/siy9wXEo8se+s9pQ/ej/4Uq/5b5Tvl/5ZVPej1bzVP
|
||
|
Yr/oV7HKP954i/3Y+YydJ7C+YmVvtfY3of7aqw91n+7NL7Hzgtj+kHkJ+qli
|
||
|
5zxbxada+9eQ/Fgf/SlW9Znyn5A/heoR7/2Xqn+xf+xLsfwewjkPnHhteHHt
|
||
|
T/cl8reMvNGfZe/3HOq+RfXzlpEn+wnx/9Uv4U9JPSlYxTP6Z/arWM3rvPEM
|
||
|
Zh5ludb7r1A+9vaHKp96+9fY76NC83jv/Yi6L4it3+38Bn+x7JUv+rbxPvY+
|
||
|
07Ka36v3WVbzEhUPLav4hD8l9io4tt9T9WqsfFW9VWs9E5onq/dZVt/TeO+/
|
||
|
yX/2eyBbf8d+/xXbz9jvI0Ms5XHVXpJ8JVj1F/Qv2IPiWuvREKv6KDZ+wnxv
|
||
|
gz1aVvWCZRX/VT1jeaXzLm8/reYVyI/1FSt5eOfxal7rje8qP3rju4p3yLuU
|
||
|
2f5EsTybU6z2T7yy36uG+F+58rAV
|
||
|
"]]},
|
||
|
{RGBColor[0.880722, 0.611041, 0.142051], PointSize[0.004583333333333334],
|
||
|
AbsoluteThickness[1.6], PointBox[CompressedData["
|
||
|
1:eJytmm1olWUYx492ytkbokGwEiaYRgoe/bBzthHnAWFEHyLElCArt4lzCGqh
|
||
|
fakhGWGvjBYbhRvWhxTrg9ZavhTM2ZrO0qEDX+hNIosVvbFGq05WH37Ph+tw
|
||
|
87+vzS8bP3ie+9z3dd33df2v637mNWxasW56JpO5+N+f//9Xlca3fv13qXjt
|
||
|
xIXjW9cU+hTvfrz1+W9y1yWKNy9464YDszQ377n82I6lmaT/w8HXFrTUlDHP
|
||
|
1z709t0/HstLfnLXhv7xxhnJi799enLt3Joyruoda97XOT35fvF7FQP35yUX
|
||
|
5rw+v6NpWrJn9dCyj5fXBDn7yv5NC5/IS145sPLPmZ0V6fot/zJvb+VHQ9ek
|
||
|
9lTM+LxvGXv2nLjUft9oXjL2rDs20lG7r1DGyVc7f3qw89t0PyhmPrwfYvxn
|
||
|
WfnT8vF721cMl7LJqjvPlHYNF4LMehVjb/xnGfu1Xrk88FyXZsZ/t+FgbSZb
|
||
|
zqyH31eMvdmPlvFfLLM+/GOZ9Yy2f752Tl6z8q+X1e9hz1jmvGNPyztHel7Y
|
||
|
0HFzNKvxiKd9dRNj59uqo5nzXMbq9wLMebDsjT8qfl9t/89fWvHO7UMz0/Uo
|
||
|
Zn19D3Qn53cUgmz3Q4gzL2crNw6NF3k/xPb5EKv1qng28vSXty3P3ZiuV/H2
|
||
|
O9pmH+n4q0g8soz9WI/iR3u7euubxorM1zLrsfkgxMSjztLhs11fVJdxpvLo
|
||
|
J78v+bm45aXTTVfGC5IZn/ctc54+G3z/jYa78pKV/bz5ZfjsoTdfzU0UySeW
|
||
|
eR57K+Z8Ml/L3vio9AXP2/WHeH/TYH3VP7+m+98y62f8qXJsPCa/SRbxhPxs
|
||
|
83mIVXxQ+iPEnD/LSn9YVv73zk/pX+zNfBXzvh0f7mmednFV402pflGs/B9b
|
||
|
/8TWQ5ONj5xny+wvzptl7IPei+WQv2L1Nsz71n8w8Rt7K1Z6VdUzIVb+DOUn
|
||
|
y+RLzrNlr/4gvmEvy7H1Fhwb/2PrWzV/FZ9CHNKf2HNu2zNP1X1QPWX25m+V
|
||
|
z7K3LmrJla5Pz4tiNZ63/qIeJD5YRr9YfRhipVdVfWF597ZbvtvbOJqOb9kb
|
||
|
X7An87HM/rH5C0YvYz/FKn569YVaX2w9A7N+xrfs1fsqnnlZ1SvKX5bV/vXu
|
||
|
T+UP9IPVGyGmPsL+lsnX9B8Vs3+odyyjJ5nvVNkbv4kPth5L5+vsx8LoGcv4
|
||
|
m/2lWJ2f7i2XkntaZ6X7VbHKt6o+s6zsQbwhHypW/RL0BPrFsrffxPpZj2X2
|
||
|
P+dXcWy/KFZPq3zh7eeQf/94tn/9D701ZYy9qa8Uq/3h7RereOzNt6yf8S3j
|
||
|
Pxv/Qsx80WOWvfW/8pf3/kvZQ+13y0pfevO96r+wvznPipX+VvWoZVWve/td
|
||
|
imX/3LCKL7H3I7H3Qfy+1YuwVw+o/I1/8YdipY+88Vb5X+V3y6q/4q1viB/M
|
||
|
17Lqr1hW/SsVPy0re1zt+znOE/c5ilV88t5Hq3pJ9eMtq35m7P0OHKtHQr9n
|
||
|
WfmX/WX7zYrxt2WvfsT+6Xk1HPt9Ac8rVufVW48wH7sfY/3tZaUvLcd+LxN7
|
||
|
ftR+8+pH+lGsz7K3f6bqV6/+UfvTe7+txlP7V+mFUL861H9Gr5PvFcfWv7H1
|
||
|
nNJbXn0ee18Vq/di42Fs/lbn0asv5fcKIt957Uv8tvrb1o/oOcX0jxnfsrrf
|
||
|
scz3M+xHy954QvzjezDL3vtv/E08suytH1V+nWw+qz/V372tpbqMlZ617NWj
|
||
|
ilX+mez3naH8RHzjvCuO/b4ppBcsq/Wq72W895UqP3n7L7H9ydj9qfQs5418
|
||
|
pZj1832cZfYD9Ugsh+rpvtwjD28vnUvjr2LVH/Lmn38BtfR1ag==
|
||
|
"]]},
|
||
|
{RGBColor[0.560181, 0.691569, 0.194885], PointSize[0.004583333333333334],
|
||
|
AbsoluteThickness[1.6], PointBox[CompressedData["
|
||
|
1:eJy1mm1olWUYx2csfOlLkdCHmCjClChYkc9zzpkDoehDRERU9qGITaNQYfYh
|
||
|
c7TNiWOmJIwOpEEKQTWoD62yF8rgYSrLl6boSA0TfEFCRSREFJ1WH37nwPVw
|
||
|
87+vc05fNn5wnue57+v9uu57Xlf386/f1dTU9Me/f/77f/eNE7++/WohuzLv
|
||
|
9LvrptIslg+Xzt4805bkeHXr5/d8fW8hO/nIvmk/j6aSx3aNf9S6opg9s2ZV
|
||
|
85n5hRyXXvmy49LuNBt9r3Pjow+kkt//++CBzpZiNnCio+flzXn+6+FvZ+x9
|
||
|
Ls22bd7S03JM88jS/Y/teaJY2b/l5g9Guxe8k2Yzjrb1Pvl0QTL739PbM+3a
|
||
|
sjTHyPPW7PH1S/uKkpV8d+47XX72QlqRp+L23ZMflr6orscy3+f9inkeeVlG
|
||
|
fyFGf8sX7GoeWV2Q/NLCI1MfHy5U9mOZ/b7w+O+3J64kktHfpblfTS+3FXPc
|
||
|
f+f83k3bq/JT/E3Xj6Wm5jQbPjh/XdusYo75/toHJ/tX/lKQjD3OHRzonbk1
|
||
|
zOhDMfrBnyxfKJ/svD+tylMx+sR+6uXY7y/eMHR75qeJZOSJv//fnLXfuHp8
|
||
|
OMmWrOy/9dmykmT82fo77P0+/oB9W8Z/sR/FxGuet1yrvkPxwOsf2Ys7lhzf
|
||
|
ULUPy9gD+UExz+Ovlmv1D/zPMvqx8Q326p94xH4ssx/0p1it35svtk79dHT7
|
||
|
n0kl3lh+a8uh5XeuVX+vmOdD/Nv4d590PVTNz4qRF/u3jLyRp2LyCfZvWdmv
|
||
|
ZdaLf1rG/rAfxapeYf/WvkLM+5GXZd5v66VaWcmf/GbzX4iRN/KxTD6PZSUP
|
||
|
7AH9KVb+yPfJf4qR57Zj921ctT/PfN/WwyFW+mK9scz72Z9lVX+GOKR/b35U
|
||
|
9bn3ffgz67Ws4hP1HvpTzHqpdy2Tj7AXxUqfqv8I8UDr2NBIXxJk+/4QI2/2
|
||
|
b5n8gT4U48/UIyGOrT9i5Rdr72p9+JP19xDzvI33sIpPofrB6gduGR7sa/8h
|
||
|
qcinXvbWU7H5M+Q/lr32oFjFC+9+lf3h79iPYjWPUPWvZTUfUvnHK1/Vf6t+
|
||
|
2rLqz1T9YZn3T3a/Nn3ibJ6971P+HRvvrP5tP27rD6u/EMf2v41ib32G/ImX
|
||
|
lpk/om/Fqv9p9H698VutzzuPpZ7BHi3H2mdlHiP6W288UPmW+Ev9oljpn3xo
|
||
|
57MhVv0Q9Qvrtczv31x4eW25QzP7sf127PmA5XrrBcs8j/9Z9ur/+tDYGxe/
|
||
|
r86/LNNf2XlwiJV9ePWh/MEbD+qdb1imHmO9lr32wv7s/mHvfErJA/2QXxUj
|
||
|
r9mn5gwOzEpyTDxivYpV/4c/I2/F6jzQG8/QN+eFlr31CGzjOazmV5bxfztP
|
||
|
sfk7NB9Q8g/149Qvlon36Fexqh9VPLYce14QG2/VfAj5UP8pVvr09jdq/Xzf
|
||
|
+luIY88zYufFan5f6zyBeYllznP4vWIVn7z7VfWUVx/Yh51Hwo0+//DGHzU/
|
||
|
5/vYv2KlfzXvsoy/7txUvtlyblGOVf3B74lvitX5vHderPJFo1n5l+XYeBZ7
|
||
|
/qnm9976sdH+TT/I/ix75a3syVvvec83LHvnsWo93n5ZzSfd9xeE/mutt0L+
|
||
|
4K1/VbxW+dNy7Pwp5F8hf6v1/pVXvmr+Sz1n68cQq/yp6h3Lqh/13l/jPhj5
|
||
|
z7I6b7Ws4pO6DxniUD+l5hGWn5oY27FmRVJZr2Xv+aI3fiuOnefE2gvvt/fl
|
||
|
7H2c2PpNxVtv/Kl3fuU9/1Tn3958pfpB731cNa/19rfcj6vox7C3X1Hf8+pD
|
||
|
xU/vfdF/AKywh00=
|
||
|
"]]}, {}}, {}, {}, {}, {}},
|
||
|
AspectRatio->1,
|
||
|
Axes->{True, True},
|
||
|
AxesLabel->{None, None},
|
||
|
AxesOrigin->{0, 0},
|
||
|
DisplayFunction->Identity,
|
||
|
Frame->{{False, False}, {False, False}},
|
||
|
FrameLabel->{{None, None}, {None, None}},
|
||
|
FrameTicks->{{Automatic, Automatic}, {Automatic, Automatic}},
|
||
|
GridLines->{None, None},
|
||
|
GridLinesStyle->Directive[
|
||
|
GrayLevel[0.5, 0.4]],
|
||
|
ImagePadding->All,
|
||
|
Method->{"CoordinatesToolOptions" -> {"DisplayFunction" -> ({
|
||
|
(Identity[#]& )[
|
||
|
Part[#, 1]],
|
||
|
(Identity[#]& )[
|
||
|
Part[#, 2]]}& ), "CopiedValueFunction" -> ({
|
||
|
(Identity[#]& )[
|
||
|
Part[#, 1]],
|
||
|
(Identity[#]& )[
|
||
|
Part[#, 2]]}& )}},
|
||
|
PlotRange->{{-26.3892515, 4.123322499999999}, {-26.3892515,
|
||
|
4.123322499999999}},
|
||
|
PlotRangeClipping->True,
|
||
|
PlotRangePadding->{{
|
||
|
Scaled[0.02],
|
||
|
Scaled[0.02]}, {
|
||
|
Scaled[0.05],
|
||
|
Scaled[0.05]}},
|
||
|
Ticks->{Automatic, Automatic}]], "Output",
|
||
|
CellChangeTimes->{{3.764181801868524*^9, 3.764181830670013*^9},
|
||
|
3.764182159643732*^9, 3.766446504295293*^9, 3.7664466595843077`*^9},
|
||
|
CellLabel->"Out[30]=",ExpressionUUID->"a8ce8c6f-4831-410e-9d94-91833d5e6f71"]
|
||
|
}, Open ]],
|
||
|
|
||
|
Cell[CellGroupData[{
|
||
|
|
||
|
Cell[BoxData[{
|
||
|
RowBox[{"magranges", "=",
|
||
|
RowBox[{"{",
|
||
|
RowBox[{"30.2876665`", ",", "29.7628835`", ",", "29.762880499999998`"}],
|
||
|
"}"}]}], "\[IndentingNewLine]",
|
||
|
RowBox[{"1", "/", "magranges"}]}], "Input",
|
||
|
CellChangeTimes->{{3.764182205088223*^9, 3.76418221471926*^9}, {
|
||
|
3.764182273898177*^9, 3.764182288133325*^9}, {3.76418236566006*^9,
|
||
|
3.764182366431522*^9}, {3.764182410251555*^9, 3.764182412403656*^9}, {
|
||
|
3.76644667594645*^9, 3.766446677842951*^9}},
|
||
|
CellLabel->"In[31]:=",ExpressionUUID->"af4ea829-9f16-4620-aa00-c20b3bfb3945"],
|
||
|
|
||
|
Cell[BoxData[
|
||
|
RowBox[{"{",
|
||
|
RowBox[{"30.2876665`", ",", "29.7628835`", ",", "29.762880499999998`"}],
|
||
|
"}"}]], "Output",
|
||
|
CellChangeTimes->{
|
||
|
3.764182217778853*^9, {3.764182275030828*^9, 3.764182288431088*^9},
|
||
|
3.764182367301547*^9, 3.764182412677229*^9, 3.766446513088997*^9,
|
||
|
3.766446680445177*^9},
|
||
|
CellLabel->"Out[31]=",ExpressionUUID->"c6f1a0ba-4ae3-4738-9abd-23d88d2f801c"],
|
||
|
|
||
|
Cell[BoxData[
|
||
|
RowBox[{"{",
|
||
|
RowBox[{
|
||
|
"0.03301673966860405`", ",", "0.03359889508017595`", ",",
|
||
|
"0.033598898466833546`"}], "}"}]], "Output",
|
||
|
CellChangeTimes->{
|
||
|
3.764182217778853*^9, {3.764182275030828*^9, 3.764182288431088*^9},
|
||
|
3.764182367301547*^9, 3.764182412677229*^9, 3.766446513088997*^9,
|
||
|
3.766446680450933*^9},
|
||
|
CellLabel->"Out[32]=",ExpressionUUID->"20d752b8-4f5a-4e6f-8a17-08e7baadbcb5"]
|
||
|
}, Open ]],
|
||
|
|
||
|
Cell[CellGroupData[{
|
||
|
|
||
|
Cell[BoxData[{
|
||
|
RowBox[{
|
||
|
RowBox[{"magdata3", "=",
|
||
|
RowBox[{
|
||
|
RowBox[{
|
||
|
RowBox[{"#", "/", "magranges"}], "&"}], "/@", "magdata2"}]}],
|
||
|
";"}], "\[IndentingNewLine]",
|
||
|
RowBox[{"plotdata", "[", "magdata3", "]"}]}], "Input",
|
||
|
CellChangeTimes->{{3.7641822299657288`*^9, 3.764182246731448*^9}},
|
||
|
CellLabel->"In[33]:=",ExpressionUUID->"cbc8f16e-97a5-475f-8071-d73aef03f302"],
|
||
|
|
||
|
Cell[BoxData[
|
||
|
GraphicsBox[{{}, {{},
|
||
|
{RGBColor[0.368417, 0.506779, 0.709798], PointSize[0.004583333333333334],
|
||
|
AbsoluteThickness[1.6], PointBox[CompressedData["
|
||
|
1:eJytmm1olWUYx+ew8rRpQkVEEsrGZlpuWAhCEMtSVpIhBQMxdSI1EtQlVORr
|
||
|
SBAxWFSkwyQKwzEmlXTUqZ2FQ5KIxjgwcMQSFuecbazo7UPR64ffc+B6uPnf
|
||
|
11lfNn5wnue57+v9uu57SfuujTuqq6qqrv3757//2UvfN2fbSrmrv66a98vd
|
||
|
Hz+kuOnp0v23dBZyR7YtrZ0YO5vi0c7pkz03laL5y50Nax85XMo9t3J83qKO
|
||
|
T1J861vLq7fvKCa/Vzx0ua+7dryYazwxXFvbcD7FvW0v9C5tLuXGaw707Pzz
|
||
|
jGT2/82C1S+vOfNpins29reO9MbzT9/Wdx3IFnNXrr00/4HdAynePFb8oGVm
|
||
|
MvdocfTmt9d9Jhl58n7LSr6WWQ/ytMz7W9bka4ZXvStZyU9x/5yZZ7aOlBL9
|
||
|
KWY/E/WHai6+mU3xnInJ6fyDxWh+tfuHOxreK8vbsle+u6+frj66dzJ5v+U3
|
||
|
1hdKr9RNJvtRfLCwt33m97K8LXv9EX9if5YrtSdr/5Wy+t6iDXX5c1OFRJ6K
|
||
|
Y+PBaH714P49g9Ecet8NT+7Z8s71qSSeKsbfQ+yNZ9h3iLEf9K2Y55G/Za9+
|
||
|
VTzA/u87O7J/08AFydgH+7NMfohl/PXZ3PjUb4dOpZj3x7KK38Q37NUy+n2+
|
||
|
ue5g3xOfS2Y/QysHmo719qcY/SE/xaz32I331pyaPhnk0P4sq/zO7/flG+/J
|
||
|
DL0fzaHvkZ/xJ8Xs38rLyhP9KMb+XzvfsaL19r4Uq3xmWfmrsifLyl+xL2uP
|
||
|
IUZem7rGMm1tH6YYebP/2bLyZ+wB/SpGPjwf4th6hf0TDyx74zHrDbE3Pzb9
|
||
|
tb209rayvi0Tn3m/YvRDvRviWH9kfzxvme8//PWdC/NHc5KV/pE38Uixqrf4
|
||
|
PfJUzHp53jL2Y+0LRn/IRzH1boi99qT0T3whfit+rOP48LLLhcS+LPN+5KOY
|
||
|
/YfYq39Vn3jrDxXvvP0V67H9R6z/W1b1p4pPltlfiJGPlWel7M1nxHPyl2X8
|
||
|
Ze5TVxccmXtJMuvh+RBTXytG37Yfh9kP9YtiNd/AftC3YuqXfdnTGzq3HE+x
|
||
|
t16hXkSelmPtydbLIcbfiV+W+T75Q7GaR8TWH/CJPxr/zqwv25dlfo/9K8Ye
|
||
|
Quztz8gPyNOymkdYjrXn2H5Z+T/6pn5QTLykP7Ks8rdlVa+wXurJ2bI3fqv+
|
||
|
y6sPZe/eeKbmIfh7d0sm89GFLySrfEv9gnwUq/WpebJllf9Yr60n4O9WTLz4
|
||
|
Y1f5+4pj+381P4idJ3jn8fgf8dAy8sH+Fat5GPnNzqdCrOwDeRMPFKv47a1/
|
||
|
lDxYL/pTrNaPvrFHxTzPeix7+38lD/Ir9qV486725sOt5f7IstffVP2AvLFv
|
||
|
xaqfV+dFljkvTPpNw956T+mD76M/xar/VvlO+b9lVQ96/VvNk1gv+lWs8o83
|
||
|
3mI/dj5j5wm8X7Gyt0r7m1B/7dWHOk/35pfYeUFsf8i8BP1Y9s6zVXyqtH8N
|
||
|
yY/3oz/Fqj5T/hPyp1A94j3/UvUv9o99KVb3IbzzwHWDS+76eXEhkb9l5I3+
|
||
|
LHvvc6jzFtXPW0aerCfE/1e/hD8RTxWreEb/zHoVq3mdN57BzKMsV3r+FcrH
|
||
|
3v5Q5VNv/xp7Pyo0j/eej6jzgtj63c5v8BfLXvmibxvvY88zLav5vfqeZTUv
|
||
|
UfHQsopP+FNyP05wbL+n6tVY+ap6q9J6JjRPVt+zrO7TeM+/yX/2PpCtv2Pv
|
||
|
f8X2M/Z+ZIiVPLAX7F+x6i/oX7AHxZXWoyFW9VFs/IS5b4M9Wlb1gmUV/1U9
|
||
|
Y3m28y5vP63mFciP9ytW8vDO49W81hvfVX70xncV75D34xfr5y/+6nXJav3E
|
||
|
K3tfNcT/ALPmuF8=
|
||
|
"]]},
|
||
|
{RGBColor[0.880722, 0.611041, 0.142051], PointSize[0.004583333333333334],
|
||
|
AbsoluteThickness[1.6], PointBox[CompressedData["
|
||
|
1:eJytmm9o1WUUx1dKedsUw1y7FZG07hxoxoiVmVzWiIhC6R9Ig0pFaiT9oxcZ
|
||
|
Lg1GfxESClNKopgY1siNJtvMWZgwhjRiNJrBfeOLu3utN6ugF0X14vN7cS4P
|
||
|
33M232x84Pd77vOc8zznfM95fqu2Pf/wjsvr6upm/vvz///xP9qX/H7jV8XG
|
||
|
FZuufbCtMqa4d+vqhgvnT0jevuHT1d+VZiU/01ZackP38eI7k+P5dY9Ua5jn
|
||
|
3z1wseXOfbOSWw5PNjQUhosDa67J99VVa7hU/9qhnX8PFr9f9Uuh++pZyT8s
|
||
|
W7+rc3CgePif5/KV1mqSB+faW/rvmpV8duaVpbe/MJKt3/K95emr3r/v68ye
|
||
|
ihmf9y1jz4c+3tjYM6QZe/42tKjpp95KDXd0TtVPth/Ifl8x8+H9FOM/y8qf
|
||
|
li80760/uX+oOPPWE03X91eSzHoVY2/8Zxn77frrzZVz2zUz/q89hULpVLmG
|
||
|
WQ+/rxh7sx8t4z8vsz78Y5n1tHbMNV6Z06z8G2X1e9jTy5x37Gl5emr96Z4X
|
||
|
T7tZjUc8XXR3w4rlnWU3c54tq99LMefBcjT+qPh9qf2/9sSPPV0jo9l6FLO+
|
||
|
wvGB1v1dlSTb/ZDip8dK1T/3Hs3eT7F9PsVqvSqePXvbzXuObTqVrVfxmbaR
|
||
|
dQc//zKLR5axH+tRfPCKNfVHL/Zl87XMemw+SDHx6LIvJm459EG5hndPtbTm
|
||
|
znxSPPv4cNNT0xXJjM/7ljlPP29+vdBc1qzsF80vbwx333r/ymNZPrHM89hb
|
||
|
MeeT+VqOxkelL3jerj/FXfvO57Zs+Swb3zLrZ/yFsjcek98Uq3hCfrb5PMUq
|
||
|
Pij9kWLOn2WlPywr/0fnp/Qv9ma+innfjg/fcy6/fOrDscx/ipX/vfWPtx6a
|
||
|
b3zkPFtmf3HeLGMf9J6XU/7y6m2Y963/YOI39las9KqqZ1Ks/JnKT5bJl5xn
|
||
|
y1H9QXzDXpa99Rbsjf/e+lbNX8WnFKf0J/bccOTVOx7bWV4wR/O3ymeLHx1f
|
||
|
1rv4m+y8KFbjResv6kHig2X0i9WHKVZ6VdUXlncP9W9+6cmPsvEtR+ML9mQ+
|
||
|
ltk/Nn/B6GXsp1jFz6i+UOvz1jMw62d8y1G9r+JZlFW9ovxlWe3f6P5U/kA/
|
||
|
WL2RYuoj7G+ZfE3/UTH7h3rHMnqS+S6Uo/Gb+GDrMTjaj4XRM5bxN/tLsTo/
|
||
|
73XkckdGv82eV6zyrarPLCt7EG/Ih4pVvwQ9gX6xHO03sX7WY5n9z/lV7O0X
|
||
|
efW0yhfRfg75d9vLe64b7qvWMPamvlKs9ke0X6zicTTfsn7Gt4z/bPxLMfNF
|
||
|
j1mO1v/KX9H7L2UPtd8tK30Zzfeq/8L+5jwrVvpb1aOWVb0e7XcpVv1zyyq+
|
||
|
eO9HvPdB/L7Vi3BUD6j8jX/xh2Klj6LxVvlf5XfLqr8SrW+IH8zXsuqvWFb9
|
||
|
KxU/LSt7XOr7Oc4T9zmKVXyK3kerekn14y2rfqb3fgf26pHU71lW/mV/2X6z
|
||
|
YvxtOaofsT/n1bL3+wKeV6zOa7QeYT52P3r9HWWlLy17v5fxnh+136L6kX4U
|
||
|
67Mc7Z+p+jWqf9T+jN5vq/HU/lV6IdWvTvWf0evke8Xe+tdbzym9FdXn3vsq
|
||
|
r97zxkNv/lbnMaovVf2t8l3UvsRvq79t/YieU0z/mPEtq/sdy3w/w360HI0n
|
||
|
xD++B7Mcvf/G38Qjy9H6UeXX+eazje2jzRP5cg0rPWs5qkcVq/wz3+87U/mJ
|
||
|
+MZ5V+z9vimlFyyr9arvZaL3lSo/Rfsv3v6kd38qPct5I18pZv18H2eZ/UA9
|
||
|
4uVUPf3AyealN028ndlbseoPRfPPvy/Xo/I=
|
||
|
"]]},
|
||
|
{RGBColor[0.560181, 0.691569, 0.194885], PointSize[0.004583333333333334],
|
||
|
AbsoluteThickness[1.6], PointBox[CompressedData["
|
||
|
1:eJy1mltoFFcYx5OIiCBoicZEfWgw3ZhaTFDQ4uVBFIsleEWQSlQSfAgE4yUg
|
||
|
tliJFCpKwCKihOqDkEKoBlRYKqUd0SotvohIxRtRiOzMbIzFPGnB2oL/WfgP
|
||
|
h//5drcvCT/YOXPOd/++M/Xt3Zt2VVVUVDz8989//2uq181sXRgH2V+et2S3
|
||
|
RoEvN2+JFk3dl0txx7Lz864PR8H9faMD/ZMiycfu/FHXvDkf/N6VWbO6N83H
|
||
|
T482ftoXBdUn51d17AolX/5ket1ART747caPJ6YMp/lm/eNM5wdRMLh1/+C8
|
||
|
lkjyube76+KmfHJ+5ivjixuHlkZB/6aLa+8Oasb5Xz1p6Ps6G6YY8mx7FJ5f
|
||
|
ORZLVvLdeHZFzaFslMhT8Vh2Qu2f38TJfpjxfqyvGM9DXszQn4uhv4uVY9t3
|
||
|
3tX88Oj22tlDcXIeZpy3ciQevbc8lAz9HTnxcmbmbJzig6+/nTHeUZCf4heH
|
||
|
MpnhX8Ngz7OhqjM9cYrx/uOtueiruZphj4dzPe1jbyInQx+KoR/4E3PTyvGa
|
||
|
SZML8lQMfcJ+SmXf989ZP/feT/mcZMgT/v5/84TlU6qnrQqDiRv27jj1LC8Z
|
||
|
/sz+Dra+H/4A+2aG/8J+FCNe43nmYvXtigdW/8hcutz03baCfTDDHpAfFON5
|
||
|
+Ctzsf4B/2OGfji+ga36RzzCeZhxHuhPsdq/NV9UXrj9Uf+pMIk3zLe+uFq7
|
||
|
837h94rxvIsfrO/NNIRhkp8VQ144PzPkDXkqRj6B/TMr+2XGfuGfzLA/2I9i
|
||
|
Va/g/GxfLsb6kBcz1ud6qVhW8kd+4/znYsgb8mFGPvdlJQ/YA/SnWPkj3o/8
|
||
|
pxjybH7bEa2ZHqYY7+d62MVKX9ivL2N9nI9Z1Z8udunfmh9VfW5dD/6M/TKr
|
||
|
+IR6D/pTjP2i3mVGPoK9KFb6VP2Hiz/v/P7OxzdyTub1XZz0s+/Pz4z8AX0o
|
||
|
hj+jHnGxb/3hKz9fe1f7gz+xv7sYz3O8B6v45KofWD/gZT98uWRLV5jIp1S2
|
||
|
1lO++dPlP8xWe1Cs4oX1vMr+4O+wH8VqHqHqX2Y1H1L5xypf1X+rfppZ9Weq
|
||
|
/mDG+uf+bvxncmucYut6yr994x3rn/txrj9Yfy727X/Lxdb6DPJHvGTG/BH6
|
||
|
Vqz6n3Kf1xq/1f6s81jUM7BHZl/7BKv+1hoPVL5F/EX9oljpH/mQ57MuVv0Q
|
||
|
6hfslxm/f7pg5MBffaFknIf7bd/7AeZS6wVmPA//Y7bqv73n8KyrA4X5FzP6
|
||
|
K54Hu1jZh1Ufyh+s8aDU+QYz6jHsl9lqLzgfnx9snU8peUA/yK+KIa+27vaW
|
||
|
3rW5FCMeYb+KVf8Hf4a8Fav7QGs8S/qF9/eFzNZ6BMzxHKzmV8zwf56ncP52
|
||
|
zQeU/F39OOoXZsR76Fexqh9VPGb2vS/wjbdqPgT5oP5TrPRp7W/U/vF+9jcX
|
||
|
+95n+M6L1fy+2HkC5iXMuM/B7xWr+GQ9r6qnrPqAffA8Elzu+w9r/FHzc7wf
|
||
|
9q9Y6V/Nu5jhr59dq589/mEuxar+wO8R3xSr+3nrvFjli3Kz8i9m33jme/+p
|
||
|
5vfW+rHc/o1+EOdjtspb2ZO13rPebzBb57FqP9Z+Wc0nrflR6b/YesvlD9b6
|
||
|
V8VrlT+ZfedPLv9y+Vux319Z5avmv6jnuH50scqfqt5hVv2o9fs1fA+G/Mes
|
||
|
7luZVXxS30O62NVPqXkE84rFPzfcrguT/TJb7xet8Vux7zzH116wPn8vx9/j
|
||
|
+NZvKt5a40+p8yvr/ae6/7bmK9UPqvsVZjWvtfa3+D4O+2G29ivqfVZ9qPhp
|
||
|
/V70HXfcCJc=
|
||
|
"]]}, {}}, {}, {}, {}, {}},
|
||
|
AspectRatio->1,
|
||
|
Axes->{True, True},
|
||
|
AxesLabel->{None, None},
|
||
|
AxesOrigin->{0, 0},
|
||
|
DisplayFunction->Identity,
|
||
|
Frame->{{False, False}, {False, False}},
|
||
|
FrameLabel->{{None, None}, {None, None}},
|
||
|
FrameTicks->{{Automatic, Automatic}, {Automatic, Automatic}},
|
||
|
GridLines->{None, None},
|
||
|
GridLinesStyle->Directive[
|
||
|
GrayLevel[0.5, 0.4]],
|
||
|
ImagePadding->All,
|
||
|
Method->{"CoordinatesToolOptions" -> {"DisplayFunction" -> ({
|
||
|
(Identity[#]& )[
|
||
|
Part[#, 1]],
|
||
|
(Identity[#]& )[
|
||
|
Part[#, 2]]}& ), "CopiedValueFunction" -> ({
|
||
|
(Identity[#]& )[
|
||
|
Part[#, 1]],
|
||
|
(Identity[#]& )[
|
||
|
Part[#, 2]]}& )}},
|
||
|
PlotRange->{{-0.871287046824819, 0.13853908005922877`}, {-0.871287046824819,
|
||
|
0.13853908005922877`}},
|
||
|
PlotRangeClipping->True,
|
||
|
PlotRangePadding->{{
|
||
|
Scaled[0.02],
|
||
|
Scaled[0.02]}, {
|
||
|
Scaled[0.05],
|
||
|
Scaled[0.05]}},
|
||
|
Ticks->{Automatic, Automatic}]], "Output",
|
||
|
CellChangeTimes->{3.764182247469627*^9, 3.7641823048180637`*^9,
|
||
|
3.7641823694266663`*^9, 3.7664465190958843`*^9, 3.766446682033969*^9},
|
||
|
CellLabel->"Out[34]=",ExpressionUUID->"99aa5197-9b71-454c-99e1-23eab78f90ef"]
|
||
|
}, Open ]],
|
||
|
|
||
|
Cell[CellGroupData[{
|
||
|
|
||
|
Cell[BoxData[{
|
||
|
RowBox[{
|
||
|
RowBox[{"Norm", "/@", "magdata3"}], ";"}], "\[IndentingNewLine]",
|
||
|
RowBox[{"Histogram", "[", "%", "]"}]}], "Input",
|
||
|
CellChangeTimes->{{3.764184248449275*^9, 3.764184248509252*^9}},
|
||
|
CellLabel->"In[35]:=",ExpressionUUID->"c3a95ca1-f798-4a77-a332-82397c454067"],
|
||
|
|
||
|
Cell[BoxData[
|
||
|
GraphicsBox[{
|
||
|
{RGBColor[0.987148, 0.8073604000000001, 0.49470040000000004`], EdgeForm[{
|
||
|
Opacity[0.609], Thickness[Small]}], {},
|
||
|
{RGBColor[0.987148, 0.8073604000000001, 0.49470040000000004`], EdgeForm[{
|
||
|
Opacity[0.609], Thickness[Small]}],
|
||
|
TagBox[
|
||
|
TooltipBox[
|
||
|
TagBox[
|
||
|
DynamicBox[{
|
||
|
FEPrivate`If[
|
||
|
CurrentValue["MouseOver"],
|
||
|
EdgeForm[{
|
||
|
GrayLevel[0.5],
|
||
|
AbsoluteThickness[1.5],
|
||
|
Opacity[0.66]}], {}, {}],
|
||
|
RectangleBox[{1.07, 0}, {1.08, 7.}, "RoundingRadius" -> 0]},
|
||
|
ImageSizeCache->{{27.17156862745105, 56.860516934046245`}, {
|
||
|
83.38694603495759, 91.32149580195926}}],
|
||
|
StatusArea[#, 7]& ,
|
||
|
TagBoxNote->"7"],
|
||
|
StyleBox["7", {}, StripOnInput -> False]],
|
||
|
Annotation[#,
|
||
|
Style[7, {}], "Tooltip"]& ],
|
||
|
TagBox[
|
||
|
TooltipBox[
|
||
|
TagBox[
|
||
|
DynamicBox[{
|
||
|
FEPrivate`If[
|
||
|
CurrentValue["MouseOver"],
|
||
|
EdgeForm[{
|
||
|
GrayLevel[0.5],
|
||
|
AbsoluteThickness[1.5],
|
||
|
Opacity[0.66]}], {}, {}],
|
||
|
RectangleBox[{1.08, 0}, {1.09, 8.}, "RoundingRadius" -> 0]},
|
||
|
ImageSizeCache->{{56.360516934046245`, 86.0494652406419}, {
|
||
|
82.3248674968145, 91.32149580195926}}],
|
||
|
StatusArea[#, 8]& ,
|
||
|
TagBoxNote->"8"],
|
||
|
StyleBox["8", {}, StripOnInput -> False]],
|
||
|
Annotation[#,
|
||
|
Style[8, {}], "Tooltip"]& ],
|
||
|
TagBox[
|
||
|
TooltipBox[
|
||
|
TagBox[
|
||
|
DynamicBox[{
|
||
|
FEPrivate`If[
|
||
|
CurrentValue["MouseOver"],
|
||
|
EdgeForm[{
|
||
|
GrayLevel[0.5],
|
||
|
AbsoluteThickness[1.5],
|
||
|
Opacity[0.66]}], {}, {}],
|
||
|
RectangleBox[{1.09, 0}, {1.1, 42.}, "RoundingRadius" -> 0]},
|
||
|
ImageSizeCache->{{85.5494652406419, 115.23841354723709`}, {
|
||
|
46.21419719994928, 91.32149580195926}}],
|
||
|
StatusArea[#, 42]& ,
|
||
|
TagBoxNote->"42"],
|
||
|
StyleBox["42", {}, StripOnInput -> False]],
|
||
|
Annotation[#,
|
||
|
Style[42, {}], "Tooltip"]& ],
|
||
|
TagBox[
|
||
|
TooltipBox[
|
||
|
TagBox[
|
||
|
DynamicBox[{
|
||
|
FEPrivate`If[
|
||
|
CurrentValue["MouseOver"],
|
||
|
EdgeForm[{
|
||
|
GrayLevel[0.5],
|
||
|
AbsoluteThickness[1.5],
|
||
|
Opacity[0.66]}], {}, {}],
|
||
|
RectangleBox[{1.1, 0}, {1.11, 73.}, "RoundingRadius" -> 0]},
|
||
|
ImageSizeCache->{{114.73841354723709`, 144.42736185383274`}, {
|
||
|
13.289762517513353`, 91.32149580195926}}],
|
||
|
StatusArea[#, 73]& ,
|
||
|
TagBoxNote->"73"],
|
||
|
StyleBox["73", {}, StripOnInput -> False]],
|
||
|
Annotation[#,
|
||
|
Style[73, {}], "Tooltip"]& ],
|
||
|
TagBox[
|
||
|
TooltipBox[
|
||
|
TagBox[
|
||
|
DynamicBox[{
|
||
|
FEPrivate`If[
|
||
|
CurrentValue["MouseOver"],
|
||
|
EdgeForm[{
|
||
|
GrayLevel[0.5],
|
||
|
AbsoluteThickness[1.5],
|
||
|
Opacity[0.66]}], {}, {}],
|
||
|
RectangleBox[{1.11, 0}, {1.12, 106.}, "RoundingRadius" -> 0]},
|
||
|
ImageSizeCache->{{143.92736185383274`,
|
||
|
173.61631016042793`}, {-21.758829241208772`, 91.32149580195926}}],
|
||
|
StatusArea[#, 106]& ,
|
||
|
TagBoxNote->"106"],
|
||
|
StyleBox["106", {}, StripOnInput -> False]],
|
||
|
Annotation[#,
|
||
|
Style[106, {}], "Tooltip"]& ],
|
||
|
TagBox[
|
||
|
TooltipBox[
|
||
|
TagBox[
|
||
|
DynamicBox[{
|
||
|
FEPrivate`If[
|
||
|
CurrentValue["MouseOver"],
|
||
|
EdgeForm[{
|
||
|
GrayLevel[0.5],
|
||
|
AbsoluteThickness[1.5],
|
||
|
Opacity[0.66]}], {}, {}],
|
||
|
RectangleBox[{1.12, 0}, {1.13, 181.}, "RoundingRadius" -> 0]},
|
||
|
ImageSizeCache->{{173.11631016042793`,
|
||
|
202.80525846702267`}, {-101.41471960194087`, 91.32149580195926}}],
|
||
|
StatusArea[#, 181]& ,
|
||
|
TagBoxNote->"181"],
|
||
|
StyleBox["181", {}, StripOnInput -> False]],
|
||
|
Annotation[#,
|
||
|
Style[181, {}], "Tooltip"]& ],
|
||
|
TagBox[
|
||
|
TooltipBox[
|
||
|
TagBox[
|
||
|
DynamicBox[{
|
||
|
FEPrivate`If[
|
||
|
CurrentValue["MouseOver"],
|
||
|
EdgeForm[{
|
||
|
GrayLevel[0.5],
|
||
|
AbsoluteThickness[1.5],
|
||
|
Opacity[0.66]}], {}, {}],
|
||
|
RectangleBox[{1.13, 0}, {1.14, 107.}, "RoundingRadius" -> 0]},
|
||
|
ImageSizeCache->{{202.30525846702267`,
|
||
|
231.99420677361832`}, {-22.82090777935187, 91.32149580195926}}],
|
||
|
StatusArea[#, 107]& ,
|
||
|
TagBoxNote->"107"],
|
||
|
StyleBox["107", {}, StripOnInput -> False]],
|
||
|
Annotation[#,
|
||
|
Style[107, {}], "Tooltip"]& ],
|
||
|
TagBox[
|
||
|
TooltipBox[
|
||
|
TagBox[
|
||
|
DynamicBox[{
|
||
|
FEPrivate`If[
|
||
|
CurrentValue["MouseOver"],
|
||
|
EdgeForm[{
|
||
|
GrayLevel[0.5],
|
||
|
AbsoluteThickness[1.5],
|
||
|
Opacity[0.66]}], {}, {}],
|
||
|
RectangleBox[{1.14, 0}, {1.15, 111.}, "RoundingRadius" -> 0]},
|
||
|
ImageSizeCache->{{231.49420677361832`,
|
||
|
261.1831550802135}, {-27.069221931924247`, 91.32149580195926}}],
|
||
|
StatusArea[#, 111]& ,
|
||
|
TagBoxNote->"111"],
|
||
|
StyleBox["111", {}, StripOnInput -> False]],
|
||
|
Annotation[#,
|
||
|
Style[111, {}], "Tooltip"]& ],
|
||
|
TagBox[
|
||
|
TooltipBox[
|
||
|
TagBox[
|
||
|
DynamicBox[{
|
||
|
FEPrivate`If[
|
||
|
CurrentValue["MouseOver"],
|
||
|
EdgeForm[{
|
||
|
GrayLevel[0.5],
|
||
|
AbsoluteThickness[1.5],
|
||
|
Opacity[0.66]}], {}, {}],
|
||
|
RectangleBox[{1.15, 0}, {1.16, 62.}, "RoundingRadius" -> 0]},
|
||
|
ImageSizeCache->{{260.6831550802135, 290.37210338680916`}, {
|
||
|
24.9726264370874, 91.32149580195926}}],
|
||
|
StatusArea[#, 62]& ,
|
||
|
TagBoxNote->"62"],
|
||
|
StyleBox["62", {}, StripOnInput -> False]],
|
||
|
Annotation[#,
|
||
|
Style[62, {}], "Tooltip"]& ],
|
||
|
TagBox[
|
||
|
TooltipBox[
|
||
|
TagBox[
|
||
|
DynamicBox[{
|
||
|
FEPrivate`If[
|
||
|
CurrentValue["MouseOver"],
|
||
|
EdgeForm[{
|
||
|
GrayLevel[0.5],
|
||
|
AbsoluteThickness[1.5],
|
||
|
Opacity[0.66]}], {}, {}],
|
||
|
RectangleBox[{1.16, 0}, {1.17, 19.}, "RoundingRadius" -> 0]},
|
||
|
ImageSizeCache->{{289.87210338680916`, 319.5610516934048}, {
|
||
|
70.64200357724046, 91.32149580195926}}],
|
||
|
StatusArea[#, 19]& ,
|
||
|
TagBoxNote->"19"],
|
||
|
StyleBox["19", {}, StripOnInput -> False]],
|
||
|
Annotation[#,
|
||
|
Style[19, {}], "Tooltip"]& ],
|
||
|
TagBox[
|
||
|
TooltipBox[
|
||
|
TagBox[
|
||
|
DynamicBox[{
|
||
|
FEPrivate`If[
|
||
|
CurrentValue["MouseOver"],
|
||
|
EdgeForm[{
|
||
|
GrayLevel[0.5],
|
||
|
AbsoluteThickness[1.5],
|
||
|
Opacity[0.66]}], {}, {}],
|
||
|
RectangleBox[{1.17, 0}, {1.18, 14.}, "RoundingRadius" -> 0]},
|
||
|
ImageSizeCache->{{319.0610516934048, 348.75}, {75.95239626795593,
|
||
|
91.32149580195926}}],
|
||
|
StatusArea[#, 14]& ,
|
||
|
TagBoxNote->"14"],
|
||
|
StyleBox["14", {}, StripOnInput -> False]],
|
||
|
Annotation[#,
|
||
|
Style[14, {}],
|
||
|
"Tooltip"]& ]}, {}, {}}, {{}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}}},
|
||
|
|
||
|
AspectRatio->NCache[GoldenRatio^(-1), 0.6180339887498948],
|
||
|
Axes->{True, True},
|
||
|
AxesLabel->{None, None},
|
||
|
AxesOrigin->{1.0678, 0},
|
||
|
FrameLabel->{{None, None}, {None, None}},
|
||
|
FrameTicks->{{Automatic, Automatic}, {Automatic, Automatic}},
|
||
|
GridLines->{None, None},
|
||
|
GridLinesStyle->Directive[
|
||
|
GrayLevel[0.5, 0.4]],
|
||
|
PlotRange->{{1.07, 1.18}, {All, All}},
|
||
|
PlotRangePadding->{{
|
||
|
Scaled[0.02],
|
||
|
Scaled[0.02]}, {
|
||
|
Scaled[0.02],
|
||
|
Scaled[0.05]}},
|
||
|
Ticks->{Automatic, Automatic}]], "Output",
|
||
|
CellChangeTimes->{3.76418424892157*^9, 3.766446532764968*^9,
|
||
|
3.766446684123661*^9},
|
||
|
CellLabel->"Out[36]=",ExpressionUUID->"c381d469-b7c3-41ab-9df3-953131b7d151"]
|
||
|
}, Open ]],
|
||
|
|
||
|
Cell[CellGroupData[{
|
||
|
|
||
|
Cell[BoxData[
|
||
|
RowBox[{"Graphics3D", "[",
|
||
|
RowBox[{
|
||
|
RowBox[{"Point", "/@", "magdata3"}], ","}], "]"}]], "Input",
|
||
|
CellChangeTimes->{{3.7641842781124907`*^9, 3.7641843205781918`*^9}, {
|
||
|
3.764184373797261*^9, 3.7641843809209137`*^9}, {3.764184450262967*^9,
|
||
|
3.7641844707209997`*^9}, {3.766446690948681*^9,
|
||
|
3.766446693626443*^9}},ExpressionUUID->"25184dae-8e32-46f2-b4df-\
|
||
|
4067e177155f"],
|
||
|
|
||
|
Cell[BoxData[
|
||
|
Graphics3DBox[{
|
||
|
Point3DBox[{-0.7920790629413463, 0.06297230911783126, -0.818639798657929}],
|
||
|
Point3DBox[{-0.7920790629413463,
|
||
|
0.06297230911783126, -0.818639798657929}],
|
||
|
Point3DBox[{-0.7920790629413463, 0.06297230911783126, -0.818639798657929}],
|
||
|
Point3DBox[{-0.7326732648749948,
|
||
|
0.09319901749439025, -0.818639798657929}],
|
||
|
Point3DBox[{-0.7326732648749948, 0.09319901749439025, -0.818639798657929}],
|
||
|
Point3DBox[{-0.7821782341667028,
|
||
|
0.09319901749439025, -0.8085642617823904}],
|
||
|
Point3DBox[{-0.7821782341667028,
|
||
|
0.09319901749439025, -0.8085642617823904}],
|
||
|
Point3DBox[{-0.7821782341667028,
|
||
|
0.09319901749439025, -0.8085642617823904}],
|
||
|
Point3DBox[{-0.7970296259039964,
|
||
|
0.06801009384725776, -0.8539042953184588}],
|
||
|
Point3DBox[{-0.7970296259039964,
|
||
|
0.06801009384725776, -0.8539042953184588}],
|
||
|
Point3DBox[{-0.7623763124834987,
|
||
|
0.09319901749439025, -0.7984886913079533}],
|
||
|
Point3DBox[{-0.7623763124834987,
|
||
|
0.09319901749439025, -0.7984886913079533}],
|
||
|
Point3DBox[{-0.7623763124834987,
|
||
|
0.09319901749439025, -0.7984886913079533}],
|
||
|
Point3DBox[{-0.7772276712040527, 0.0982368022238168, -0.8438287248440217}],
|
||
|
Point3DBox[{-0.7772276712040527,
|
||
|
0.0982368022238168, -0.8438287248440217}],
|
||
|
Point3DBox[{-0.7871287641126133,
|
||
|
0.07808569690500587, -0.7833753355962975}],
|
||
|
Point3DBox[{-0.7871287641126133,
|
||
|
0.07808569690500587, -0.7833753355962975}],
|
||
|
Point3DBox[{-0.7871287641126133,
|
||
|
0.07808569690500587, -0.7833753355962975}],
|
||
|
Point3DBox[{-0.7920790629413463,
|
||
|
0.07304784497778914, -0.8488665100812403}],
|
||
|
Point3DBox[{-0.7920790629413463,
|
||
|
0.07304784497778914, -0.8488665100812403}],
|
||
|
Point3DBox[{-0.8019801558499069,
|
||
|
0.07304784497778914, -0.7884131208335162}],
|
||
|
Point3DBox[{-0.8019801558499069,
|
||
|
0.07304784497778914, -0.7884131208335162}],
|
||
|
Point3DBox[{-0.8019801558499069,
|
||
|
0.07304784497778914, -0.7884131208335162}],
|
||
|
Point3DBox[{-0.7722771412581422,
|
||
|
0.10327458695324329`, -0.8085642617823904}],
|
||
|
Point3DBox[{-0.7722771412581422,
|
||
|
0.10327458695324329`, -0.8085642617823904}],
|
||
|
Point3DBox[{-0.8415840322330542, 0.08312344803553724, -0.818639798657929}],
|
||
|
Point3DBox[{-0.8415840322330542,
|
||
|
0.08312344803553724, -0.818639798657929}],
|
||
|
Point3DBox[{-0.8415840322330542, 0.08312344803553724, -0.818639798657929}],
|
||
|
Point3DBox[{-0.7821782341667028,
|
||
|
0.07304784497778914, -0.8085642617823904}],
|
||
|
Point3DBox[{-0.7821782341667028,
|
||
|
0.07304784497778914, -0.8085642617823904}],
|
||
|
Point3DBox[{-0.7970296259039964,
|
||
|
0.06801009384725776, -0.8035264429462733}],
|
||
|
Point3DBox[{-0.7970296259039964,
|
||
|
0.06801009384725776, -0.8035264429462733}],
|
||
|
Point3DBox[{-0.7970296259039964,
|
||
|
0.06801009384725776, -0.8035264429462733}],
|
||
|
Point3DBox[{-0.7722771412581422,
|
||
|
0.09319901749439025, -0.8287153691323661}],
|
||
|
Point3DBox[{-0.7722771412581422,
|
||
|
0.09319901749439025, -0.8287153691323661}],
|
||
|
Point3DBox[{-0.7821782341667028,
|
||
|
0.022670031282419293`, -0.818639798657929}],
|
||
|
Point3DBox[{-0.7821782341667028,
|
||
|
0.022670031282419293`, -0.818639798657929}],
|
||
|
Point3DBox[{-0.7821782341667028,
|
||
|
0.022670031282419293`, -0.818639798657929}],
|
||
|
Point3DBox[{-0.7920790629413463,
|
||
|
0.07304784497778914, -0.8287153691323661}],
|
||
|
Point3DBox[{-0.7920790629413463,
|
||
|
0.07304784497778914, -0.8287153691323661}],
|
||
|
Point3DBox[{-0.7920790629413463,
|
||
|
0.07304784497778914, -0.7984886913079533}],
|
||
|
Point3DBox[{-0.7920790629413463,
|
||
|
0.07304784497778914, -0.7984886913079533}],
|
||
|
Point3DBox[{-0.8069307188125571, 0.0982368022238168, -0.8438287248440217}],
|
||
|
Point3DBox[{-0.8069307188125571,
|
||
|
0.0982368022238168, -0.8438287248440217}],
|
||
|
Point3DBox[{-0.8069307188125571, 0.0982368022238168, -0.8438287248440217}],
|
||
|
Point3DBox[{-0.7970296259039964,
|
||
|
0.08816123276496374, -0.8337531543695846}],
|
||
|
Point3DBox[{-0.7970296259039964,
|
||
|
0.08816123276496374, -0.8337531543695846}],
|
||
|
Point3DBox[{-0.7574257495208486,
|
||
|
0.08816123276496374, -0.8035264429462733}],
|
||
|
Point3DBox[{-0.7574257495208486,
|
||
|
0.08816123276496374, -0.8035264429462733}],
|
||
|
Point3DBox[{-0.7574257495208486,
|
||
|
0.08816123276496374, -0.8035264429462733}],
|
||
|
Point3DBox[{-0.8316832034584112,
|
||
|
0.08312344803553724, -0.7884131208335162}],
|
||
|
Point3DBox[{-0.8316832034584112,
|
||
|
0.08312344803553724, -0.7884131208335162}],
|
||
|
Point3DBox[{-0.7970296259039964,
|
||
|
0.06801009384725776, -0.7934508724718362}],
|
||
|
Point3DBox[{-0.7970296259039964,
|
||
|
0.06801009384725776, -0.7934508724718362}],
|
||
|
Point3DBox[{-0.7970296259039964,
|
||
|
0.06801009384725776, -0.7934508724718362}],
|
||
|
Point3DBox[{-0.8267326404957611,
|
||
|
0.08816123276496374, -0.7732997651218604}],
|
||
|
Point3DBox[{-0.8267326404957611,
|
||
|
0.08816123276496374, -0.7732997651218604}],
|
||
|
Point3DBox[{-0.8168315475872004, 0.0982368022238168, -0.8035264429462733}],
|
||
|
Point3DBox[{-0.8168315475872004,
|
||
|
0.0982368022238168, -0.8035264429462733}],
|
||
|
Point3DBox[{-0.8168315475872004, 0.0982368022238168, -0.8035264429462733}],
|
||
|
Point3DBox[{-0.8118812487584676,
|
||
|
0.022670031282419293`, -0.8488665100812403}],
|
||
|
Point3DBox[{-0.8118812487584676,
|
||
|
0.022670031282419293`, -0.8488665100812403}],
|
||
|
Point3DBox[{-0.7821782341667028,
|
||
|
0.09319901749439025, -0.8488665100812403}],
|
||
|
Point3DBox[{-0.7821782341667028,
|
||
|
0.09319901749439025, -0.8488665100812403}],
|
||
|
Point3DBox[{-0.7821782341667028,
|
||
|
0.09319901749439025, -0.8488665100812403}],
|
||
|
Point3DBox[{-0.7623763124834987,
|
||
|
0.08312344803553724, -0.8287153691323661}],
|
||
|
Point3DBox[{-0.7623763124834987,
|
||
|
0.08312344803553724, -0.8287153691323661}],
|
||
|
Point3DBox[{-0.7970296259039964,
|
||
|
0.06801009384725776, -0.8136020134207104}],
|
||
|
Point3DBox[{-0.7970296259039964,
|
||
|
0.06801009384725776, -0.8136020134207104}],
|
||
|
Point3DBox[{-0.7970296259039964,
|
||
|
0.06801009384725776, -0.8136020134207104}],
|
||
|
Point3DBox[{-0.7722771412581422,
|
||
|
0.07304784497778914, -0.7984886913079533}],
|
||
|
Point3DBox[{-0.7722771412581422,
|
||
|
0.07304784497778914, -0.7984886913079533}],
|
||
|
Point3DBox[{-0.7722771412581422,
|
||
|
0.07304784497778914, -0.7984886913079533}],
|
||
|
Point3DBox[{-0.7722771412581422,
|
||
|
0.07304784497778914, -0.7984886913079533}],
|
||
|
Point3DBox[{-0.7722771412581422,
|
||
|
0.07304784497778914, -0.7984886913079533}],
|
||
|
Point3DBox[{-0.7970296259039964,
|
||
|
0.06801009384725776, -0.8136020134207104}],
|
||
|
Point3DBox[{-0.7970296259039964,
|
||
|
0.06801009384725776, -0.8136020134207104}],
|
||
|
Point3DBox[{-0.747524656612288, 0.08816123276496374, -0.8136020134207104}],
|
||
|
Point3DBox[{-0.747524656612288,
|
||
|
0.08816123276496374, -0.8136020134207104}],
|
||
|
Point3DBox[{-0.747524656612288, 0.08816123276496374, -0.8136020134207104}],
|
||
|
Point3DBox[{-0.7871287641126133,
|
||
|
0.07808569690500587, -0.8035264429462733}],
|
||
|
Point3DBox[{-0.7871287641126133,
|
||
|
0.07808569690500587, -0.8035264429462733}],
|
||
|
Point3DBox[{-0.7871287641126133,
|
||
|
0.12846347700148072`, -0.8035264429462733}],
|
||
|
Point3DBox[{-0.7871287641126133,
|
||
|
0.12846347700148072`, -0.8035264429462733}],
|
||
|
Point3DBox[{-0.7871287641126133,
|
||
|
0.12846347700148072`, -0.8035264429462733}],
|
||
|
Point3DBox[{-0.7871287641126133,
|
||
|
0.07808569690500587, -0.8035264429462733}],
|
||
|
Point3DBox[{-0.7871287641126133,
|
||
|
0.07808569690500587, -0.8035264429462733}],
|
||
|
Point3DBox[{-0.871287046824819, 0.06297230911783126, -0.7581863758113062}],
|
||
|
Point3DBox[{-0.871287046824819,
|
||
|
0.06297230911783126, -0.7581863758113062}],
|
||
|
Point3DBox[{-0.871287046824819, 0.06297230911783126, -0.7581863758113062}],
|
||
|
Point3DBox[{-0.8415840322330542,
|
||
|
0.06297230911783126, -0.8085642617823904}],
|
||
|
Point3DBox[{-0.8415840322330542,
|
||
|
0.06297230911783126, -0.8085642617823904}],
|
||
|
Point3DBox[{-0.7871287641126133,
|
||
|
0.07808569690500587, -0.8035264429462733}],
|
||
|
Point3DBox[{-0.7871287641126133,
|
||
|
0.07808569690500587, -0.8035264429462733}],
|
||
|
Point3DBox[{-0.7871287641126133,
|
||
|
0.07808569690500587, -0.8035264429462733}],
|
||
|
Point3DBox[{-0.7574257495208486,
|
||
|
0.07808569690500587, -0.8337531543695846}],
|
||
|
Point3DBox[{-0.7574257495208486,
|
||
|
0.07808569690500587, -0.8337531543695846}],
|
||
|
Point3DBox[{-0.8118812487584676, 0.08312344803553724, -0.818639798657929}],
|
||
|
Point3DBox[{-0.8118812487584676,
|
||
|
0.08312344803553724, -0.818639798657929}],
|
||
|
Point3DBox[{-0.8118812487584676, 0.08312344803553724, -0.818639798657929}],
|
||
|
Point3DBox[{-0.7574257495208486,
|
||
|
0.06801009384725776, -0.8539042953184588}],
|
||
|
Point3DBox[{-0.7574257495208486,
|
||
|
0.06801009384725776, -0.8539042953184588}],
|
||
|
Point3DBox[{-0.7722771412581422,
|
||
|
0.07304784497778914, -0.7984886913079533}],
|
||
|
Point3DBox[{-0.7722771412581422,
|
||
|
0.07304784497778914, -0.7984886913079533}],
|
||
|
Point3DBox[{-0.7722771412581422,
|
||
|
0.07304784497778914, -0.7984886913079533}],
|
||
|
Point3DBox[{-0.7920790629413463,
|
||
|
0.07304784497778914, -0.7984886913079533}],
|
||
|
Point3DBox[{-0.7920790629413463,
|
||
|
0.07304784497778914, -0.7984886913079533}],
|
||
|
Point3DBox[{-0.8168315475872004,
|
||
|
0.10831233808377468`, -0.8035264429462733}],
|
||
|
Point3DBox[{-0.8168315475872004,
|
||
|
0.10831233808377468`, -0.8035264429462733}],
|
||
|
Point3DBox[{-0.8168315475872004,
|
||
|
0.10831233808377468`, -0.8035264429462733}],
|
||
|
Point3DBox[{-0.7970296259039964,
|
||
|
0.07808569690500587, -0.8236776174940459}],
|
||
|
Point3DBox[{-0.7970296259039964,
|
||
|
0.07808569690500587, -0.8236776174940459}],
|
||
|
Point3DBox[{-0.7772276712040527,
|
||
|
0.07808569690500587, -0.8136020134207104}],
|
||
|
Point3DBox[{-0.7772276712040527,
|
||
|
0.07808569690500587, -0.8136020134207104}],
|
||
|
Point3DBox[{-0.7772276712040527,
|
||
|
0.07808569690500587, -0.8136020134207104}],
|
||
|
Point3DBox[{-0.8267326404957611,
|
||
|
0.04785892133065666, -0.8236776174940459}],
|
||
|
Point3DBox[{-0.8267326404957611,
|
||
|
0.04785892133065666, -0.8236776174940459}],
|
||
|
Point3DBox[{-0.7970296259039964,
|
||
|
0.04785892133065666, -0.8136020134207104}],
|
||
|
Point3DBox[{-0.7970296259039964,
|
||
|
0.04785892133065666, -0.8136020134207104}],
|
||
|
Point3DBox[{-0.7970296259039964,
|
||
|
0.04785892133065666, -0.8136020134207104}],
|
||
|
Point3DBox[{-0.7821782341667028,
|
||
|
0.07304784497778914, -0.7984886913079533}],
|
||
|
Point3DBox[{-0.7821782341667028,
|
||
|
0.07304784497778914, -0.7984886913079533}],
|
||
|
Point3DBox[{-0.8069307188125571,
|
||
|
0.08816123276496374, -0.8337531543695846}],
|
||
|
Point3DBox[{-0.8069307188125571,
|
||
|
0.08816123276496374, -0.8337531543695846}],
|
||
|
Point3DBox[{-0.7871287641126133,
|
||
|
0.11838790754262767`, -0.8035264429462733}],
|
||
|
Point3DBox[{-0.7871287641126133,
|
||
|
0.11838790754262767`, -0.8035264429462733}],
|
||
|
Point3DBox[{-0.7871287641126133,
|
||
|
0.11838790754262767`, -0.8035264429462733}],
|
||
|
Point3DBox[{-0.7772276712040527,
|
||
|
0.05793455798729988, -0.7934508724718362}],
|
||
|
Point3DBox[{-0.7772276712040527,
|
||
|
0.05793455798729988, -0.7934508724718362}],
|
||
|
Point3DBox[{-0.7574257495208486,
|
||
|
0.10831233808377468`, -0.8236776174940459}],
|
||
|
Point3DBox[{-0.7574257495208486,
|
||
|
0.10831233808377468`, -0.8236776174940459}],
|
||
|
Point3DBox[{-0.7574257495208486,
|
||
|
0.10831233808377468`, -0.8236776174940459}],
|
||
|
Point3DBox[{-0.7821782341667028,
|
||
|
0.042821170200125276`, -0.7984886913079533}],
|
||
|
Point3DBox[{-0.7821782341667028,
|
||
|
0.042821170200125276`, -0.7984886913079533}],
|
||
|
Point3DBox[{-0.7821782341667028, 0.07304784497778914, -0.818639798657929}],
|
||
|
Point3DBox[{-0.7821782341667028,
|
||
|
0.07304784497778914, -0.818639798657929}],
|
||
|
Point3DBox[{-0.7821782341667028, 0.07304784497778914, -0.818639798657929}],
|
||
|
Point3DBox[{-0.7623763124834987,
|
||
|
0.09319901749439025, -0.7682619798846418}],
|
||
|
Point3DBox[{-0.7623763124834987,
|
||
|
0.09319901749439025, -0.7682619798846418}],
|
||
|
Point3DBox[{-0.7821782341667028,
|
||
|
0.03274563434016728, -0.8387909396068032}],
|
||
|
Point3DBox[{-0.7821782341667028,
|
||
|
0.03274563434016728, -0.8387909396068032}],
|
||
|
Point3DBox[{-0.7821782341667028,
|
||
|
0.03274563434016728, -0.8387909396068032}],
|
||
|
Point3DBox[{-0.7821782341667028,
|
||
|
0.07304784497778914, -0.7682619798846418}],
|
||
|
Point3DBox[{-0.7821782341667028,
|
||
|
0.07304784497778914, -0.7682619798846418}],
|
||
|
Point3DBox[{-0.8019801558499069,
|
||
|
0.06297230911783126, -0.7783375503590789}],
|
||
|
Point3DBox[{-0.8019801558499069,
|
||
|
0.06297230911783126, -0.7783375503590789}],
|
||
|
Point3DBox[{-0.8019801558499069,
|
||
|
0.06297230911783126, -0.7783375503590789}],
|
||
|
Point3DBox[{-0.7574257495208486,
|
||
|
0.05793455798729988, -0.7934508724718362}],
|
||
|
Point3DBox[{-0.7574257495208486,
|
||
|
0.05793455798729988, -0.7934508724718362}],
|
||
|
Point3DBox[{-0.7772276712040527,
|
||
|
0.08816123276496374, -0.8035264429462733}],
|
||
|
Point3DBox[{-0.7772276712040527,
|
||
|
0.08816123276496374, -0.8035264429462733}],
|
||
|
Point3DBox[{-0.7772276712040527,
|
||
|
0.08816123276496374, -0.8035264429462733}],
|
||
|
Point3DBox[{-0.7722771412581422,
|
||
|
0.05289677325787338, -0.7884131208335162}],
|
||
|
Point3DBox[{-0.7722771412581422,
|
||
|
0.05289677325787338, -0.7884131208335162}],
|
||
|
Point3DBox[{-0.7970296259039964,
|
||
|
0.08816123276496374, -0.8236776174940459}],
|
||
|
Point3DBox[{-0.7970296259039964,
|
||
|
0.08816123276496374, -0.8236776174940459}],
|
||
|
Point3DBox[{-0.7970296259039964,
|
||
|
0.08816123276496374, -0.8236776174940459}],
|
||
|
Point3DBox[{-0.8118812487584676,
|
||
|
0.08312344803553724, -0.7783375503590789}],
|
||
|
Point3DBox[{-0.8118812487584676,
|
||
|
0.08312344803553724, -0.7783375503590789}],
|
||
|
Point3DBox[{-0.8069307188125571,
|
||
|
0.08816123276496374, -0.8136020134207104}],
|
||
|
Point3DBox[{-0.8069307188125571,
|
||
|
0.08816123276496374, -0.8136020134207104}],
|
||
|
Point3DBox[{-0.8069307188125571,
|
||
|
0.08816123276496374, -0.8136020134207104}],
|
||
|
Point3DBox[{-0.7722771412581422,
|
||
|
0.07304784497778914, -0.8085642617823904}],
|
||
|
Point3DBox[{-0.7722771412581422,
|
||
|
0.07304784497778914, -0.8085642617823904}],
|
||
|
Point3DBox[{-0.7871287641126133,
|
||
|
0.08816123276496374, -0.7934508724718362}],
|
||
|
Point3DBox[{-0.7871287641126133,
|
||
|
0.08816123276496374, -0.7934508724718362}],
|
||
|
Point3DBox[{-0.7871287641126133,
|
||
|
0.08816123276496374, -0.7934508724718362}],
|
||
|
Point3DBox[{-0.7574257495208486,
|
||
|
0.03778338547069878, -0.8136020134207104}],
|
||
|
Point3DBox[{-0.7574257495208486,
|
||
|
0.03778338547069878, -0.8136020134207104}],
|
||
|
Point3DBox[{-0.8019801558499069,
|
||
|
0.05289677325787338, -0.8085642617823904}],
|
||
|
Point3DBox[{-0.8019801558499069,
|
||
|
0.05289677325787338, -0.8085642617823904}],
|
||
|
Point3DBox[{-0.8019801558499069,
|
||
|
0.05289677325787338, -0.8085642617823904}],
|
||
|
Point3DBox[{-0.8019801558499069,
|
||
|
0.05289677325787338, -0.8085642617823904}],
|
||
|
Point3DBox[{-0.8019801558499069,
|
||
|
0.05289677325787338, -0.8085642617823904}],
|
||
|
Point3DBox[{-0.7772276712040527,
|
||
|
0.07808569690500587, -0.8035264429462733}],
|
||
|
Point3DBox[{-0.7772276712040527,
|
||
|
0.07808569690500587, -0.8035264429462733}],
|
||
|
Point3DBox[{-0.7821782341667028,
|
||
|
0.06297230911783126, -0.8287153691323661}],
|
||
|
Point3DBox[{-0.7821782341667028,
|
||
|
0.06297230911783126, -0.8287153691323661}],
|
||
|
Point3DBox[{-0.7821782341667028,
|
||
|
0.06297230911783126, -0.8287153691323661}],
|
||
|
Point3DBox[{-0.8069307188125571,
|
||
|
0.07808569690500587, -0.8236776174940459}],
|
||
|
Point3DBox[{-0.8069307188125571,
|
||
|
0.07808569690500587, -0.8236776174940459}],
|
||
|
Point3DBox[{-0.8069307188125571, 0.0982368022238168, -0.7732997651218604}],
|
||
|
Point3DBox[{-0.8069307188125571,
|
||
|
0.0982368022238168, -0.7732997651218604}],
|
||
|
Point3DBox[{-0.8069307188125571, 0.0982368022238168, -0.7732997651218604}],
|
||
|
Point3DBox[{-0.7574257495208486,
|
||
|
0.04785892133065666, -0.8136020134207104}],
|
||
|
Point3DBox[{-0.7574257495208486,
|
||
|
0.04785892133065666, -0.8136020134207104}],
|
||
|
Point3DBox[{-0.8118812487584676,
|
||
|
0.08312344803553724, -0.7884131208335162}],
|
||
|
Point3DBox[{-0.8118812487584676,
|
||
|
0.08312344803553724, -0.7884131208335162}],
|
||
|
Point3DBox[{-0.8118812487584676,
|
||
|
0.08312344803553724, -0.7884131208335162}],
|
||
|
Point3DBox[{-0.7821782341667028,
|
||
|
0.08312344803553724, -0.7984886913079533}],
|
||
|
Point3DBox[{-0.7821782341667028,
|
||
|
0.08312344803553724, -0.7984886913079533}],
|
||
|
Point3DBox[{-0.747524656612288, 0.08816123276496374, -0.7732997651218604}],
|
||
|
Point3DBox[{-0.747524656612288,
|
||
|
0.08816123276496374, -0.7732997651218604}],
|
||
|
Point3DBox[{-0.747524656612288, 0.08816123276496374, -0.7732997651218604}],
|
||
|
Point3DBox[{-0.7524752195749381,
|
||
|
0.07304784497778914, -0.8085642617823904}],
|
||
|
Point3DBox[{-0.7524752195749381,
|
||
|
0.07304784497778914, -0.8085642617823904}],
|
||
|
Point3DBox[{-0.7920790629413463,
|
||
|
0.08312344803553724, -0.7884131208335162}],
|
||
|
Point3DBox[{-0.7920790629413463,
|
||
|
0.08312344803553724, -0.7884131208335162}],
|
||
|
Point3DBox[{-0.7920790629413463,
|
||
|
0.08312344803553724, -0.7884131208335162}],
|
||
|
Point3DBox[{-0.8019801558499069,
|
||
|
0.10327458695324329`, -0.8085642617823904}],
|
||
|
Point3DBox[{-0.8019801558499069,
|
||
|
0.10327458695324329`, -0.8085642617823904}],
|
||
|
Point3DBox[{-0.8019801558499069,
|
||
|
0.06297230911783126, -0.7984886913079533}],
|
||
|
Point3DBox[{-0.8019801558499069,
|
||
|
0.06297230911783126, -0.7984886913079533}],
|
||
|
Point3DBox[{-0.8019801558499069,
|
||
|
0.06297230911783126, -0.7984886913079533}],
|
||
|
Point3DBox[{-0.7821782341667028,
|
||
|
0.10327458695324329`, -0.7884131208335162}],
|
||
|
Point3DBox[{-0.7821782341667028,
|
||
|
0.10327458695324329`, -0.7884131208335162}],
|
||
|
Point3DBox[{-0.7920790629413463,
|
||
|
0.12342572587094927`, -0.8287153691323661}],
|
||
|
Point3DBox[{-0.7920790629413463,
|
||
|
0.12342572587094927`, -0.8287153691323661}],
|
||
|
Point3DBox[{-0.7920790629413463,
|
||
|
0.12342572587094927`, -0.8287153691323661}],
|
||
|
Point3DBox[{-0.7821782341667028,
|
||
|
0.06297230911783126, -0.8287153691323661}],
|
||
|
Point3DBox[{-0.7821782341667028,
|
||
|
0.06297230911783126, -0.8287153691323661}],
|
||
|
Point3DBox[{-0.8118812487584676, 0.09319901749439025, -0.818639798657929}],
|
||
|
Point3DBox[{-0.8118812487584676,
|
||
|
0.09319901749439025, -0.818639798657929}],
|
||
|
Point3DBox[{-0.8118812487584676, 0.09319901749439025, -0.818639798657929}],
|
||
|
Point3DBox[{-0.7821782341667028,
|
||
|
0.09319901749439025, -0.8085642617823904}],
|
||
|
Point3DBox[{-0.7821782341667028,
|
||
|
0.09319901749439025, -0.8085642617823904}],
|
||
|
Point3DBox[{-0.8118812487584676, 0.07304784497778914, -0.818639798657929}],
|
||
|
Point3DBox[{-0.8118812487584676,
|
||
|
0.07304784497778914, -0.818639798657929}],
|
||
|
Point3DBox[{-0.8118812487584676, 0.07304784497778914, -0.818639798657929}],
|
||
|
Point3DBox[{-0.7920790629413463,
|
||
|
0.09319901749439025, -0.7783375503590789}],
|
||
|
Point3DBox[{-0.7920790629413463,
|
||
|
0.09319901749439025, -0.7783375503590789}],
|
||
|
Point3DBox[{-0.7574257495208486, 0.0982368022238168, -0.7934508724718362}],
|
||
|
Point3DBox[{-0.7574257495208486,
|
||
|
0.0982368022238168, -0.7934508724718362}],
|
||
|
Point3DBox[{-0.7524752195749381,
|
||
|
0.10327458695324329`, -0.8488665100812403}],
|
||
|
Point3DBox[{-0.7524752195749381,
|
||
|
0.10327458695324329`, -0.8488665100812403}],
|
||
|
Point3DBox[{-0.7524752195749381,
|
||
|
0.10327458695324329`, -0.8488665100812403}],
|
||
|
Point3DBox[{-0.8316832034584112,
|
||
|
0.10327458695324329`, -0.8085642617823904}],
|
||
|
Point3DBox[{-0.8316832034584112,
|
||
|
0.10327458695324329`, -0.8085642617823904}],
|
||
|
Point3DBox[{-0.747524656612288, 0.08816123276496374, -0.8337531543695846}],
|
||
|
Point3DBox[{-0.747524656612288,
|
||
|
0.08816123276496374, -0.8337531543695846}],
|
||
|
Point3DBox[{-0.747524656612288, 0.08816123276496374, -0.8337531543695846}],
|
||
|
Point3DBox[{-0.8019801558499069,
|
||
|
0.10327458695324329`, -0.7984886913079533}],
|
||
|
Point3DBox[{-0.8019801558499069,
|
||
|
0.10327458695324329`, -0.7984886913079533}],
|
||
|
Point3DBox[{-0.7722771412581422,
|
||
|
0.03274563434016728, -0.8287153691323661}],
|
||
|
Point3DBox[{-0.7722771412581422,
|
||
|
0.03274563434016728, -0.8287153691323661}],
|
||
|
Point3DBox[{-0.7722771412581422,
|
||
|
0.03274563434016728, -0.8287153691323661}],
|
||
|
Point3DBox[{-0.7425741266663775,
|
||
|
0.08312344803553724, -0.8287153691323661}],
|
||
|
Point3DBox[{-0.7425741266663775,
|
||
|
0.08312344803553724, -0.8287153691323661}],
|
||
|
Point3DBox[{-0.8019801558499069,
|
||
|
0.09319901749439025, -0.8287153691323661}],
|
||
|
Point3DBox[{-0.8019801558499069,
|
||
|
0.09319901749439025, -0.8287153691323661}],
|
||
|
Point3DBox[{-0.8019801558499069,
|
||
|
0.09319901749439025, -0.8287153691323661}],
|
||
|
Point3DBox[{-0.7524752195749381, 0.09319901749439025, -0.818639798657929}],
|
||
|
Point3DBox[{-0.7524752195749381, 0.09319901749439025, -0.818639798657929}]
|
||
|
, Point3DBox[{-0.8118812487584676,
|
||
|
0.09319901749439025, -0.7682619798846418}],
|
||
|
Point3DBox[{-0.8118812487584676,
|
||
|
0.09319901749439025, -0.7682619798846418}],
|
||
|
Point3DBox[{-0.8118812487584676,
|
||
|
0.09319901749439025, -0.7682619798846418}],
|
||
|
Point3DBox[{-0.8168315475872004,
|
||
|
0.10831233808377468`, -0.8136020134207104}],
|
||
|
Point3DBox[{-0.8168315475872004,
|
||
|
0.10831233808377468`, -0.8136020134207104}],
|
||
|
Point3DBox[{-0.7772276712040527,
|
||
|
0.07808569690500587, -0.8136020134207104}],
|
||
|
Point3DBox[{-0.7772276712040527,
|
||
|
0.07808569690500587, -0.8136020134207104}],
|
||
|
Point3DBox[{-0.7772276712040527,
|
||
|
0.07808569690500587, -0.8136020134207104}],
|
||
|
Point3DBox[{-0.8019801558499069,
|
||
|
0.05289677325787338, -0.7984886913079533}],
|
||
|
Point3DBox[{-0.8019801558499069,
|
||
|
0.05289677325787338, -0.7984886913079533}],
|
||
|
Point3DBox[{-0.7920790629413463,
|
||
|
0.07304784497778914, -0.8287153691323661}],
|
||
|
Point3DBox[{-0.7920790629413463,
|
||
|
0.07304784497778914, -0.8287153691323661}],
|
||
|
Point3DBox[{-0.7920790629413463,
|
||
|
0.07304784497778914, -0.8287153691323661}],
|
||
|
Point3DBox[{-0.8168315475872004,
|
||
|
0.08816123276496374, -0.8136020134207104}],
|
||
|
Point3DBox[{-0.8168315475872004,
|
||
|
0.08816123276496374, -0.8136020134207104}],
|
||
|
Point3DBox[{-0.7524752195749381,
|
||
|
0.07304784497778914, -0.7884131208335162}],
|
||
|
Point3DBox[{-0.7524752195749381,
|
||
|
0.07304784497778914, -0.7884131208335162}],
|
||
|
Point3DBox[{-0.7524752195749381,
|
||
|
0.07304784497778914, -0.7884131208335162}],
|
||
|
Point3DBox[{-0.7871287641126133,
|
||
|
0.07808569690500587, -0.8136020134207104}],
|
||
|
Point3DBox[{-0.7871287641126133,
|
||
|
0.07808569690500587, -0.8136020134207104}],
|
||
|
Point3DBox[{-0.7821782341667028,
|
||
|
0.08312344803553724, -0.7984886913079533}],
|
||
|
Point3DBox[{-0.7821782341667028,
|
||
|
0.08312344803553724, -0.7984886913079533}],
|
||
|
Point3DBox[{-0.7821782341667028,
|
||
|
0.08312344803553724, -0.7984886913079533}],
|
||
|
Point3DBox[{-0.8019801558499069, 0.08312344803553724, -0.818639798657929}],
|
||
|
Point3DBox[{-0.8019801558499069,
|
||
|
0.08312344803553724, -0.818639798657929}],
|
||
|
Point3DBox[{-0.7772276712040527,
|
||
|
0.10831233808377468`, -0.7632242282463219}],
|
||
|
Point3DBox[{-0.7772276712040527,
|
||
|
0.10831233808377468`, -0.7632242282463219}],
|
||
|
Point3DBox[{-0.7772276712040527,
|
||
|
0.10831233808377468`, -0.7632242282463219}],
|
||
|
Point3DBox[{-0.7772276712040527,
|
||
|
0.10831233808377468`, -0.7632242282463219}],
|
||
|
Point3DBox[{-0.7772276712040527,
|
||
|
0.10831233808377468`, -0.7632242282463219}],
|
||
|
Point3DBox[{-0.7871287641126133,
|
||
|
0.08816123276496374, -0.8035264429462733}],
|
||
|
Point3DBox[{-0.7871287641126133,
|
||
|
0.08816123276496374, -0.8035264429462733}],
|
||
|
Point3DBox[{-0.7871287641126133,
|
||
|
0.08816123276496374, -0.8035264429462733}],
|
||
|
Point3DBox[{-0.8069307188125571,
|
||
|
0.03778338547069878, -0.8136020134207104}],
|
||
|
Point3DBox[{-0.8069307188125571,
|
||
|
0.03778338547069878, -0.8136020134207104}],
|
||
|
Point3DBox[{-0.8316832034584112,
|
||
|
0.11335015641209628`, -0.8085642617823904}],
|
||
|
Point3DBox[{-0.8316832034584112,
|
||
|
0.11335015641209628`, -0.8085642617823904}],
|
||
|
Point3DBox[{-0.8316832034584112,
|
||
|
0.11335015641209628`, -0.8085642617823904}],
|
||
|
Point3DBox[{-0.7772276712040527,
|
||
|
0.03778338547069878, -0.8136020134207104}],
|
||
|
Point3DBox[{-0.7772276712040527,
|
||
|
0.03778338547069878, -0.8136020134207104}],
|
||
|
Point3DBox[{-0.7772276712040527,
|
||
|
0.06801009384725776, -0.8136020134207104}],
|
||
|
Point3DBox[{-0.7772276712040527,
|
||
|
0.06801009384725776, -0.8136020134207104}],
|
||
|
Point3DBox[{-0.7772276712040527,
|
||
|
0.06801009384725776, -0.8136020134207104}],
|
||
|
Point3DBox[{-0.7920790629413463,
|
||
|
0.022670031282419293`, -0.7783375503590789}],
|
||
|
Point3DBox[{-0.7920790629413463,
|
||
|
0.022670031282419293`, -0.7783375503590789}],
|
||
|
Point3DBox[{-0.7871287641126133,
|
||
|
0.05793455798729988, -0.8035264429462733}],
|
||
|
Point3DBox[{-0.7871287641126133,
|
||
|
0.05793455798729988, -0.8035264429462733}],
|
||
|
Point3DBox[{-0.7871287641126133,
|
||
|
0.05793455798729988, -0.8035264429462733}],
|
||
|
Point3DBox[{-0.8019801558499069,
|
||
|
0.07304784497778914, -0.7984886913079533}],
|
||
|
Point3DBox[{-0.8019801558499069,
|
||
|
0.07304784497778914, -0.7984886913079533}],
|
||
|
Point3DBox[{-0.8168315475872004,
|
||
|
0.07808569690500587, -0.8337531543695846}],
|
||
|
Point3DBox[{-0.8168315475872004,
|
||
|
0.07808569690500587, -0.8337531543695846}],
|
||
|
Point3DBox[{-0.8168315475872004,
|
||
|
0.07808569690500587, -0.8337531543695846}],
|
||
|
Point3DBox[{-0.7970296259039964,
|
||
|
0.027707849610740784`, -0.8035264429462733}],
|
||
|
Point3DBox[{-0.7970296259039964,
|
||
|
0.027707849610740784`, -0.8035264429462733}],
|
||
|
Point3DBox[{-0.8069307188125571,
|
||
|
0.08816123276496374, -0.8337531543695846}],
|
||
|
Point3DBox[{-0.8069307188125571,
|
||
|
0.08816123276496374, -0.8337531543695846}],
|
||
|
Point3DBox[{-0.8069307188125571,
|
||
|
0.08816123276496374, -0.8337531543695846}],
|
||
|
Point3DBox[{-0.7623763124834987,
|
||
|
0.11335015641209628`, -0.7984886913079533}],
|
||
|
Point3DBox[{-0.7623763124834987,
|
||
|
0.11335015641209628`, -0.7984886913079533}],
|
||
|
Point3DBox[{-0.8019801558499069,
|
||
|
0.08312344803553724, -0.8085642617823904}],
|
||
|
Point3DBox[{-0.8019801558499069,
|
||
|
0.08312344803553724, -0.8085642617823904}],
|
||
|
Point3DBox[{-0.7772276712040527,
|
||
|
0.11838790754262767`, -0.8136020134207104}],
|
||
|
Point3DBox[{-0.7772276712040527,
|
||
|
0.11838790754262767`, -0.8136020134207104}],
|
||
|
Point3DBox[{-0.7772276712040527,
|
||
|
0.11838790754262767`, -0.8136020134207104}],
|
||
|
Point3DBox[{-0.8118812487584676,
|
||
|
0.10327458695324329`, -0.8488665100812403}],
|
||
|
Point3DBox[{-0.8118812487584676,
|
||
|
0.10327458695324329`, -0.8488665100812403}],
|
||
|
Point3DBox[{-0.7623763124834987,
|
||
|
0.06297230911783126, -0.8287153691323661}],
|
||
|
Point3DBox[{-0.7623763124834987,
|
||
|
0.06297230911783126, -0.8287153691323661}],
|
||
|
Point3DBox[{-0.7623763124834987,
|
||
|
0.06297230911783126, -0.8287153691323661}],
|
||
|
Point3DBox[{-0.7574257495208486,
|
||
|
0.08816123276496374, -0.8337531543695846}],
|
||
|
Point3DBox[{-0.7574257495208486,
|
||
|
0.08816123276496374, -0.8337531543695846}],
|
||
|
Point3DBox[{-0.8069307188125571,
|
||
|
0.07808569690500587, -0.8236776174940459}],
|
||
|
Point3DBox[{-0.8069307188125571,
|
||
|
0.07808569690500587, -0.8236776174940459}],
|
||
|
Point3DBox[{-0.8069307188125571,
|
||
|
0.07808569690500587, -0.8236776174940459}],
|
||
|
Point3DBox[{-0.8217821105498506,
|
||
|
0.11335015641209628`, -0.8287153691323661}],
|
||
|
Point3DBox[{-0.8217821105498506,
|
||
|
0.11335015641209628`, -0.8287153691323661}],
|
||
|
Point3DBox[{-0.8069307188125571,
|
||
|
0.10831233808377468`, -0.8236776174940459}],
|
||
|
Point3DBox[{-0.8069307188125571,
|
||
|
0.10831233808377468`, -0.8236776174940459}],
|
||
|
Point3DBox[{-0.8069307188125571,
|
||
|
0.10831233808377468`, -0.8236776174940459}],
|
||
|
Point3DBox[{-0.7871287641126133,
|
||
|
0.10831233808377468`, -0.8136020134207104}],
|
||
|
Point3DBox[{-0.7871287641126133,
|
||
|
0.10831233808377468`, -0.8136020134207104}],
|
||
|
Point3DBox[{-0.8168315475872004,
|
||
|
0.10831233808377468`, -0.8136020134207104}],
|
||
|
Point3DBox[{-0.8168315475872004,
|
||
|
0.10831233808377468`, -0.8136020134207104}],
|
||
|
Point3DBox[{-0.8168315475872004,
|
||
|
0.10831233808377468`, -0.8136020134207104}],
|
||
|
Point3DBox[{-0.747524656612288,
|
||
|
0.11838790754262767`, -0.8035264429462733}],
|
||
|
Point3DBox[{-0.747524656612288,
|
||
|
0.11838790754262767`, -0.8035264429462733}],
|
||
|
Point3DBox[{-0.7623763124834987,
|
||
|
0.08312344803553724, -0.8085642617823904}],
|
||
|
Point3DBox[{-0.7623763124834987,
|
||
|
0.08312344803553724, -0.8085642617823904}],
|
||
|
Point3DBox[{-0.7623763124834987,
|
||
|
0.08312344803553724, -0.8085642617823904}],
|
||
|
Point3DBox[{-0.7871287641126133,
|
||
|
0.05793455798729988, -0.8035264429462733}],
|
||
|
Point3DBox[{-0.7871287641126133,
|
||
|
0.05793455798729988, -0.8035264429462733}],
|
||
|
Point3DBox[{-0.7871287641126133,
|
||
|
0.07808569690500587, -0.8337531543695846}],
|
||
|
Point3DBox[{-0.7871287641126133,
|
||
|
0.07808569690500587, -0.8337531543695846}],
|
||
|
Point3DBox[{-0.7871287641126133,
|
||
|
0.07808569690500587, -0.8337531543695846}],
|
||
|
Point3DBox[{-0.7871287641126133,
|
||
|
0.08816123276496374, -0.8337531543695846}],
|
||
|
Point3DBox[{-0.7871287641126133,
|
||
|
0.08816123276496374, -0.8337531543695846}],
|
||
|
Point3DBox[{-0.8118812487584676,
|
||
|
0.12342572587094927`, -0.7884131208335162}],
|
||
|
Point3DBox[{-0.8118812487584676,
|
||
|
0.12342572587094927`, -0.7884131208335162}],
|
||
|
Point3DBox[{-0.8118812487584676,
|
||
|
0.12342572587094927`, -0.7884131208335162}],
|
||
|
Point3DBox[{-0.7524752195749381,
|
||
|
0.042821170200125276`, -0.8287153691323661}],
|
||
|
Point3DBox[{-0.7524752195749381,
|
||
|
0.042821170200125276`, -0.8287153691323661}],
|
||
|
Point3DBox[{-0.7574257495208486, 0.0982368022238168, -0.7833753355962975}],
|
||
|
Point3DBox[{-0.7574257495208486,
|
||
|
0.0982368022238168, -0.7833753355962975}],
|
||
|
Point3DBox[{-0.7574257495208486, 0.0982368022238168, -0.7833753355962975}],
|
||
|
Point3DBox[{-0.7821782341667028,
|
||
|
0.06297230911783126, -0.8387909396068032}],
|
||
|
Point3DBox[{-0.7821782341667028,
|
||
|
0.06297230911783126, -0.8387909396068032}],
|
||
|
Point3DBox[{-0.7871287641126133,
|
||
|
0.04785892133065666, -0.8337531543695846}],
|
||
|
Point3DBox[{-0.7871287641126133,
|
||
|
0.04785892133065666, -0.8337531543695846}],
|
||
|
Point3DBox[{-0.7871287641126133,
|
||
|
0.04785892133065666, -0.8337531543695846}],
|
||
|
Point3DBox[{-0.7871287641126133,
|
||
|
0.04785892133065666, -0.8337531543695846}],
|
||
|
Point3DBox[{-0.7871287641126133,
|
||
|
0.04785892133065666, -0.8337531543695846}],
|
||
|
Point3DBox[{-0.7821782341667028,
|
||
|
0.08312344803553724, -0.7984886913079533}],
|
||
|
Point3DBox[{-0.7821782341667028,
|
||
|
0.08312344803553724, -0.7984886913079533}],
|
||
|
Point3DBox[{-0.7821782341667028,
|
||
|
0.08312344803553724, -0.7984886913079533}],
|
||
|
Point3DBox[{-0.7821782341667028,
|
||
|
0.07304784497778914, -0.8387909396068032}],
|
||
|
Point3DBox[{-0.7821782341667028,
|
||
|
0.07304784497778914, -0.8387909396068032}],
|
||
|
Point3DBox[{-0.7871287641126133,
|
||
|
0.07808569690500587, -0.7833753355962975}],
|
||
|
Point3DBox[{-0.7871287641126133,
|
||
|
0.07808569690500587, -0.7833753355962975}],
|
||
|
Point3DBox[{-0.7871287641126133,
|
||
|
0.07808569690500587, -0.7833753355962975}],
|
||
|
Point3DBox[{-0.8069307188125571,
|
||
|
0.07808569690500587, -0.7934508724718362}],
|
||
|
Point3DBox[{-0.8069307188125571,
|
||
|
0.07808569690500587, -0.7934508724718362}],
|
||
|
Point3DBox[{-0.7871287641126133,
|
||
|
0.05793455798729988, -0.8136020134207104}],
|
||
|
Point3DBox[{-0.7871287641126133,
|
||
|
0.05793455798729988, -0.8136020134207104}],
|
||
|
Point3DBox[{-0.7871287641126133,
|
||
|
0.05793455798729988, -0.8136020134207104}],
|
||
|
Point3DBox[{-0.7574257495208486,
|
||
|
0.07808569690500587, -0.8236776174940459}],
|
||
|
Point3DBox[{-0.7574257495208486,
|
||
|
0.07808569690500587, -0.8236776174940459}],
|
||
|
Point3DBox[{-0.7772276712040527,
|
||
|
0.13853908005922877`, -0.8136020134207104}],
|
||
|
Point3DBox[{-0.7772276712040527,
|
||
|
0.13853908005922877`, -0.8136020134207104}],
|
||
|
Point3DBox[{-0.7772276712040527,
|
||
|
0.13853908005922877`, -0.8136020134207104}],
|
||
|
Point3DBox[{-0.7920790629413463,
|
||
|
0.07304784497778914, -0.8287153691323661}],
|
||
|
Point3DBox[{-0.7920790629413463,
|
||
|
0.07304784497778914, -0.8287153691323661}],
|
||
|
Point3DBox[{-0.7722771412581422,
|
||
|
0.08312344803553724, -0.7783375503590789}],
|
||
|
Point3DBox[{-0.7722771412581422,
|
||
|
0.08312344803553724, -0.7783375503590789}],
|
||
|
Point3DBox[{-0.7722771412581422,
|
||
|
0.08312344803553724, -0.7783375503590789}],
|
||
|
Point3DBox[{-0.7574257495208486,
|
||
|
0.07808569690500587, -0.7833753355962975}],
|
||
|
Point3DBox[{-0.7574257495208486,
|
||
|
0.07808569690500587, -0.7833753355962975}],
|
||
|
Point3DBox[{-0.7722771412581422,
|
||
|
0.10327458695324329`, -0.818639798657929}],
|
||
|
Point3DBox[{-0.7722771412581422,
|
||
|
0.10327458695324329`, -0.818639798657929}],
|
||
|
Point3DBox[{-0.7722771412581422,
|
||
|
0.10327458695324329`, -0.818639798657929}],
|
||
|
Point3DBox[{-0.7772276712040527,
|
||
|
0.10831233808377468`, -0.8035264429462733}],
|
||
|
Point3DBox[{-0.7772276712040527,
|
||
|
0.10831233808377468`, -0.8035264429462733}],
|
||
|
Point3DBox[{-0.7920790629413463,
|
||
|
0.05289677325787338, -0.7682619798846418}],
|
||
|
Point3DBox[{-0.7920790629413463,
|
||
|
0.05289677325787338, -0.7682619798846418}],
|
||
|
Point3DBox[{-0.7673265782954921,
|
||
|
0.07808569690500587, -0.8035264429462733}],
|
||
|
Point3DBox[{-0.7673265782954921,
|
||
|
0.07808569690500587, -0.8035264429462733}],
|
||
|
Point3DBox[{-0.7673265782954921,
|
||
|
0.07808569690500587, -0.8035264429462733}],
|
||
|
Point3DBox[{-0.7821782341667028,
|
||
|
0.07304784497778914, -0.7783375503590789}],
|
||
|
Point3DBox[{-0.7821782341667028,
|
||
|
0.07304784497778914, -0.7783375503590789}],
|
||
|
Point3DBox[{-0.7821782341667028,
|
||
|
0.042821170200125276`, -0.8085642617823904}],
|
||
|
Point3DBox[{-0.7821782341667028,
|
||
|
0.042821170200125276`, -0.8085642617823904}],
|
||
|
Point3DBox[{-0.7821782341667028,
|
||
|
0.042821170200125276`, -0.8085642617823904}],
|
||
|
Point3DBox[{-0.7821782341667028,
|
||
|
0.07304784497778914, -0.7984886913079533}],
|
||
|
Point3DBox[{-0.7821782341667028,
|
||
|
0.07304784497778914, -0.7984886913079533}],
|
||
|
Point3DBox[{-0.8019801558499069, 0.07304784497778914, -0.818639798657929}],
|
||
|
Point3DBox[{-0.8019801558499069,
|
||
|
0.07304784497778914, -0.818639798657929}],
|
||
|
Point3DBox[{-0.8019801558499069, 0.07304784497778914, -0.818639798657929}],
|
||
|
Point3DBox[{-0.7524752195749381,
|
||
|
0.11335015641209628`, -0.7984886913079533}],
|
||
|
Point3DBox[{-0.7524752195749381,
|
||
|
0.11335015641209628`, -0.7984886913079533}],
|
||
|
Point3DBox[{-0.7772276712040527,
|
||
|
0.04785892133065666, -0.8136020134207104}],
|
||
|
Point3DBox[{-0.7772276712040527,
|
||
|
0.04785892133065666, -0.8136020134207104}],
|
||
|
Point3DBox[{-0.7772276712040527,
|
||
|
0.04785892133065666, -0.8136020134207104}],
|
||
|
Point3DBox[{-0.7574257495208486,
|
||
|
0.06801009384725776, -0.8639798657928959}],
|
||
|
Point3DBox[{-0.7574257495208486,
|
||
|
0.06801009384725776, -0.8639798657928959}],
|
||
|
Point3DBox[{-0.7970296259039964,
|
||
|
0.10831233808377468`, -0.7732997651218604}],
|
||
|
Point3DBox[{-0.7970296259039964,
|
||
|
0.10831233808377468`, -0.7732997651218604}],
|
||
|
Point3DBox[{-0.7970296259039964,
|
||
|
0.10831233808377468`, -0.7732997651218604}],
|
||
|
Point3DBox[{-0.7722771412581422,
|
||
|
0.08312344803553724, -0.7783375503590789}],
|
||
|
Point3DBox[{-0.7722771412581422,
|
||
|
0.08312344803553724, -0.7783375503590789}],
|
||
|
Point3DBox[{-0.7673265782954921, 0.0982368022238168, -0.8035264429462733}],
|
||
|
Point3DBox[{-0.7673265782954921,
|
||
|
0.0982368022238168, -0.8035264429462733}],
|
||
|
Point3DBox[{-0.7673265782954921, 0.0982368022238168, -0.8035264429462733}],
|
||
|
Point3DBox[{-0.7871287641126133,
|
||
|
0.10831233808377468`, -0.8136020134207104}],
|
||
|
Point3DBox[{-0.7871287641126133,
|
||
|
0.10831233808377468`, -0.8136020134207104}],
|
||
|
Point3DBox[{-0.7871287641126133,
|
||
|
0.08816123276496374, -0.8337531543695846}],
|
||
|
Point3DBox[{-0.7871287641126133,
|
||
|
0.08816123276496374, -0.8337531543695846}],
|
||
|
Point3DBox[{-0.7871287641126133,
|
||
|
0.08816123276496374, -0.8337531543695846}],
|
||
|
Point3DBox[{-0.7772276712040527,
|
||
|
0.04785892133065666, -0.8035264429462733}],
|
||
|
Point3DBox[{-0.7772276712040527,
|
||
|
0.04785892133065666, -0.8035264429462733}],
|
||
|
Point3DBox[{-0.7722771412581422,
|
||
|
0.042821170200125276`, -0.7884131208335162}],
|
||
|
Point3DBox[{-0.7722771412581422,
|
||
|
0.042821170200125276`, -0.7884131208335162}],
|
||
|
Point3DBox[{-0.7722771412581422,
|
||
|
0.042821170200125276`, -0.7884131208335162}],
|
||
|
Point3DBox[{-0.7673265782954921, 0.0982368022238168, -0.7632242282463219}],
|
||
|
Point3DBox[{-0.7673265782954921,
|
||
|
0.0982368022238168, -0.7632242282463219}],
|
||
|
Point3DBox[{-0.7821782341667028,
|
||
|
0.05289677325787338, -0.8085642617823904}],
|
||
|
Point3DBox[{-0.7821782341667028,
|
||
|
0.05289677325787338, -0.8085642617823904}],
|
||
|
Point3DBox[{-0.7821782341667028,
|
||
|
0.05289677325787338, -0.8085642617823904}],
|
||
|
Point3DBox[{-0.7673265782954921,
|
||
|
0.04785892133065666, -0.8136020134207104}],
|
||
|
Point3DBox[{-0.7673265782954921,
|
||
|
0.04785892133065666, -0.8136020134207104}],
|
||
|
Point3DBox[{-0.7821782341667028, 0.06297230911783126, -0.818639798657929}],
|
||
|
Point3DBox[{-0.7821782341667028,
|
||
|
0.06297230911783126, -0.818639798657929}],
|
||
|
Point3DBox[{-0.7821782341667028, 0.06297230911783126, -0.818639798657929}],
|
||
|
Point3DBox[{-0.7871287641126133, 0.08816123276496374, -0.8337531543695846}
|
||
|
], Point3DBox[{-0.7871287641126133,
|
||
|
0.08816123276496374, -0.8337531543695846}],
|
||
|
Point3DBox[{-0.8217821105498506,
|
||
|
0.07304784497778914, -0.7783375503590789}],
|
||
|
Point3DBox[{-0.8217821105498506,
|
||
|
0.07304784497778914, -0.7783375503590789}],
|
||
|
Point3DBox[{-0.8217821105498506,
|
||
|
0.07304784497778914, -0.7783375503590789}],
|
||
|
Point3DBox[{-0.7277227349290843,
|
||
|
0.08816123276496374, -0.8035264429462733}],
|
||
|
Point3DBox[{-0.7277227349290843,
|
||
|
0.08816123276496374, -0.8035264429462733}],
|
||
|
Point3DBox[{-0.7673265782954921,
|
||
|
0.07808569690500587, -0.8236776174940459}],
|
||
|
Point3DBox[{-0.7673265782954921,
|
||
|
0.07808569690500587, -0.8236776174940459}],
|
||
|
Point3DBox[{-0.7673265782954921,
|
||
|
0.07808569690500587, -0.8236776174940459}],
|
||
|
Point3DBox[{-0.7574257495208486,
|
||
|
0.08816123276496374, -0.7934508724718362}],
|
||
|
Point3DBox[{-0.7574257495208486,
|
||
|
0.08816123276496374, -0.7934508724718362}],
|
||
|
Point3DBox[{-0.7722771412581422,
|
||
|
0.11335015641209628`, -0.7682619798846418}],
|
||
|
Point3DBox[{-0.7722771412581422,
|
||
|
0.11335015641209628`, -0.7682619798846418}],
|
||
|
Point3DBox[{-0.7722771412581422,
|
||
|
0.11335015641209628`, -0.7682619798846418}],
|
||
|
Point3DBox[{-0.7920790629413463, 0.08312344803553724, -0.818639798657929}],
|
||
|
Point3DBox[{-0.7920790629413463,
|
||
|
0.08312344803553724, -0.818639798657929}],
|
||
|
Point3DBox[{-0.7722771412581422,
|
||
|
0.09319901749439025, -0.7783375503590789}],
|
||
|
Point3DBox[{-0.7722771412581422,
|
||
|
0.09319901749439025, -0.7783375503590789}],
|
||
|
Point3DBox[{-0.7722771412581422,
|
||
|
0.09319901749439025, -0.7783375503590789}],
|
||
|
Point3DBox[{-0.7326732648749948,
|
||
|
0.10327458695324329`, -0.7884131208335162}],
|
||
|
Point3DBox[{-0.7326732648749948,
|
||
|
0.10327458695324329`, -0.7884131208335162}],
|
||
|
Point3DBox[{-0.8069307188125571,
|
||
|
0.08816123276496374, -0.8236776174940459}],
|
||
|
Point3DBox[{-0.8069307188125571,
|
||
|
0.08816123276496374, -0.8236776174940459}],
|
||
|
Point3DBox[{-0.8069307188125571,
|
||
|
0.08816123276496374, -0.8236776174940459}],
|
||
|
Point3DBox[{-0.7871287641126133,
|
||
|
0.08816123276496374, -0.8236776174940459}],
|
||
|
Point3DBox[{-0.7871287641126133,
|
||
|
0.08816123276496374, -0.8236776174940459}],
|
||
|
Point3DBox[{-0.7722771412581422,
|
||
|
0.06297230911783126, -0.8085642617823904}],
|
||
|
Point3DBox[{-0.7722771412581422,
|
||
|
0.06297230911783126, -0.8085642617823904}],
|
||
|
Point3DBox[{-0.7722771412581422,
|
||
|
0.06297230911783126, -0.8085642617823904}],
|
||
|
Point3DBox[{-0.8118812487584676,
|
||
|
0.07304784497778914, -0.7984886913079533}],
|
||
|
Point3DBox[{-0.8118812487584676,
|
||
|
0.07304784497778914, -0.7984886913079533}],
|
||
|
Point3DBox[{-0.7821782341667028,
|
||
|
0.08312344803553724, -0.8287153691323661}],
|
||
|
Point3DBox[{-0.7821782341667028,
|
||
|
0.08312344803553724, -0.8287153691323661}],
|
||
|
Point3DBox[{-0.7574257495208486,
|
||
|
0.06801009384725776, -0.7934508724718362}],
|
||
|
Point3DBox[{-0.7574257495208486,
|
||
|
0.06801009384725776, -0.7934508724718362}],
|
||
|
Point3DBox[{-0.7574257495208486,
|
||
|
0.06801009384725776, -0.7934508724718362}],
|
||
|
Point3DBox[{-0.7623763124834987,
|
||
|
0.06297230911783126, -0.8488665100812403}],
|
||
|
Point3DBox[{-0.7623763124834987,
|
||
|
0.06297230911783126, -0.8488665100812403}],
|
||
|
Point3DBox[{-0.7673265782954921, 0.0982368022238168, -0.7833753355962975}],
|
||
|
Point3DBox[{-0.7673265782954921,
|
||
|
0.0982368022238168, -0.7833753355962975}],
|
||
|
Point3DBox[{-0.7673265782954921, 0.0982368022238168, -0.7833753355962975}],
|
||
|
Point3DBox[{-0.7574257495208486,
|
||
|
0.04785892133065666, -0.8337531543695846}],
|
||
|
Point3DBox[{-0.7574257495208486,
|
||
|
0.04785892133065666, -0.8337531543695846}],
|
||
|
Point3DBox[{-0.7821782341667028,
|
||
|
0.11335015641209628`, -0.7783375503590789}],
|
||
|
Point3DBox[{-0.7821782341667028,
|
||
|
0.11335015641209628`, -0.7783375503590789}],
|
||
|
Point3DBox[{-0.7821782341667028,
|
||
|
0.11335015641209628`, -0.7783375503590789}],
|
||
|
Point3DBox[{-0.7574257495208486,
|
||
|
0.07808569690500587, -0.8337531543695846}],
|
||
|
Point3DBox[{-0.7574257495208486,
|
||
|
0.07808569690500587, -0.8337531543695846}],
|
||
|
Point3DBox[{-0.8019801558499069, 0.07304784497778914, -0.818639798657929}],
|
||
|
Point3DBox[{-0.8019801558499069,
|
||
|
0.07304784497778914, -0.818639798657929}],
|
||
|
Point3DBox[{-0.8019801558499069, 0.07304784497778914, -0.818639798657929}],
|
||
|
Point3DBox[{-0.7920790629413463,
|
||
|
0.10327458695324329`, -0.7884131208335162}],
|
||
|
Point3DBox[{-0.7920790629413463,
|
||
|
0.10327458695324329`, -0.7884131208335162}],
|
||
|
Point3DBox[{-0.747524656612288, 0.07808569690500587, -0.7934508724718362}],
|
||
|
Point3DBox[{-0.747524656612288,
|
||
|
0.07808569690500587, -0.7934508724718362}],
|
||
|
Point3DBox[{-0.747524656612288, 0.07808569690500587, -0.7934508724718362}],
|
||
|
Point3DBox[{-0.7722771412581422,
|
||
|
0.09319901749439025, -0.8085642617823904}],
|
||
|
Point3DBox[{-0.7722771412581422,
|
||
|
0.09319901749439025, -0.8085642617823904}],
|
||
|
Point3DBox[{-0.7871287641126133,
|
||
|
0.05793455798729988, -0.8035264429462733}],
|
||
|
Point3DBox[{-0.7871287641126133,
|
||
|
0.05793455798729988, -0.8035264429462733}],
|
||
|
Point3DBox[{-0.7871287641126133,
|
||
|
0.05793455798729988, -0.8035264429462733}],
|
||
|
Point3DBox[{-0.8019801558499069, 0.05289677325787338, -0.818639798657929}],
|
||
|
Point3DBox[{-0.8019801558499069,
|
||
|
0.05289677325787338, -0.818639798657929}],
|
||
|
Point3DBox[{-0.7673265782954921, 0.0982368022238168, -0.7934508724718362}],
|
||
|
Point3DBox[{-0.7673265782954921,
|
||
|
0.0982368022238168, -0.7934508724718362}],
|
||
|
Point3DBox[{-0.7673265782954921, 0.0982368022238168, -0.7934508724718362}],
|
||
|
Point3DBox[{-0.7920790629413463,
|
||
|
0.06297230911783126, -0.7984886913079533}],
|
||
|
Point3DBox[{-0.7920790629413463,
|
||
|
0.06297230911783126, -0.7984886913079533}],
|
||
|
Point3DBox[{-0.7772276712040527,
|
||
|
0.04785892133065666, -0.8035264429462733}],
|
||
|
Point3DBox[{-0.7772276712040527,
|
||
|
0.04785892133065666, -0.8035264429462733}],
|
||
|
Point3DBox[{-0.7772276712040527,
|
||
|
0.04785892133065666, -0.8035264429462733}],
|
||
|
Point3DBox[{-0.7772276712040527,
|
||
|
0.07808569690500587, -0.7934508724718362}],
|
||
|
Point3DBox[{-0.7772276712040527,
|
||
|
0.07808569690500587, -0.7934508724718362}],
|
||
|
Point3DBox[{-0.7772276712040527,
|
||
|
0.06801009384725776, -0.8136020134207104}],
|
||
|
Point3DBox[{-0.7772276712040527,
|
||
|
0.06801009384725776, -0.8136020134207104}],
|
||
|
Point3DBox[{-0.7772276712040527,
|
||
|
0.06801009384725776, -0.8136020134207104}],
|
||
|
Point3DBox[{-0.7425741266663775,
|
||
|
0.07304784497778914, -0.7984886913079533}],
|
||
|
Point3DBox[{-0.7425741266663775,
|
||
|
0.07304784497778914, -0.7984886913079533}],
|
||
|
Point3DBox[{-0.7772276712040527,
|
||
|
0.08816123276496374, -0.8539042953184588}],
|
||
|
Point3DBox[{-0.7772276712040527,
|
||
|
0.08816123276496374, -0.8539042953184588}],
|
||
|
Point3DBox[{-0.7772276712040527,
|
||
|
0.08816123276496374, -0.8539042953184588}],
|
||
|
Point3DBox[{-0.7673265782954921,
|
||
|
0.07808569690500587, -0.8236776174940459}],
|
||
|
Point3DBox[{-0.7673265782954921,
|
||
|
0.07808569690500587, -0.8236776174940459}],
|
||
|
Point3DBox[{-0.7772276712040527,
|
||
|
0.06801009384725776, -0.8035264429462733}],
|
||
|
Point3DBox[{-0.7772276712040527,
|
||
|
0.06801009384725776, -0.8035264429462733}],
|
||
|
Point3DBox[{-0.7772276712040527,
|
||
|
0.06801009384725776, -0.8035264429462733}],
|
||
|
Point3DBox[{-0.7920790629413463,
|
||
|
0.06297230911783126, -0.8287153691323661}],
|
||
|
Point3DBox[{-0.7920790629413463,
|
||
|
0.06297230911783126, -0.8287153691323661}],
|
||
|
Point3DBox[{-0.7673265782954921,
|
||
|
0.05793455798729988, -0.7934508724718362}],
|
||
|
Point3DBox[{-0.7673265782954921,
|
||
|
0.05793455798729988, -0.7934508724718362}],
|
||
|
Point3DBox[{-0.7673265782954921,
|
||
|
0.05793455798729988, -0.7934508724718362}],
|
||
|
Point3DBox[{-0.7920790629413463,
|
||
|
0.07304784497778914, -0.8085642617823904}],
|
||
|
Point3DBox[{-0.7920790629413463,
|
||
|
0.07304784497778914, -0.8085642617823904}],
|
||
|
Point3DBox[{-0.7574257495208486,
|
||
|
0.04785892133065666, -0.8236776174940459}],
|
||
|
Point3DBox[{-0.7574257495208486,
|
||
|
0.04785892133065666, -0.8236776174940459}],
|
||
|
Point3DBox[{-0.7574257495208486,
|
||
|
0.04785892133065666, -0.8236776174940459}],
|
||
|
Point3DBox[{-0.7821782341667028,
|
||
|
0.07304784497778914, -0.7984886913079533}],
|
||
|
Point3DBox[{-0.7821782341667028,
|
||
|
0.07304784497778914, -0.7984886913079533}],
|
||
|
Point3DBox[{-0.7722771412581422,
|
||
|
0.07304784497778914, -0.8085642617823904}],
|
||
|
Point3DBox[{-0.7722771412581422,
|
||
|
0.07304784497778914, -0.8085642617823904}],
|
||
|
Point3DBox[{-0.7722771412581422,
|
||
|
0.07304784497778914, -0.8085642617823904}],
|
||
|
Point3DBox[{-0.7871287641126133,
|
||
|
0.07808569690500587, -0.7934508724718362}],
|
||
|
Point3DBox[{-0.7871287641126133,
|
||
|
0.07808569690500587, -0.7934508724718362}],
|
||
|
Point3DBox[{-0.747524656612288, 0.0982368022238168, -0.8236776174940459}],
|
||
|
Point3DBox[{-0.747524656612288, 0.0982368022238168, -0.8236776174940459}],
|
||
|
Point3DBox[{-0.747524656612288, 0.0982368022238168, -0.8236776174940459}],
|
||
|
Point3DBox[{-0.7772276712040527, 0.0982368022238168, -0.8136020134207104}],
|
||
|
Point3DBox[{-0.7772276712040527,
|
||
|
0.0982368022238168, -0.8136020134207104}],
|
||
|
Point3DBox[{-0.7524752195749381,
|
||
|
0.10327458695324329`, -0.818639798657929}],
|
||
|
Point3DBox[{-0.7524752195749381,
|
||
|
0.10327458695324329`, -0.818639798657929}],
|
||
|
Point3DBox[{-0.7524752195749381,
|
||
|
0.10327458695324329`, -0.818639798657929}],
|
||
|
Point3DBox[{-0.7227721719664338,
|
||
|
0.06297230911783126, -0.7884131208335162}],
|
||
|
Point3DBox[{-0.7227721719664338,
|
||
|
0.06297230911783126, -0.7884131208335162}],
|
||
|
Point3DBox[{-0.7673265782954921,
|
||
|
0.06801009384725776, -0.8035264429462733}],
|
||
|
Point3DBox[{-0.7673265782954921,
|
||
|
0.06801009384725776, -0.8035264429462733}],
|
||
|
Point3DBox[{-0.7623763124834987,
|
||
|
0.09319901749439025, -0.7884131208335162}],
|
||
|
Point3DBox[{-0.7623763124834987,
|
||
|
0.09319901749439025, -0.7884131208335162}],
|
||
|
Point3DBox[{-0.7623763124834987,
|
||
|
0.09319901749439025, -0.7884131208335162}],
|
||
|
Point3DBox[{-0.7574257495208486,
|
||
|
0.05793455798729988, -0.8035264429462733}],
|
||
|
Point3DBox[{-0.7574257495208486,
|
||
|
0.05793455798729988, -0.8035264429462733}],
|
||
|
Point3DBox[{-0.8019801558499069,
|
||
|
0.08312344803553724, -0.7984886913079533}],
|
||
|
Point3DBox[{-0.8019801558499069,
|
||
|
0.08312344803553724, -0.7984886913079533}],
|
||
|
Point3DBox[{-0.8019801558499069,
|
||
|
0.08312344803553724, -0.7984886913079533}],
|
||
|
Point3DBox[{-0.7871287641126133,
|
||
|
0.06801009384725776, -0.8236776174940459}],
|
||
|
Point3DBox[{-0.7871287641126133,
|
||
|
0.06801009384725776, -0.8236776174940459}],
|
||
|
Point3DBox[{-0.7871287641126133,
|
||
|
0.04785892133065666, -0.8236776174940459}],
|
||
|
Point3DBox[{-0.7871287641126133,
|
||
|
0.04785892133065666, -0.8236776174940459}],
|
||
|
Point3DBox[{-0.7871287641126133,
|
||
|
0.04785892133065666, -0.8236776174940459}],
|
||
|
Point3DBox[{-0.7871287641126133,
|
||
|
0.04785892133065666, -0.8236776174940459}],
|
||
|
Point3DBox[{-0.7871287641126133,
|
||
|
0.04785892133065666, -0.8236776174940459}],
|
||
|
Point3DBox[{-0.7425741266663775,
|
||
|
0.11335015641209628`, -0.7984886913079533}],
|
||
|
Point3DBox[{-0.7425741266663775,
|
||
|
0.11335015641209628`, -0.7984886913079533}],
|
||
|
Point3DBox[{-0.7425741266663775,
|
||
|
0.11335015641209628`, -0.7984886913079533}],
|
||
|
Point3DBox[{-0.7722771412581422,
|
||
|
0.09319901749439025, -0.8085642617823904}],
|
||
|
Point3DBox[{-0.7722771412581422,
|
||
|
0.09319901749439025, -0.8085642617823904}],
|
||
|
Point3DBox[{-0.8168315475872004,
|
||
|
0.06801009384725776, -0.8035264429462733}],
|
||
|
Point3DBox[{-0.8168315475872004,
|
||
|
0.06801009384725776, -0.8035264429462733}],
|
||
|
Point3DBox[{-0.8168315475872004,
|
||
|
0.06801009384725776, -0.8035264429462733}],
|
||
|
Point3DBox[{-0.7524752195749381,
|
||
|
0.07304784497778914, -0.8085642617823904}],
|
||
|
Point3DBox[{-0.7524752195749381,
|
||
|
0.07304784497778914, -0.8085642617823904}],
|
||
|
Point3DBox[{-0.7673265782954921, 0.0982368022238168, -0.8035264429462733}],
|
||
|
Point3DBox[{-0.7673265782954921,
|
||
|
0.0982368022238168, -0.8035264429462733}],
|
||
|
Point3DBox[{-0.7673265782954921, 0.0982368022238168, -0.8035264429462733}],
|
||
|
Point3DBox[{-0.7673265782954921,
|
||
|
0.03778338547069878, -0.8236776174940459}],
|
||
|
Point3DBox[{-0.7673265782954921,
|
||
|
0.03778338547069878, -0.8236776174940459}],
|
||
|
Point3DBox[{-0.7772276712040527,
|
||
|
0.08816123276496374, -0.8035264429462733}],
|
||
|
Point3DBox[{-0.7772276712040527,
|
||
|
0.08816123276496374, -0.8035264429462733}],
|
||
|
Point3DBox[{-0.7772276712040527,
|
||
|
0.08816123276496374, -0.8035264429462733}],
|
||
|
Point3DBox[{-0.7722771412581422,
|
||
|
0.06297230911783126, -0.8387909396068032}],
|
||
|
Point3DBox[{-0.7722771412581422,
|
||
|
0.06297230911783126, -0.8387909396068032}],
|
||
|
Point3DBox[{-0.7871287641126133,
|
||
|
0.07808569690500587, -0.8236776174940459}],
|
||
|
Point3DBox[{-0.7871287641126133,
|
||
|
0.07808569690500587, -0.8236776174940459}],
|
||
|
Point3DBox[{-0.7871287641126133,
|
||
|
0.07808569690500587, -0.8236776174940459}],
|
||
|
Point3DBox[{-0.7623763124834987,
|
||
|
0.06297230911783126, -0.7884131208335162}],
|
||
|
Point3DBox[{-0.7623763124834987,
|
||
|
0.06297230911783126, -0.7884131208335162}],
|
||
|
Point3DBox[{-0.7821782341667028, 0.08312344803553724, -0.818639798657929}],
|
||
|
Point3DBox[{-0.7821782341667028,
|
||
|
0.08312344803553724, -0.818639798657929}],
|
||
|
Point3DBox[{-0.7821782341667028, 0.08312344803553724, -0.818639798657929}],
|
||
|
Point3DBox[{-0.7920790629413463,
|
||
|
0.06297230911783126, -0.7884131208335162}],
|
||
|
Point3DBox[{-0.7920790629413463,
|
||
|
0.06297230911783126, -0.7884131208335162}],
|
||
|
Point3DBox[{-0.7920790629413463,
|
||
|
0.09319901749439025, -0.7884131208335162}],
|
||
|
Point3DBox[{-0.7920790629413463,
|
||
|
0.09319901749439025, -0.7884131208335162}],
|
||
|
Point3DBox[{-0.7920790629413463,
|
||
|
0.08312344803553724, -0.8287153691323661}],
|
||
|
Point3DBox[{-0.7920790629413463,
|
||
|
0.08312344803553724, -0.8287153691323661}],
|
||
|
Point3DBox[{-0.7920790629413463,
|
||
|
0.08312344803553724, -0.8287153691323661}],
|
||
|
Point3DBox[{-0.7821782341667028, 0.09319901749439025, -0.818639798657929}],
|
||
|
Point3DBox[{-0.7821782341667028,
|
||
|
0.09319901749439025, -0.818639798657929}],
|
||
|
Point3DBox[{-0.7871287641126133,
|
||
|
0.10831233808377468`, -0.7833753355962975}],
|
||
|
Point3DBox[{-0.7871287641126133,
|
||
|
0.10831233808377468`, -0.7833753355962975}],
|
||
|
Point3DBox[{-0.7871287641126133,
|
||
|
0.10831233808377468`, -0.7833753355962975}],
|
||
|
Point3DBox[{-0.8069307188125571,
|
||
|
0.05793455798729988, -0.8136020134207104}],
|
||
|
Point3DBox[{-0.8069307188125571,
|
||
|
0.05793455798729988, -0.8136020134207104}],
|
||
|
Point3DBox[{-0.7871287641126133,
|
||
|
0.07808569690500587, -0.8035264429462733}],
|
||
|
Point3DBox[{-0.7871287641126133,
|
||
|
0.07808569690500587, -0.8035264429462733}],
|
||
|
Point3DBox[{-0.7871287641126133,
|
||
|
0.07808569690500587, -0.8035264429462733}],
|
||
|
Point3DBox[{-0.7673265782954921,
|
||
|
0.08816123276496374, -0.8236776174940459}],
|
||
|
Point3DBox[{-0.7673265782954921,
|
||
|
0.08816123276496374, -0.8236776174940459}],
|
||
|
Point3DBox[{-0.7722771412581422,
|
||
|
0.05289677325787338, -0.8085642617823904}],
|
||
|
Point3DBox[{-0.7722771412581422,
|
||
|
0.05289677325787338, -0.8085642617823904}],
|
||
|
Point3DBox[{-0.7722771412581422,
|
||
|
0.05289677325787338, -0.8085642617823904}],
|
||
|
Point3DBox[{-0.7425741266663775,
|
||
|
0.08312344803553724, -0.7984886913079533}],
|
||
|
Point3DBox[{-0.7425741266663775,
|
||
|
0.08312344803553724, -0.7984886913079533}],
|
||
|
Point3DBox[{-0.7673265782954921,
|
||
|
0.08816123276496374, -0.8236776174940459}],
|
||
|
Point3DBox[{-0.7673265782954921,
|
||
|
0.08816123276496374, -0.8236776174940459}],
|
||
|
Point3DBox[{-0.7673265782954921,
|
||
|
0.08816123276496374, -0.8236776174940459}],
|
||
|
Point3DBox[{-0.7574257495208486, 0.0982368022238168, -0.8236776174940459}],
|
||
|
Point3DBox[{-0.7574257495208486,
|
||
|
0.0982368022238168, -0.8236776174940459}],
|
||
|
Point3DBox[{-0.7772276712040527, 0.0982368022238168, -0.7934508724718362}],
|
||
|
Point3DBox[{-0.7772276712040527,
|
||
|
0.0982368022238168, -0.7934508724718362}],
|
||
|
Point3DBox[{-0.7772276712040527, 0.0982368022238168, -0.7934508724718362}],
|
||
|
Point3DBox[{-0.7623763124834987,
|
||
|
0.09319901749439025, -0.8085642617823904}],
|
||
|
Point3DBox[{-0.7623763124834987,
|
||
|
0.09319901749439025, -0.8085642617823904}],
|
||
|
Point3DBox[{-0.7524752195749381,
|
||
|
0.06297230911783126, -0.8085642617823904}],
|
||
|
Point3DBox[{-0.7524752195749381,
|
||
|
0.06297230911783126, -0.8085642617823904}],
|
||
|
Point3DBox[{-0.7524752195749381,
|
||
|
0.06297230911783126, -0.8085642617823904}],
|
||
|
Point3DBox[{-0.7970296259039964,
|
||
|
0.10831233808377468`, -0.8035264429462733}],
|
||
|
Point3DBox[{-0.7970296259039964,
|
||
|
0.10831233808377468`, -0.8035264429462733}],
|
||
|
Point3DBox[{-0.7722771412581422,
|
||
|
0.06297230911783126, -0.8287153691323661}],
|
||
|
Point3DBox[{-0.7722771412581422,
|
||
|
0.06297230911783126, -0.8287153691323661}],
|
||
|
Point3DBox[{-0.7722771412581422,
|
||
|
0.05289677325787338, -0.8085642617823904}],
|
||
|
Point3DBox[{-0.7722771412581422,
|
||
|
0.05289677325787338, -0.8085642617823904}],
|
||
|
Point3DBox[{-0.7722771412581422,
|
||
|
0.05289677325787338, -0.8085642617823904}],
|
||
|
Point3DBox[{-0.7920790629413463,
|
||
|
0.10327458695324329`, -0.7783375503590789}],
|
||
|
Point3DBox[{-0.7920790629413463,
|
||
|
0.10327458695324329`, -0.7783375503590789}],
|
||
|
Point3DBox[{-0.7673265782954921, 0.0982368022238168, -0.8337531543695846}],
|
||
|
Point3DBox[{-0.7673265782954921,
|
||
|
0.0982368022238168, -0.8337531543695846}],
|
||
|
Point3DBox[{-0.7673265782954921, 0.0982368022238168, -0.8337531543695846}],
|
||
|
Point3DBox[{-0.7920790629413463,
|
||
|
0.022670031282419293`, -0.8085642617823904}],
|
||
|
Point3DBox[{-0.7920790629413463,
|
||
|
0.022670031282419293`, -0.8085642617823904}],
|
||
|
Point3DBox[{-0.7920790629413463,
|
||
|
0.10327458695324329`, -0.7984886913079533}],
|
||
|
Point3DBox[{-0.7920790629413463,
|
||
|
0.10327458695324329`, -0.7984886913079533}],
|
||
|
Point3DBox[{-0.7920790629413463,
|
||
|
0.10327458695324329`, -0.7984886913079533}],
|
||
|
Point3DBox[{-0.7871287641126133,
|
||
|
0.12846347700148072`, -0.8136020134207104}],
|
||
|
Point3DBox[{-0.7871287641126133,
|
||
|
0.12846347700148072`, -0.8136020134207104}],
|
||
|
Point3DBox[{-0.7970296259039964,
|
||
|
0.08816123276496374, -0.8035264429462733}],
|
||
|
Point3DBox[{-0.7970296259039964,
|
||
|
0.08816123276496374, -0.8035264429462733}],
|
||
|
Point3DBox[{-0.7970296259039964,
|
||
|
0.08816123276496374, -0.8035264429462733}],
|
||
|
Point3DBox[{-0.747524656612288, 0.06801009384725776, -0.8438287248440217}],
|
||
|
Point3DBox[{-0.747524656612288,
|
||
|
0.06801009384725776, -0.8438287248440217}],
|
||
|
Point3DBox[{-0.7574257495208486,
|
||
|
0.08816123276496374, -0.8136020134207104}],
|
||
|
Point3DBox[{-0.7574257495208486,
|
||
|
0.08816123276496374, -0.8136020134207104}],
|
||
|
Point3DBox[{-0.7574257495208486,
|
||
|
0.08816123276496374, -0.8136020134207104}],
|
||
|
Point3DBox[{-0.7722771412581422,
|
||
|
0.09319901749439025, -0.8387909396068032}],
|
||
|
Point3DBox[{-0.7722771412581422,
|
||
|
0.09319901749439025, -0.8387909396068032}],
|
||
|
Point3DBox[{-0.7326732648749948, 0.06297230911783126, -0.818639798657929}],
|
||
|
Point3DBox[{-0.7326732648749948,
|
||
|
0.06297230911783126, -0.818639798657929}],
|
||
|
Point3DBox[{-0.7326732648749948, 0.06297230911783126, -0.818639798657929}],
|
||
|
Point3DBox[{-0.7920790629413463,
|
||
|
0.10327458695324329`, -0.818639798657929}],
|
||
|
Point3DBox[{-0.7920790629413463,
|
||
|
0.10327458695324329`, -0.818639798657929}],
|
||
|
Point3DBox[{-0.7524752195749381,
|
||
|
0.08312344803553724, -0.7984886913079533}],
|
||
|
Point3DBox[{-0.7524752195749381,
|
||
|
0.08312344803553724, -0.7984886913079533}],
|
||
|
Point3DBox[{-0.7524752195749381,
|
||
|
0.08312344803553724, -0.7984886913079533}],
|
||
|
Point3DBox[{-0.7574257495208486,
|
||
|
0.06801009384725776, -0.7531486241729862}],
|
||
|
Point3DBox[{-0.7574257495208486,
|
||
|
0.06801009384725776, -0.7531486241729862}],
|
||
|
Point3DBox[{-0.8118812487584676, 0.05289677325787338, -0.818639798657929}],
|
||
|
Point3DBox[{-0.8118812487584676,
|
||
|
0.05289677325787338, -0.818639798657929}],
|
||
|
Point3DBox[{-0.8118812487584676, 0.05289677325787338, -0.818639798657929}],
|
||
|
Point3DBox[{-0.7772276712040527,
|
||
|
0.04785892133065666, -0.8035264429462733}],
|
||
|
Point3DBox[{-0.7772276712040527,
|
||
|
0.04785892133065666, -0.8035264429462733}],
|
||
|
Point3DBox[{-0.7772276712040527,
|
||
|
0.04785892133065666, -0.8035264429462733}],
|
||
|
Point3DBox[{-0.7772276712040527,
|
||
|
0.04785892133065666, -0.8035264429462733}],
|
||
|
Point3DBox[{-0.7772276712040527,
|
||
|
0.04785892133065666, -0.8035264429462733}],
|
||
|
Point3DBox[{-0.7821782341667028,
|
||
|
0.07304784497778914, -0.8085642617823904}],
|
||
|
Point3DBox[{-0.7821782341667028,
|
||
|
0.07304784497778914, -0.8085642617823904}],
|
||
|
Point3DBox[{-0.7920790629413463,
|
||
|
0.09319901749439025, -0.7984886913079533}],
|
||
|
Point3DBox[{-0.7920790629413463,
|
||
|
0.09319901749439025, -0.7984886913079533}],
|
||
|
Point3DBox[{-0.7920790629413463,
|
||
|
0.09319901749439025, -0.7984886913079533}],
|
||
|
Point3DBox[{-0.8267326404957611, 0.0982368022238168, -0.8035264429462733}],
|
||
|
Point3DBox[{-0.8267326404957611,
|
||
|
0.0982368022238168, -0.8035264429462733}],
|
||
|
Point3DBox[{-0.7574257495208486,
|
||
|
0.05793455798729988, -0.8236776174940459}],
|
||
|
Point3DBox[{-0.7574257495208486,
|
||
|
0.05793455798729988, -0.8236776174940459}],
|
||
|
Point3DBox[{-0.7574257495208486,
|
||
|
0.05793455798729988, -0.8236776174940459}],
|
||
|
Point3DBox[{-0.7821782341667028, 0.08312344803553724, -0.818639798657929}],
|
||
|
Point3DBox[{-0.7821782341667028,
|
||
|
0.08312344803553724, -0.818639798657929}],
|
||
|
Point3DBox[{-0.7673265782954921,
|
||
|
0.06801009384725776, -0.8236776174940459}],
|
||
|
Point3DBox[{-0.7673265782954921,
|
||
|
0.06801009384725776, -0.8236776174940459}],
|
||
|
Point3DBox[{-0.7673265782954921,
|
||
|
0.06801009384725776, -0.8236776174940459}],
|
||
|
Point3DBox[{-0.7821782341667028,
|
||
|
0.07304784497778914, -0.8085642617823904}],
|
||
|
Point3DBox[{-0.7821782341667028,
|
||
|
0.07304784497778914, -0.8085642617823904}],
|
||
|
Point3DBox[{-0.7821782341667028,
|
||
|
0.042821170200125276`, -0.7984886913079533}],
|
||
|
Point3DBox[{-0.7821782341667028,
|
||
|
0.042821170200125276`, -0.7984886913079533}],
|
||
|
Point3DBox[{-0.7722771412581422,
|
||
|
0.09319901749439025, -0.8287153691323661}],
|
||
|
Point3DBox[{-0.7722771412581422,
|
||
|
0.09319901749439025, -0.8287153691323661}],
|
||
|
Point3DBox[{-0.7722771412581422,
|
||
|
0.09319901749439025, -0.8287153691323661}],
|
||
|
Point3DBox[{-0.7821782341667028,
|
||
|
0.06297230911783126, -0.7884131208335162}],
|
||
|
Point3DBox[{-0.7821782341667028,
|
||
|
0.06297230911783126, -0.7884131208335162}],
|
||
|
Point3DBox[{-0.7920790629413463,
|
||
|
0.042821170200125276`, -0.7884131208335162}],
|
||
|
Point3DBox[{-0.7920790629413463,
|
||
|
0.042821170200125276`, -0.7884131208335162}],
|
||
|
Point3DBox[{-0.7920790629413463,
|
||
|
0.042821170200125276`, -0.7884131208335162}],
|
||
|
Point3DBox[{-0.7821782341667028,
|
||
|
0.08312344803553724, -0.7783375503590789}],
|
||
|
Point3DBox[{-0.7821782341667028,
|
||
|
0.08312344803553724, -0.7783375503590789}],
|
||
|
Point3DBox[{-0.7623763124834987,
|
||
|
0.08312344803553724, -0.7984886913079533}],
|
||
|
Point3DBox[{-0.7623763124834987,
|
||
|
0.08312344803553724, -0.7984886913079533}],
|
||
|
Point3DBox[{-0.7623763124834987,
|
||
|
0.08312344803553724, -0.7984886913079533}],
|
||
|
Point3DBox[{-0.8069307188125571,
|
||
|
0.07808569690500587, -0.7934508724718362}],
|
||
|
Point3DBox[{-0.8069307188125571,
|
||
|
0.07808569690500587, -0.7934508724718362}],
|
||
|
Point3DBox[{-0.7673265782954921,
|
||
|
0.08816123276496374, -0.7833753355962975}],
|
||
|
Point3DBox[{-0.7673265782954921,
|
||
|
0.08816123276496374, -0.7833753355962975}],
|
||
|
Point3DBox[{-0.7673265782954921,
|
||
|
0.08816123276496374, -0.7833753355962975}],
|
||
|
Point3DBox[{-0.7821782341667028,
|
||
|
0.09319901749439025, -0.7581863758113062}],
|
||
|
Point3DBox[{-0.7821782341667028,
|
||
|
0.09319901749439025, -0.7581863758113062}],
|
||
|
Point3DBox[{-0.7772276712040527, 0.0982368022238168, -0.8539042953184588}],
|
||
|
Point3DBox[{-0.7772276712040527,
|
||
|
0.0982368022238168, -0.8539042953184588}],
|
||
|
Point3DBox[{-0.7772276712040527, 0.0982368022238168, -0.8539042953184588}],
|
||
|
Point3DBox[{-0.7673265782954921,
|
||
|
0.0982368022238168, -0.7833753355962975}],
|
||
|
Point3DBox[{-0.7673265782954921, 0.0982368022238168, -0.7833753355962975}],
|
||
|
Point3DBox[{-0.7722771412581422,
|
||
|
0.01259446182356618, -0.8287153691323661}],
|
||
|
Point3DBox[{-0.7722771412581422,
|
||
|
0.01259446182356618, -0.8287153691323661}],
|
||
|
Point3DBox[{-0.7722771412581422,
|
||
|
0.01259446182356618, -0.8287153691323661}],
|
||
|
Point3DBox[{-0.7673265782954921,
|
||
|
0.08816123276496374, -0.8337531543695846}],
|
||
|
Point3DBox[{-0.7673265782954921,
|
||
|
0.08816123276496374, -0.8337531543695846}],
|
||
|
Point3DBox[{-0.7970296259039964, 0.0982368022238168, -0.7934508724718362}],
|
||
|
Point3DBox[{-0.7970296259039964,
|
||
|
0.0982368022238168, -0.7934508724718362}],
|
||
|
Point3DBox[{-0.7970296259039964, 0.0982368022238168, -0.7934508724718362}]},
|
||
|
ImageSize->{380.7013980538903, 425.95551799306213`},
|
||
|
ImageSizeRaw->Automatic,
|
||
|
ViewPoint->{-1.0577993361286333`, -1.2850493936081084`, \
|
||
|
-2.9461345217883874`},
|
||
|
ViewVertical->{-0.9780148593963615,
|
||
|
0.01774765555032181, -0.2787103575561131}]], "Output",
|
||
|
CellChangeTimes->{{3.7641842853097343`*^9, 3.764184320952935*^9},
|
||
|
3.764184471030891*^9, {3.766446530215829*^9, 3.766446540957491*^9},
|
||
|
3.76644668793672*^9},
|
||
|
CellLabel->"Out[37]=",ExpressionUUID->"a0ec9cc0-e9c9-4b35-a6e7-ad50f0e72243"]
|
||
|
}, Open ]]
|
||
|
},
|
||
|
WindowSize->{808, 911},
|
||
|
WindowMargins->{{482, Automatic}, {Automatic, 48}},
|
||
|
FrontEndVersion->"11.3 for Linux x86 (64-bit) (March 6, 2018)",
|
||
|
StyleDefinitions->"Default.nb"
|
||
|
]
|
||
|
(* End of Notebook Content *)
|
||
|
|
||
|
(* Internal cache information *)
|
||
|
(*CellTagsOutline
|
||
|
CellTagsIndex->{}
|
||
|
*)
|
||
|
(*CellTagsIndex
|
||
|
CellTagsIndex->{}
|
||
|
*)
|
||
|
(*NotebookFileOutline
|
||
|
Notebook[{
|
||
|
Cell[CellGroupData[{
|
||
|
Cell[580, 22, 253, 4, 31, "Input",ExpressionUUID->"bb7c7b01-0cfa-4c90-a2db-09590ed14465"],
|
||
|
Cell[836, 28, 189, 2, 35, "Output",ExpressionUUID->"d714e440-83e1-402e-946a-6ad01a10cf86"]
|
||
|
}, Open ]],
|
||
|
Cell[1040, 33, 824, 18, 55, "Input",ExpressionUUID->"9d982e0c-62ac-49c9-8fab-0efac1e57ee1"],
|
||
|
Cell[1867, 53, 1197, 31, 78, "Input",ExpressionUUID->"9e6d0196-dead-4dc5-9762-497e415abc3e"],
|
||
|
Cell[CellGroupData[{
|
||
|
Cell[3089, 88, 214, 3, 31, "Input",ExpressionUUID->"55fc2693-bfc0-4284-878d-723d16de613e"],
|
||
|
Cell[3306, 93, 7046, 134, 370, "Output",ExpressionUUID->"7ec40efb-497a-4912-9ef7-d6561194c0b4"]
|
||
|
}, Open ]],
|
||
|
Cell[CellGroupData[{
|
||
|
Cell[10389, 232, 403, 8, 31, "Input",ExpressionUUID->"ba904e9b-6ade-4303-bb25-888ab020ce48"],
|
||
|
Cell[10795, 242, 328, 6, 35, "Output",ExpressionUUID->"bc8ba4f8-7313-486b-95e6-b4550482b2ea"]
|
||
|
}, Open ]],
|
||
|
Cell[CellGroupData[{
|
||
|
Cell[11160, 253, 501, 11, 55, "Input",ExpressionUUID->"bd9700b2-e7a8-4e50-89dd-94e26b677ce3"],
|
||
|
Cell[11664, 266, 7301, 137, 377, "Output",ExpressionUUID->"a8ce8c6f-4831-410e-9d94-91833d5e6f71"]
|
||
|
}, Open ]],
|
||
|
Cell[CellGroupData[{
|
||
|
Cell[19002, 408, 551, 10, 57, "Input",ExpressionUUID->"af4ea829-9f16-4620-aa00-c20b3bfb3945"],
|
||
|
Cell[19556, 420, 390, 8, 35, "Output",ExpressionUUID->"c6f1a0ba-4ae3-4738-9abd-23d88d2f801c"],
|
||
|
Cell[19949, 430, 414, 9, 35, "Output",ExpressionUUID->"20d752b8-4f5a-4e6f-8a17-08e7baadbcb5"]
|
||
|
}, Open ]],
|
||
|
Cell[CellGroupData[{
|
||
|
Cell[20400, 444, 381, 9, 55, "Input",ExpressionUUID->"cbc8f16e-97a5-475f-8071-d73aef03f302"],
|
||
|
Cell[20784, 455, 7290, 137, 377, "Output",ExpressionUUID->"99aa5197-9b71-454c-99e1-23eab78f90ef"]
|
||
|
}, Open ]],
|
||
|
Cell[CellGroupData[{
|
||
|
Cell[28111, 597, 288, 5, 55, "Input",ExpressionUUID->"c3a95ca1-f798-4a77-a332-82397c454067"],
|
||
|
Cell[28402, 604, 7843, 224, 237, "Output",ExpressionUUID->"c381d469-b7c3-41ab-9df3-953131b7d151"]
|
||
|
}, Open ]],
|
||
|
Cell[CellGroupData[{
|
||
|
Cell[36282, 833, 395, 8, 31, "Input",ExpressionUUID->"25184dae-8e32-46f2-b4df-4067e177155f"],
|
||
|
Cell[36680, 843, 62949, 1393, 443, "Output",ExpressionUUID->"a0ec9cc0-e9c9-4b35-a6e7-ad50f0e72243"]
|
||
|
}, Open ]]
|
||
|
}
|
||
|
]
|
||
|
*)
|
||
|
|