Finished fitting

This commit is contained in:
Artyom Titov 2026-07-15 23:56:53 +03:00
commit 6fae6f8296
106 changed files with 791703 additions and 22655 deletions

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,30 @@
#!/bin/zsh
if [[ -z "$1" ]]; then
echo "You must specify the name prefix" 1>&2
echo 'E.g. prefix "my_prefix" :' 1>&2
echo 'h___фитирование.nb --> my_prefix_фитирование.nb' 1>&2
exit 1
fi
prefix="$1"
suffixes=(
"фитирование"
"pr_Qw2"
"pr_Qw1"
"osc_Qw2"
"osc_Qw1"
"gid_Qw2"
"gid_Qw1"
)
for suf in "${suffixes[@]}"; do
src="h____${suf}.nb"
dst="${prefix}_${suf}.nb"
if [[ -e "$src" ]]; then
mv -- "$src" "$dst"
else
echo "skipped \"$src\" due to absence"
fi
done

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,30 @@
#!/bin/zsh
if [[ -z "$1" ]]; then
echo "You must specify the name prefix" 1>&2
echo 'E.g. prefix "my_prefix" :' 1>&2
echo 'h___фитирование.nb --> my_prefix_фитирование.nb' 1>&2
exit 1
fi
prefix="$1"
suffixes=(
"фитирование"
"pr_Qw2"
"pr_Qw1"
"osc_Qw2"
"osc_Qw1"
"gid_Qw2"
"gid_Qw1"
)
for suf in "${suffixes[@]}"; do
src="h____${suf}.nb"
dst="${prefix}_${suf}.nb"
if [[ -e "$src" ]]; then
mv -- "$src" "$dst"
else
echo "skipped \"$src\" due to absence"
fi
done

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,30 @@
#!/bin/zsh
if [[ -z "$1" ]]; then
echo "You must specify the name prefix" 1>&2
echo 'E.g. prefix "my_prefix" :' 1>&2
echo 'h___фитирование.nb --> my_prefix_фитирование.nb' 1>&2
exit 1
fi
prefix="$1"
suffixes=(
"фитирование"
"pr_Qw2"
"pr_Qw1"
"osc_Qw2"
"osc_Qw1"
"gid_Qw2"
"gid_Qw1"
)
for suf in "${suffixes[@]}"; do
src="h____${suf}.nb"
dst="${prefix}_${suf}.nb"
if [[ -e "$src" ]]; then
mv -- "$src" "$dst"
else
echo "skipped \"$src\" due to absence"
fi
done

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,30 @@
#!/bin/zsh
if [[ -z "$1" ]]; then
echo "You must specify the name prefix" 1>&2
echo 'E.g. prefix "my_prefix" :' 1>&2
echo 'h___фитирование.nb --> my_prefix_фитирование.nb' 1>&2
exit 1
fi
prefix="$1"
suffixes=(
"фитирование"
"pr_Qw2"
"pr_Qw1"
"osc_Qw2"
"osc_Qw1"
"gid_Qw2"
"gid_Qw1"
)
for suf in "${suffixes[@]}"; do
src="h____${suf}.nb"
dst="${prefix}_${suf}.nb"
if [[ -e "$src" ]]; then
mv -- "$src" "$dst"
else
echo "skipped \"$src\" due to absence"
fi
done

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,30 @@
#!/bin/zsh
if [[ -z "$1" ]]; then
echo "You must specify the name prefix" 1>&2
echo 'E.g. prefix "my_prefix" :' 1>&2
echo 'h___фитирование.nb --> my_prefix_фитирование.nb' 1>&2
exit 1
fi
prefix="$1"
suffixes=(
"фитирование"
"pr_Qw2"
"pr_Qw1"
"osc_Qw2"
"osc_Qw1"
"gid_Qw2"
"gid_Qw1"
)
for suf in "${suffixes[@]}"; do
src="h____${suf}.nb"
dst="${prefix}_${suf}.nb"
if [[ -e "$src" ]]; then
mv -- "$src" "$dst"
else
echo "skipped \"$src\" due to absence"
fi
done

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,30 @@
#!/bin/zsh
if [[ -z "$1" ]]; then
echo "You must specify the name prefix" 1>&2
echo 'E.g. prefix "my_prefix" :' 1>&2
echo 'h___фитирование.nb --> my_prefix_фитирование.nb' 1>&2
exit 1
fi
prefix="$1"
suffixes=(
"фитирование"
"pr_Qw2"
"pr_Qw1"
"osc_Qw2"
"osc_Qw1"
"gid_Qw2"
"gid_Qw1"
)
for suf in "${suffixes[@]}"; do
src="h____${suf}.nb"
dst="${prefix}_${suf}.nb"
if [[ -e "$src" ]]; then
mv -- "$src" "$dst"
else
echo "skipped \"$src\" due to absence"
fi
done

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,30 @@
#!/bin/zsh
if [[ -z "$1" ]]; then
echo "You must specify the name prefix" 1>&2
echo 'E.g. prefix "my_prefix" :' 1>&2
echo 'h___фитирование.nb --> my_prefix_фитирование.nb' 1>&2
exit 1
fi
prefix="$1"
suffixes=(
"фитирование"
"pr_Qw2"
"pr_Qw1"
"osc_Qw2"
"osc_Qw1"
"gid_Qw2"
"gid_Qw1"
)
for suf in "${suffixes[@]}"; do
src="h____${suf}.nb"
dst="${prefix}_${suf}.nb"
if [[ -e "$src" ]]; then
mv -- "$src" "$dst"
else
echo "skipped \"$src\" due to absence"
fi
done

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,30 @@
#!/bin/zsh
if [[ -z "$1" ]]; then
echo "You must specify the name prefix" 1>&2
echo 'E.g. prefix "my_prefix" :' 1>&2
echo 'h___фитирование.nb --> my_prefix_фитирование.nb' 1>&2
exit 1
fi
prefix="$1"
suffixes=(
"фитирование"
"pr_Qw2"
"pr_Qw1"
"osc_Qw2"
"osc_Qw1"
"gid_Qw2"
"gid_Qw1"
)
for suf in "${suffixes[@]}"; do
src="h____${suf}.nb"
dst="${prefix}_${suf}.nb"
if [[ -e "$src" ]]; then
mv -- "$src" "$dst"
else
echo "skipped \"$src\" due to absence"
fi
done

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,30 @@
#!/bin/zsh
if [[ -z "$1" ]]; then
echo "You must specify the name prefix" 1>&2
echo 'E.g. prefix "my_prefix" :' 1>&2
echo 'h___фитирование.nb --> my_prefix_фитирование.nb' 1>&2
exit 1
fi
prefix="$1"
suffixes=(
"фитирование"
"pr_Qw2"
"pr_Qw1"
"osc_Qw2"
"osc_Qw1"
"gid_Qw2"
"gid_Qw1"
)
for suf in "${suffixes[@]}"; do
src="h____${suf}.nb"
dst="${prefix}_${suf}.nb"
if [[ -e "$src" ]]; then
mv -- "$src" "$dst"
else
echo "skipped \"$src\" due to absence"
fi
done

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,30 @@
#!/bin/zsh
if [[ -z "$1" ]]; then
echo "You must specify the name prefix" 1>&2
echo 'E.g. prefix "my_prefix" :' 1>&2
echo 'h___фитирование.nb --> my_prefix_фитирование.nb' 1>&2
exit 1
fi
prefix="$1"
suffixes=(
"фитирование"
"pr_Qw2"
"pr_Qw1"
"osc_Qw2"
"osc_Qw1"
"gid_Qw2"
"gid_Qw1"
)
for suf in "${suffixes[@]}"; do
src="h____${suf}.nb"
dst="${prefix}_${suf}.nb"
if [[ -e "$src" ]]; then
mv -- "$src" "$dst"
else
echo "skipped \"$src\" due to absence"
fi
done

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,30 @@
#!/bin/zsh
if [[ -z "$1" ]]; then
echo "You must specify the name prefix" 1>&2
echo 'E.g. prefix "my_prefix" :' 1>&2
echo 'h___фитирование.nb --> my_prefix_фитирование.nb' 1>&2
exit 1
fi
prefix="$1"
suffixes=(
"фитирование"
"pr_Qw2"
"pr_Qw1"
"osc_Qw2"
"osc_Qw1"
"gid_Qw2"
"gid_Qw1"
)
for suf in "${suffixes[@]}"; do
src="h____${suf}.nb"
dst="${prefix}_${suf}.nb"
if [[ -e "$src" ]]; then
mv -- "$src" "$dst"
else
echo "skipped \"$src\" due to absence"
fi
done

View file

@ -10,10 +10,10 @@
NotebookFileLineBreakTest
NotebookFileLineBreakTest
NotebookDataPosition[ 154, 7]
NotebookDataLength[ 581439, 14318]
NotebookOptionsPosition[ 540981, 13683]
NotebookOutlinePosition[ 541435, 13701]
CellTagsIndexPosition[ 541392, 13698]
NotebookDataLength[ 581491, 14319]
NotebookOptionsPosition[ 541044, 13684]
NotebookOutlinePosition[ 541486, 13702]
CellTagsIndexPosition[ 541443, 13699]
WindowFrame->Normal*)
(* Beginning of Notebook Content *)
@ -6479,8 +6479,8 @@ v816fiUGr+eg0YII9v8BEOUgTQ==
"Meta" -> <|
"DefaultHighlight" -> {"Dynamic", None}, "Index" -> {}, "Function" ->
Plot, "GroupHighlight" -> False|>|>],
ImageSizeCache->{{91.80048673422974,
202.74756866009872`}, {-11.626778089982832`, 5.710721910017167}}],
ImageSizeCache->{{84.68028467793367,
211.87669874043365`}, {-12.1671435127389, 5.830512737261099}}],
Selectable->False]},
Annotation[{{{{}, {},
Annotation[{
@ -7517,9 +7517,10 @@ Cell[BoxData[
RowBox[{"xx", "=",
RowBox[{"ListPlot", "[",
RowBox[{"{", "}"}], "]"}]}]], "Input",
CellChangeTimes->{{3.991799458254999*^9,
3.9917994623413925`*^9}},ExpressionUUID->"d9d63445-4981-8f49-b88b-\
9e93d345c648"],
CellFrame->{{0, 0}, {0, 0}},
CellChangeTimes->{{3.991799458254999*^9, 3.9917994623413925`*^9}},
Background->RGBColor[
0.87, 0.94, 1],ExpressionUUID->"d9d63445-4981-8f49-b88b-9e93d345c648"],
Cell[BoxData[
RowBox[{"Show", "[",
@ -13681,11 +13682,11 @@ Cell[BoxData["0.08333108480569339`"], "Output",
"Out[146]=",ExpressionUUID->"02a25981-0c7b-de47-b9f0-48bc3149aa69"]
}, Open ]]
},
WindowSize->{718.5, 729.75},
WindowMargins->{{Automatic, 0}, {Automatic, 0}},
WindowSize->{1440, 792},
WindowMargins->{{0, Automatic}, {0, Automatic}},
CellContext->Notebook,
Magnification:>0.8 Inherited,
FrontEndVersion->"14.1 for Microsoft Windows (64-bit) (July 16, 2024)",
FrontEndVersion->"14.1 for Linux x86 (64-bit) (July 16, 2024)",
StyleDefinitions->"Default.nb",
ExpressionUUID->"8af74bcb-cc50-f64a-8d83-c4bf7188d038"
]
@ -13701,137 +13702,137 @@ CellTagsIndex->{}
(*NotebookFileOutline
Notebook[{
Cell[CellGroupData[{
Cell[576, 22, 229, 5, 22, "Input",ExpressionUUID->"351bbc0d-9f60-fb44-a3dd-8326f7c1a9b1"],
Cell[808, 29, 149, 2, 25, "Output",ExpressionUUID->"2e7f3b17-b448-644d-bafd-ec5aa11fe78b"]
Cell[576, 22, 229, 5, 23, "Input",ExpressionUUID->"351bbc0d-9f60-fb44-a3dd-8326f7c1a9b1"],
Cell[808, 29, 149, 2, 26, "Output",ExpressionUUID->"2e7f3b17-b448-644d-bafd-ec5aa11fe78b"]
}, Open ]],
Cell[CellGroupData[{
Cell[994, 36, 179, 4, 22, "Input",ExpressionUUID->"40a7803b-9334-ef42-a720-539edfcf67a8"],
Cell[1176, 42, 152, 2, 25, "Output",ExpressionUUID->"d21d7bec-caad-aa4f-9200-81feafc4acec"]
Cell[994, 36, 179, 4, 23, "Input",ExpressionUUID->"40a7803b-9334-ef42-a720-539edfcf67a8"],
Cell[1176, 42, 152, 2, 26, "Output",ExpressionUUID->"d21d7bec-caad-aa4f-9200-81feafc4acec"]
}, Open ]],
Cell[CellGroupData[{
Cell[1365, 49, 147, 4, 22, "Input",ExpressionUUID->"410ced47-4e2a-4e45-9091-53970f892dbb"],
Cell[1515, 55, 152, 2, 25, "Output",ExpressionUUID->"a2a1281d-2cdd-5d4c-b7c6-d26236e66b80"]
Cell[1365, 49, 147, 4, 23, "Input",ExpressionUUID->"410ced47-4e2a-4e45-9091-53970f892dbb"],
Cell[1515, 55, 152, 2, 26, "Output",ExpressionUUID->"a2a1281d-2cdd-5d4c-b7c6-d26236e66b80"]
}, Open ]],
Cell[CellGroupData[{
Cell[1704, 62, 175, 3, 22, "Input",ExpressionUUID->"4c6dd23e-75ed-ae4a-acf9-56591f5025df"],
Cell[1882, 67, 152, 2, 25, "Output",ExpressionUUID->"4fa6d65b-1d5c-4f45-949a-d7045f28de30"]
Cell[1704, 62, 175, 3, 23, "Input",ExpressionUUID->"4c6dd23e-75ed-ae4a-acf9-56591f5025df"],
Cell[1882, 67, 152, 2, 26, "Output",ExpressionUUID->"4fa6d65b-1d5c-4f45-949a-d7045f28de30"]
}, Open ]],
Cell[CellGroupData[{
Cell[2071, 74, 257, 7, 35, "Input",ExpressionUUID->"3b0b73a0-2c54-5344-b35f-f9d9ee0b6951"],
Cell[2331, 83, 168, 2, 25, "Output",ExpressionUUID->"24d0db1b-9e75-3c46-9c8c-13704f881794"]
Cell[2331, 83, 168, 2, 26, "Output",ExpressionUUID->"24d0db1b-9e75-3c46-9c8c-13704f881794"]
}, Open ]],
Cell[CellGroupData[{
Cell[2536, 90, 131, 2, 22, "Input",ExpressionUUID->"4393e437-4418-924d-8d4c-7809bc31bb88"],
Cell[2670, 94, 154, 2, 25, "Output",ExpressionUUID->"d898610f-2407-1a40-9f24-5be2dcfa557e"]
Cell[2536, 90, 131, 2, 23, "Input",ExpressionUUID->"4393e437-4418-924d-8d4c-7809bc31bb88"],
Cell[2670, 94, 154, 2, 26, "Output",ExpressionUUID->"d898610f-2407-1a40-9f24-5be2dcfa557e"]
}, Open ]],
Cell[CellGroupData[{
Cell[2861, 101, 276, 6, 22, "Input",ExpressionUUID->"a5385d3b-a023-cd44-b749-4735260b7b95"],
Cell[3140, 109, 167, 2, 25, "Output",ExpressionUUID->"27ff60eb-7aa7-9949-984d-d71d79c10129"]
Cell[2861, 101, 276, 6, 23, "Input",ExpressionUUID->"a5385d3b-a023-cd44-b749-4735260b7b95"],
Cell[3140, 109, 167, 2, 26, "Output",ExpressionUUID->"27ff60eb-7aa7-9949-984d-d71d79c10129"]
}, Open ]],
Cell[CellGroupData[{
Cell[3344, 116, 257, 7, 22, "Input",ExpressionUUID->"0a74b7f9-6989-9540-ac07-501b8e8d8162"],
Cell[3604, 125, 167, 2, 25, "Output",ExpressionUUID->"2b4ba32a-ab7d-7140-a043-bb4487278822"]
Cell[3344, 116, 257, 7, 23, "Input",ExpressionUUID->"0a74b7f9-6989-9540-ac07-501b8e8d8162"],
Cell[3604, 125, 167, 2, 26, "Output",ExpressionUUID->"2b4ba32a-ab7d-7140-a043-bb4487278822"]
}, Open ]],
Cell[3786, 130, 147, 4, 22, "Input",ExpressionUUID->"3b44378c-91de-5d4a-a244-b3f5cb1cffbb"],
Cell[3936, 136, 147, 4, 22, "Input",ExpressionUUID->"c984ea2d-3d65-1d43-b11d-50fde111107a"],
Cell[3786, 130, 147, 4, 23, "Input",ExpressionUUID->"3b44378c-91de-5d4a-a244-b3f5cb1cffbb"],
Cell[3936, 136, 147, 4, 23, "Input",ExpressionUUID->"c984ea2d-3d65-1d43-b11d-50fde111107a"],
Cell[CellGroupData[{
Cell[4108, 144, 129, 2, 22, "Input",ExpressionUUID->"75d8f264-5e37-1044-a1c6-061fc9b997d0"],
Cell[4240, 148, 151, 2, 25, "Output",ExpressionUUID->"3d15ce67-15c8-f549-9c13-b8dddf0b6641"]
Cell[4108, 144, 129, 2, 23, "Input",ExpressionUUID->"75d8f264-5e37-1044-a1c6-061fc9b997d0"],
Cell[4240, 148, 151, 2, 26, "Output",ExpressionUUID->"3d15ce67-15c8-f549-9c13-b8dddf0b6641"]
}, Open ]],
Cell[CellGroupData[{
Cell[4428, 155, 129, 2, 22, "Input",ExpressionUUID->"8e1bd683-55de-244c-b403-3e685a9f8251"],
Cell[4560, 159, 151, 2, 25, "Output",ExpressionUUID->"8f7b3ab0-4d46-6e46-be1a-60df9a3dcebd"]
Cell[4428, 155, 129, 2, 23, "Input",ExpressionUUID->"8e1bd683-55de-244c-b403-3e685a9f8251"],
Cell[4560, 159, 151, 2, 26, "Output",ExpressionUUID->"8f7b3ab0-4d46-6e46-be1a-60df9a3dcebd"]
}, Open ]],
Cell[CellGroupData[{
Cell[4748, 166, 557, 19, 65, "Input",ExpressionUUID->"cc598f43-7215-144d-8c66-c2ede0ad5bde"],
Cell[5308, 187, 169, 2, 25, "Output",ExpressionUUID->"d0cab83a-649b-b14c-b85b-84835124aa09"]
Cell[4748, 166, 557, 19, 69, "Input",ExpressionUUID->"cc598f43-7215-144d-8c66-c2ede0ad5bde"],
Cell[5308, 187, 169, 2, 26, "Output",ExpressionUUID->"d0cab83a-649b-b14c-b85b-84835124aa09"]
}, Open ]],
Cell[CellGroupData[{
Cell[5514, 194, 557, 19, 65, "Input",ExpressionUUID->"5250e8ec-d471-e940-b083-114175ffd792"],
Cell[6074, 215, 168, 2, 25, "Output",ExpressionUUID->"81304ae5-6353-154d-8b14-59a2dc55038b"]
Cell[5514, 194, 557, 19, 69, "Input",ExpressionUUID->"5250e8ec-d471-e940-b083-114175ffd792"],
Cell[6074, 215, 168, 2, 26, "Output",ExpressionUUID->"81304ae5-6353-154d-8b14-59a2dc55038b"]
}, Open ]],
Cell[CellGroupData[{
Cell[6279, 222, 1492, 48, 65, "Input",ExpressionUUID->"d47cc9a8-08a4-8645-9d02-c9ac151b001f"],
Cell[7774, 272, 167, 2, 25, "Output",ExpressionUUID->"bdbb5f17-757a-b84a-b3ac-6309844818bf"]
Cell[6279, 222, 1492, 48, 69, "Input",ExpressionUUID->"d47cc9a8-08a4-8645-9d02-c9ac151b001f"],
Cell[7774, 272, 167, 2, 26, "Output",ExpressionUUID->"bdbb5f17-757a-b84a-b3ac-6309844818bf"]
}, Open ]],
Cell[CellGroupData[{
Cell[7978, 279, 1331, 44, 65, "Input",ExpressionUUID->"173d41f5-2f55-8540-9f84-3fa71a960dd9"],
Cell[9312, 325, 185, 3, 25, "Output",ExpressionUUID->"1dd72b7b-aeff-8747-91d0-6842e926f3b2"]
Cell[7978, 279, 1331, 44, 69, "Input",ExpressionUUID->"173d41f5-2f55-8540-9f84-3fa71a960dd9"],
Cell[9312, 325, 185, 3, 26, "Output",ExpressionUUID->"1dd72b7b-aeff-8747-91d0-6842e926f3b2"]
}, Open ]],
Cell[CellGroupData[{
Cell[9534, 333, 1331, 44, 65, "Input",ExpressionUUID->"1a0365c8-da51-384e-a9af-9acfff34d31e"],
Cell[10868, 379, 187, 3, 25, "Output",ExpressionUUID->"d5bf6730-c400-e84f-827b-d40e35c83dad"]
Cell[9534, 333, 1331, 44, 69, "Input",ExpressionUUID->"1a0365c8-da51-384e-a9af-9acfff34d31e"],
Cell[10868, 379, 187, 3, 26, "Output",ExpressionUUID->"d5bf6730-c400-e84f-827b-d40e35c83dad"]
}, Open ]],
Cell[CellGroupData[{
Cell[11092, 387, 1492, 48, 65, "Input",ExpressionUUID->"c4f93205-e8b5-4545-b925-7a3667f2b8dc"],
Cell[12587, 437, 166, 2, 25, "Output",ExpressionUUID->"006d42df-1417-1c4e-b4d9-45c05dee6889"]
Cell[11092, 387, 1492, 48, 69, "Input",ExpressionUUID->"c4f93205-e8b5-4545-b925-7a3667f2b8dc"],
Cell[12587, 437, 166, 2, 26, "Output",ExpressionUUID->"006d42df-1417-1c4e-b4d9-45c05dee6889"]
}, Open ]],
Cell[CellGroupData[{
Cell[12790, 444, 131, 2, 22, "Input",ExpressionUUID->"1ed671ea-8189-3149-a8ce-72bd20eeb073"],
Cell[12924, 448, 151, 2, 25, "Output",ExpressionUUID->"64d193ee-3f72-404e-9ca7-d3c855ce1a3f"]
Cell[12790, 444, 131, 2, 23, "Input",ExpressionUUID->"1ed671ea-8189-3149-a8ce-72bd20eeb073"],
Cell[12924, 448, 151, 2, 26, "Output",ExpressionUUID->"64d193ee-3f72-404e-9ca7-d3c855ce1a3f"]
}, Open ]],
Cell[CellGroupData[{
Cell[13112, 455, 133, 2, 22, "Input",ExpressionUUID->"70475143-92e0-6e44-8a83-18cdd4a8c535"],
Cell[13248, 459, 153, 2, 25, "Output",ExpressionUUID->"8d37ba34-6f64-7d40-86af-bfe10ed7ecf9"]
Cell[13112, 455, 133, 2, 23, "Input",ExpressionUUID->"70475143-92e0-6e44-8a83-18cdd4a8c535"],
Cell[13248, 459, 153, 2, 26, "Output",ExpressionUUID->"8d37ba34-6f64-7d40-86af-bfe10ed7ecf9"]
}, Open ]],
Cell[CellGroupData[{
Cell[13438, 466, 134, 2, 22, "Input",ExpressionUUID->"2462dcb2-0cb8-e248-aa5d-f9a9cd16feb3"],
Cell[13575, 470, 155, 2, 25, "Output",ExpressionUUID->"cf6fd933-5c85-3c47-a2fa-a53bc24bd1de"]
Cell[13438, 466, 134, 2, 23, "Input",ExpressionUUID->"2462dcb2-0cb8-e248-aa5d-f9a9cd16feb3"],
Cell[13575, 470, 155, 2, 26, "Output",ExpressionUUID->"cf6fd933-5c85-3c47-a2fa-a53bc24bd1de"]
}, Open ]],
Cell[CellGroupData[{
Cell[13767, 477, 219, 4, 22, "Input",ExpressionUUID->"06c5a55e-2df6-ad42-b792-346d68f826dc"],
Cell[13989, 483, 168, 3, 25, "Output",ExpressionUUID->"68c660da-f0f0-ad47-93fc-5a731457088a"]
Cell[13767, 477, 219, 4, 23, "Input",ExpressionUUID->"06c5a55e-2df6-ad42-b792-346d68f826dc"],
Cell[13989, 483, 168, 3, 26, "Output",ExpressionUUID->"68c660da-f0f0-ad47-93fc-5a731457088a"]
}, Open ]],
Cell[CellGroupData[{
Cell[14194, 491, 134, 2, 22, "Input",ExpressionUUID->"7a73cda7-5988-ca4e-b1d4-9678ae3b25bc"],
Cell[14331, 495, 155, 2, 25, "Output",ExpressionUUID->"8f2a2cb7-00c0-6642-b771-a61c78864261"]
Cell[14194, 491, 134, 2, 23, "Input",ExpressionUUID->"7a73cda7-5988-ca4e-b1d4-9678ae3b25bc"],
Cell[14331, 495, 155, 2, 26, "Output",ExpressionUUID->"8f2a2cb7-00c0-6642-b771-a61c78864261"]
}, Open ]],
Cell[CellGroupData[{
Cell[14523, 502, 248, 5, 22, "Input",ExpressionUUID->"50acb4f0-66e7-924a-841b-56c0ae53ef15"],
Cell[14774, 509, 152, 2, 25, "Output",ExpressionUUID->"55d6fafd-5f57-cf44-945d-c5c7fb1b087a"]
Cell[14523, 502, 248, 5, 23, "Input",ExpressionUUID->"50acb4f0-66e7-924a-841b-56c0ae53ef15"],
Cell[14774, 509, 152, 2, 26, "Output",ExpressionUUID->"55d6fafd-5f57-cf44-945d-c5c7fb1b087a"]
}, Open ]],
Cell[CellGroupData[{
Cell[14963, 516, 228, 5, 22, "Input",ExpressionUUID->"4451fdbc-8b04-2c43-a6db-990caacde85d"],
Cell[15194, 523, 152, 2, 25, "Output",ExpressionUUID->"e4541cb8-be74-4140-af0a-812e02085534"]
Cell[14963, 516, 228, 5, 23, "Input",ExpressionUUID->"4451fdbc-8b04-2c43-a6db-990caacde85d"],
Cell[15194, 523, 152, 2, 26, "Output",ExpressionUUID->"e4541cb8-be74-4140-af0a-812e02085534"]
}, Open ]],
Cell[CellGroupData[{
Cell[15383, 530, 219, 4, 22, "Input",ExpressionUUID->"054b1b4f-0e8a-0845-baa0-2842a740e988"],
Cell[15605, 536, 151, 2, 25, "Output",ExpressionUUID->"41e65355-0d62-5849-876b-33938574e65a"]
Cell[15383, 530, 219, 4, 23, "Input",ExpressionUUID->"054b1b4f-0e8a-0845-baa0-2842a740e988"],
Cell[15605, 536, 151, 2, 26, "Output",ExpressionUUID->"41e65355-0d62-5849-876b-33938574e65a"]
}, Open ]],
Cell[CellGroupData[{
Cell[15793, 543, 350, 10, 35, "Input",ExpressionUUID->"d5f2edc1-8551-7648-9dc8-cd367297c908"],
Cell[16146, 555, 170, 2, 25, "Output",ExpressionUUID->"b6d3bf5f-35d3-5240-acc0-10ada08af661"]
Cell[16146, 555, 170, 2, 26, "Output",ExpressionUUID->"b6d3bf5f-35d3-5240-acc0-10ada08af661"]
}, Open ]],
Cell[CellGroupData[{
Cell[16353, 562, 350, 10, 35, "Input",ExpressionUUID->"01eb3c5e-aadf-9d41-ba4e-940b4b61c6c8"],
Cell[16706, 574, 186, 3, 25, "Output",ExpressionUUID->"5d506fa3-f740-ff4f-9786-10c7e1e82f78"]
Cell[16706, 574, 186, 3, 26, "Output",ExpressionUUID->"5d506fa3-f740-ff4f-9786-10c7e1e82f78"]
}, Open ]],
Cell[CellGroupData[{
Cell[16929, 582, 975, 27, 92, "Input",ExpressionUUID->"957e37d7-d728-e448-9a63-f9d65131b81c"],
Cell[17907, 611, 169, 2, 25, "Output",ExpressionUUID->"02f8af82-a9df-4342-9d73-750f12d42e7b"]
Cell[16929, 582, 975, 27, 42, "Input",ExpressionUUID->"957e37d7-d728-e448-9a63-f9d65131b81c"],
Cell[17907, 611, 169, 2, 26, "Output",ExpressionUUID->"02f8af82-a9df-4342-9d73-750f12d42e7b"]
}, Open ]],
Cell[CellGroupData[{
Cell[18113, 618, 199, 3, 22, "Input",ExpressionUUID->"38330a7d-57e4-8f49-a9b3-c77bde88f24f"],
Cell[18315, 623, 151, 2, 25, "Output",ExpressionUUID->"1ee0020e-da30-7b46-8f5c-7602d78cb1cb"]
Cell[18113, 618, 199, 3, 23, "Input",ExpressionUUID->"38330a7d-57e4-8f49-a9b3-c77bde88f24f"],
Cell[18315, 623, 151, 2, 26, "Output",ExpressionUUID->"1ee0020e-da30-7b46-8f5c-7602d78cb1cb"]
}, Open ]],
Cell[18481, 628, 250, 5, 22, "Input",ExpressionUUID->"477d69f3-81a2-6d40-bff8-58a9467eced9"],
Cell[18734, 635, 154, 3, 22, "Input",ExpressionUUID->"6a2dd87e-b2f5-1d41-b680-bb644ea0ddfa"],
Cell[18891, 640, 250, 5, 22, "Input",ExpressionUUID->"a9223860-e2cf-2047-9a01-b6480cd2846d"],
Cell[19144, 647, 154, 3, 22, "Input",ExpressionUUID->"d35f11fe-a53c-8943-ac4f-07cc8884f5b8"],
Cell[19301, 652, 251, 5, 22, "Input",ExpressionUUID->"afeba878-eb4d-ef43-8941-b46079e5a618"],
Cell[19555, 659, 154, 3, 22, "Input",ExpressionUUID->"12665172-e21c-4e44-b1fc-e81404b2a0db"],
Cell[19712, 664, 275, 5, 22, "Input",ExpressionUUID->"81b490c7-39d4-f348-8914-f54b23f74296"],
Cell[19990, 671, 152, 3, 22, "Input",ExpressionUUID->"78f54ff3-2505-5940-9b78-ccc2627a783c"],
Cell[20145, 676, 222, 5, 22, "Input",ExpressionUUID->"17c8b6b3-c729-7c42-8964-e70aa92597e4"],
Cell[20370, 683, 152, 3, 22, "Input",ExpressionUUID->"3908ad8b-9aa1-4d42-954c-a3b9eef1576d"],
Cell[20525, 688, 226, 5, 22, "Input",ExpressionUUID->"92080e53-e7ee-a444-8071-b94745a1c38a"],
Cell[20754, 695, 154, 3, 22, "Input",ExpressionUUID->"b1e9f36c-5bc2-0c4d-92a1-7d827c4ef6de"],
Cell[20911, 700, 229, 5, 22, "Input",ExpressionUUID->"d8094a6a-d67c-3d48-bcaa-264265a5c2d2"],
Cell[21143, 707, 153, 3, 22, "Input",ExpressionUUID->"cc794a1b-7691-8f4d-a4bc-01ae055dd38b"],
Cell[21299, 712, 198, 4, 22, "Input",ExpressionUUID->"0efd73e6-d1c0-4449-a060-0fd7b04115ca"],
Cell[21500, 718, 156, 3, 22, "Input",ExpressionUUID->"cc8697be-e0d9-6944-bb0c-e22b0839e976"],
Cell[18481, 628, 250, 5, 23, "Input",ExpressionUUID->"477d69f3-81a2-6d40-bff8-58a9467eced9"],
Cell[18734, 635, 154, 3, 23, "Input",ExpressionUUID->"6a2dd87e-b2f5-1d41-b680-bb644ea0ddfa"],
Cell[18891, 640, 250, 5, 23, "Input",ExpressionUUID->"a9223860-e2cf-2047-9a01-b6480cd2846d"],
Cell[19144, 647, 154, 3, 23, "Input",ExpressionUUID->"d35f11fe-a53c-8943-ac4f-07cc8884f5b8"],
Cell[19301, 652, 251, 5, 23, "Input",ExpressionUUID->"afeba878-eb4d-ef43-8941-b46079e5a618"],
Cell[19555, 659, 154, 3, 23, "Input",ExpressionUUID->"12665172-e21c-4e44-b1fc-e81404b2a0db"],
Cell[19712, 664, 275, 5, 23, "Input",ExpressionUUID->"81b490c7-39d4-f348-8914-f54b23f74296"],
Cell[19990, 671, 152, 3, 23, "Input",ExpressionUUID->"78f54ff3-2505-5940-9b78-ccc2627a783c"],
Cell[20145, 676, 222, 5, 23, "Input",ExpressionUUID->"17c8b6b3-c729-7c42-8964-e70aa92597e4"],
Cell[20370, 683, 152, 3, 23, "Input",ExpressionUUID->"3908ad8b-9aa1-4d42-954c-a3b9eef1576d"],
Cell[20525, 688, 226, 5, 23, "Input",ExpressionUUID->"92080e53-e7ee-a444-8071-b94745a1c38a"],
Cell[20754, 695, 154, 3, 23, "Input",ExpressionUUID->"b1e9f36c-5bc2-0c4d-92a1-7d827c4ef6de"],
Cell[20911, 700, 229, 5, 23, "Input",ExpressionUUID->"d8094a6a-d67c-3d48-bcaa-264265a5c2d2"],
Cell[21143, 707, 153, 3, 23, "Input",ExpressionUUID->"cc794a1b-7691-8f4d-a4bc-01ae055dd38b"],
Cell[21299, 712, 198, 4, 23, "Input",ExpressionUUID->"0efd73e6-d1c0-4449-a060-0fd7b04115ca"],
Cell[21500, 718, 156, 3, 23, "Input",ExpressionUUID->"cc8697be-e0d9-6944-bb0c-e22b0839e976"],
Cell[CellGroupData[{
Cell[21681, 725, 19809, 485, 1553, "Input",ExpressionUUID->"f88ffeec-96f4-c047-a5a9-6451a0605337"],
Cell[21681, 725, 19809, 485, 749, "Input",ExpressionUUID->"f88ffeec-96f4-c047-a5a9-6451a0605337"],
Cell[41493, 1212, 167, 2, 25, "Output",ExpressionUUID->"6e3e2b1b-3430-b546-9dfc-ccd29250c9d7"]
}, Open ]],
Cell[CellGroupData[{
@ -14039,286 +14040,286 @@ Cell[218633, 6070, 168, 2, 25, "Output",ExpressionUUID->"9deaa7ff-19fe-b345-ae65
Cell[CellGroupData[{
Cell[218838, 6077, 2054, 59, 92, "Input",ExpressionUUID->"0f581ffd-dfa8-e845-a733-ca6cc08b08a0"],
Cell[220895, 6138, 556, 12, 50, "Message",ExpressionUUID->"365becfb-66c2-b442-8b7b-c6077e53a212"],
Cell[221454, 6152, 556, 12, 50, "Message",ExpressionUUID->"2b170196-02e0-d544-a5a5-d90722dc10dc"],
Cell[222013, 6166, 559, 12, 50, "Message",ExpressionUUID->"02967e8e-3430-cf4f-b706-b82af40300a2"],
Cell[221454, 6152, 556, 12, 32, "Message",ExpressionUUID->"2b170196-02e0-d544-a5a5-d90722dc10dc"],
Cell[222013, 6166, 559, 12, 32, "Message",ExpressionUUID->"02967e8e-3430-cf4f-b706-b82af40300a2"],
Cell[222575, 6180, 452, 10, 20, "Message",ExpressionUUID->"a8933e75-6bbd-684a-8439-656414d7fe5d"],
Cell[223030, 6192, 166, 2, 25, "Output",ExpressionUUID->"0790c690-9267-6441-bc9c-d353ab16b428"]
Cell[223030, 6192, 166, 2, 26, "Output",ExpressionUUID->"0790c690-9267-6441-bc9c-d353ab16b428"]
}, Open ]],
Cell[CellGroupData[{
Cell[223233, 6199, 1938, 53, 69, "Input",ExpressionUUID->"1834f328-2171-004d-99c2-8b70b5354bda"],
Cell[225174, 6254, 20226, 378, 191, "Output",ExpressionUUID->"5d2ddb35-b7b8-514c-917f-fcc77dc8600c"]
Cell[223233, 6199, 1938, 53, 59, "Input",ExpressionUUID->"1834f328-2171-004d-99c2-8b70b5354bda"],
Cell[225174, 6254, 20223, 378, 191, "Output",ExpressionUUID->"5d2ddb35-b7b8-514c-917f-fcc77dc8600c"]
}, Open ]],
Cell[CellGroupData[{
Cell[245437, 6637, 2094, 60, 92, "Input",ExpressionUUID->"2a70f76a-58a3-cb47-ac3c-9aed2c391662"],
Cell[247534, 6699, 497, 11, 70, "Message",ExpressionUUID->"cb33453f-b5ca-e14d-a319-662822d35ed2"],
Cell[248034, 6712, 501, 11, 70, "Message",ExpressionUUID->"aa5fb574-aeea-7141-9d86-babfa2192485"],
Cell[248538, 6725, 503, 11, 70, "Message",ExpressionUUID->"dec65c86-5426-6949-9e38-c5bc3eb7722e"],
Cell[249044, 6738, 455, 10, 70, "Message",ExpressionUUID->"32a908f1-0097-2943-9511-bd82e083c1e0"],
Cell[249502, 6750, 43631, 762, 70, "Output",ExpressionUUID->"704b46fd-7ca5-4147-bbb4-19991a3778e5"]
Cell[245434, 6637, 2094, 60, 82, "Input",ExpressionUUID->"2a70f76a-58a3-cb47-ac3c-9aed2c391662"],
Cell[247531, 6699, 497, 11, 32, "Message",ExpressionUUID->"cb33453f-b5ca-e14d-a319-662822d35ed2"],
Cell[248031, 6712, 501, 11, 32, "Message",ExpressionUUID->"aa5fb574-aeea-7141-9d86-babfa2192485"],
Cell[248535, 6725, 503, 11, 32, "Message",ExpressionUUID->"dec65c86-5426-6949-9e38-c5bc3eb7722e"],
Cell[249041, 6738, 455, 10, 20, "Message",ExpressionUUID->"32a908f1-0097-2943-9511-bd82e083c1e0"],
Cell[249499, 6750, 43631, 762, 186, "Output",ExpressionUUID->"704b46fd-7ca5-4147-bbb4-19991a3778e5"]
}, Open ]],
Cell[293148, 7515, 232, 6, 70, "Input",ExpressionUUID->"d9d63445-4981-8f49-b88b-9e93d345c648"],
Cell[293383, 7523, 209, 5, 70, "Input",ExpressionUUID->"39000a9e-1f94-0640-8925-ec28b28907cc"],
Cell[293145, 7515, 298, 7, 36, "Input",ExpressionUUID->"d9d63445-4981-8f49-b88b-9e93d345c648"],
Cell[293446, 7524, 209, 5, 23, "Input",ExpressionUUID->"39000a9e-1f94-0640-8925-ec28b28907cc"],
Cell[CellGroupData[{
Cell[293617, 7532, 212, 6, 70, "Input",ExpressionUUID->"90780efc-4769-7b47-9fbb-9166c67c2a66"],
Cell[293832, 7540, 168, 2, 70, "Output",ExpressionUUID->"1f95faab-1b52-5440-9bc8-bbd29c090294"]
Cell[293680, 7533, 212, 6, 39, "Input",ExpressionUUID->"90780efc-4769-7b47-9fbb-9166c67c2a66"],
Cell[293895, 7541, 168, 2, 26, "Output",ExpressionUUID->"1f95faab-1b52-5440-9bc8-bbd29c090294"]
}, Open ]],
Cell[CellGroupData[{
Cell[294037, 7547, 1814, 53, 70, "Input",ExpressionUUID->"7116d4f3-8ab8-b741-8264-0a5eeac170a0"],
Cell[295854, 7602, 505, 11, 70, "Message",ExpressionUUID->"34609962-a5ff-c943-bd24-1be35ec9ac87"],
Cell[296362, 7615, 509, 11, 70, "Message",ExpressionUUID->"1fdfd709-87fa-2d47-912a-2bb16540a45a"],
Cell[296874, 7628, 508, 11, 70, "Message",ExpressionUUID->"02f7e2ed-ac22-9d4d-8071-ab116260ee28"],
Cell[297385, 7641, 455, 10, 70, "Message",ExpressionUUID->"7db76209-a5a6-1947-80c1-912d214b981c"],
Cell[297843, 7653, 22399, 414, 70, "Output",ExpressionUUID->"b5f713da-fcb5-f640-b2b9-a3f5b5d5c325"]
Cell[294100, 7548, 1814, 53, 82, "Input",ExpressionUUID->"7116d4f3-8ab8-b741-8264-0a5eeac170a0"],
Cell[295917, 7603, 505, 11, 32, "Message",ExpressionUUID->"34609962-a5ff-c943-bd24-1be35ec9ac87"],
Cell[296425, 7616, 509, 11, 32, "Message",ExpressionUUID->"1fdfd709-87fa-2d47-912a-2bb16540a45a"],
Cell[296937, 7629, 508, 11, 32, "Message",ExpressionUUID->"02f7e2ed-ac22-9d4d-8071-ab116260ee28"],
Cell[297448, 7642, 455, 10, 20, "Message",ExpressionUUID->"7db76209-a5a6-1947-80c1-912d214b981c"],
Cell[297906, 7654, 22399, 414, 188, "Output",ExpressionUUID->"b5f713da-fcb5-f640-b2b9-a3f5b5d5c325"]
}, Open ]],
Cell[CellGroupData[{
Cell[320279, 8072, 1612, 47, 70, "Input",ExpressionUUID->"5530f28a-0194-494d-ad73-c38d245a1f1d"],
Cell[321894, 8121, 581, 12, 70, "Message",ExpressionUUID->"e283daf4-b253-944e-a35b-b9d739b4810d"],
Cell[322478, 8135, 584, 12, 70, "Message",ExpressionUUID->"45f4fe27-f32a-9441-bd55-e0801ff04328"],
Cell[323065, 8149, 590, 12, 70, "Message",ExpressionUUID->"8fffabed-e171-5e42-9ba8-fd51ae8f5dd5"],
Cell[323658, 8163, 455, 10, 70, "Message",ExpressionUUID->"8b648472-e40f-a549-a057-c6eeb9f14028"],
Cell[324116, 8175, 169, 2, 70, "Output",ExpressionUUID->"c7b55151-fc31-d94c-8a4e-01b34fb0adaf"]
Cell[320342, 8073, 1612, 47, 59, "Input",ExpressionUUID->"5530f28a-0194-494d-ad73-c38d245a1f1d"],
Cell[321957, 8122, 581, 12, 32, "Message",ExpressionUUID->"e283daf4-b253-944e-a35b-b9d739b4810d"],
Cell[322541, 8136, 584, 12, 32, "Message",ExpressionUUID->"45f4fe27-f32a-9441-bd55-e0801ff04328"],
Cell[323128, 8150, 590, 12, 32, "Message",ExpressionUUID->"8fffabed-e171-5e42-9ba8-fd51ae8f5dd5"],
Cell[323721, 8164, 455, 10, 20, "Message",ExpressionUUID->"8b648472-e40f-a549-a057-c6eeb9f14028"],
Cell[324179, 8176, 169, 2, 26, "Output",ExpressionUUID->"c7b55151-fc31-d94c-8a4e-01b34fb0adaf"]
}, Open ]],
Cell[CellGroupData[{
Cell[324322, 8182, 2249, 64, 70, "Input",ExpressionUUID->"18d0289f-01fd-a740-8fac-540622282b2c"],
Cell[326574, 8248, 557, 12, 70, "Message",ExpressionUUID->"3632efc4-f65f-2f41-a6ff-4f71c0ebce84"],
Cell[327134, 8262, 560, 12, 70, "Message",ExpressionUUID->"779c5516-83d5-5d41-8a7a-6b58e876b564"],
Cell[327697, 8276, 560, 12, 70, "Message",ExpressionUUID->"8e3711bd-8e48-2e4f-9802-ad11f73b56ef"],
Cell[328260, 8290, 455, 10, 70, "Message",ExpressionUUID->"f612a69b-4740-9240-9908-d284159fa285"],
Cell[328718, 8302, 169, 2, 70, "Output",ExpressionUUID->"bfa217e6-2060-bc4b-b710-35d6c4ca9627"]
Cell[324385, 8183, 2249, 64, 51, "Input",ExpressionUUID->"18d0289f-01fd-a740-8fac-540622282b2c"],
Cell[326637, 8249, 557, 12, 32, "Message",ExpressionUUID->"3632efc4-f65f-2f41-a6ff-4f71c0ebce84"],
Cell[327197, 8263, 560, 12, 70, "Message",ExpressionUUID->"779c5516-83d5-5d41-8a7a-6b58e876b564"],
Cell[327760, 8277, 560, 12, 70, "Message",ExpressionUUID->"8e3711bd-8e48-2e4f-9802-ad11f73b56ef"],
Cell[328323, 8291, 455, 10, 70, "Message",ExpressionUUID->"f612a69b-4740-9240-9908-d284159fa285"],
Cell[328781, 8303, 169, 2, 70, "Output",ExpressionUUID->"bfa217e6-2060-bc4b-b710-35d6c4ca9627"]
}, Open ]],
Cell[CellGroupData[{
Cell[328924, 8309, 2221, 64, 70, "Input",ExpressionUUID->"33f25e29-8e2f-5249-9603-4bb381db84df"],
Cell[331148, 8375, 554, 12, 70, "Message",ExpressionUUID->"3ebcf84a-7882-bd47-b9c8-0657501c09d4"],
Cell[331705, 8389, 560, 12, 70, "Message",ExpressionUUID->"5ba908af-818e-5d45-9b4d-c738ed936632"],
Cell[332268, 8403, 560, 12, 70, "Message",ExpressionUUID->"b25ed3b8-96c0-f246-8b73-bf5dca1bf3be"],
Cell[332831, 8417, 455, 10, 70, "Message",ExpressionUUID->"4d7ee3e1-e220-9e46-b1cc-01012021a276"],
Cell[333289, 8429, 169, 2, 70, "Output",ExpressionUUID->"f21819b7-4040-3a47-b212-dc05454fc812"]
Cell[328987, 8310, 2221, 64, 70, "Input",ExpressionUUID->"33f25e29-8e2f-5249-9603-4bb381db84df"],
Cell[331211, 8376, 554, 12, 70, "Message",ExpressionUUID->"3ebcf84a-7882-bd47-b9c8-0657501c09d4"],
Cell[331768, 8390, 560, 12, 70, "Message",ExpressionUUID->"5ba908af-818e-5d45-9b4d-c738ed936632"],
Cell[332331, 8404, 560, 12, 70, "Message",ExpressionUUID->"b25ed3b8-96c0-f246-8b73-bf5dca1bf3be"],
Cell[332894, 8418, 455, 10, 70, "Message",ExpressionUUID->"4d7ee3e1-e220-9e46-b1cc-01012021a276"],
Cell[333352, 8430, 169, 2, 70, "Output",ExpressionUUID->"f21819b7-4040-3a47-b212-dc05454fc812"]
}, Open ]],
Cell[CellGroupData[{
Cell[333495, 8436, 2223, 64, 70, "Input",ExpressionUUID->"88e14da9-8532-e842-b722-1b0781de8eeb"],
Cell[335721, 8502, 555, 12, 70, "Message",ExpressionUUID->"abd6af2a-56b2-2644-a5c5-5aa91718971c"],
Cell[336279, 8516, 558, 12, 70, "Message",ExpressionUUID->"31d8f902-5be7-c54f-8e99-429decd85903"],
Cell[336840, 8530, 560, 12, 70, "Message",ExpressionUUID->"666728b2-41bd-114c-ad81-a56ae7cb85e9"],
Cell[337403, 8544, 453, 10, 70, "Message",ExpressionUUID->"7a1ee219-911f-6846-82f7-c389bec607c2"],
Cell[337859, 8556, 167, 2, 70, "Output",ExpressionUUID->"f40d5525-ccff-eb4c-a859-e6917373a7f1"]
Cell[333558, 8437, 2223, 64, 70, "Input",ExpressionUUID->"88e14da9-8532-e842-b722-1b0781de8eeb"],
Cell[335784, 8503, 555, 12, 70, "Message",ExpressionUUID->"abd6af2a-56b2-2644-a5c5-5aa91718971c"],
Cell[336342, 8517, 558, 12, 70, "Message",ExpressionUUID->"31d8f902-5be7-c54f-8e99-429decd85903"],
Cell[336903, 8531, 560, 12, 70, "Message",ExpressionUUID->"666728b2-41bd-114c-ad81-a56ae7cb85e9"],
Cell[337466, 8545, 453, 10, 70, "Message",ExpressionUUID->"7a1ee219-911f-6846-82f7-c389bec607c2"],
Cell[337922, 8557, 167, 2, 70, "Output",ExpressionUUID->"f40d5525-ccff-eb4c-a859-e6917373a7f1"]
}, Open ]],
Cell[CellGroupData[{
Cell[338063, 8563, 213, 6, 70, "Input",ExpressionUUID->"fcd1131c-ba92-0b46-817b-e5f89f4ec38f"],
Cell[338279, 8571, 169, 2, 70, "Output",ExpressionUUID->"3749f94f-79b1-2342-af7e-bc4d815737fe"]
Cell[338126, 8564, 213, 6, 70, "Input",ExpressionUUID->"fcd1131c-ba92-0b46-817b-e5f89f4ec38f"],
Cell[338342, 8572, 169, 2, 70, "Output",ExpressionUUID->"3749f94f-79b1-2342-af7e-bc4d815737fe"]
}, Open ]],
Cell[338463, 8576, 247, 5, 70, "Input",ExpressionUUID->"c771f2bd-f081-e54a-b4e5-bf0dbc996ac3"],
Cell[338526, 8577, 247, 5, 70, "Input",ExpressionUUID->"c771f2bd-f081-e54a-b4e5-bf0dbc996ac3"],
Cell[CellGroupData[{
Cell[338735, 8585, 554, 18, 70, "Input",ExpressionUUID->"e251726d-e169-d945-ab4a-5d2f25930fef"],
Cell[339292, 8605, 167, 2, 70, "Output",ExpressionUUID->"aad53d59-da78-9348-9ac4-1e0902e814d3"]
Cell[338798, 8586, 554, 18, 70, "Input",ExpressionUUID->"e251726d-e169-d945-ab4a-5d2f25930fef"],
Cell[339355, 8606, 167, 2, 70, "Output",ExpressionUUID->"aad53d59-da78-9348-9ac4-1e0902e814d3"]
}, Open ]],
Cell[CellGroupData[{
Cell[339496, 8612, 166, 4, 70, "Input",ExpressionUUID->"327a1255-f251-984f-8923-c0274c3b49ff"],
Cell[339665, 8618, 169, 2, 70, "Output",ExpressionUUID->"4fef6a46-506a-e14c-9df4-f75ab9f6cdb2"]
Cell[339559, 8613, 166, 4, 70, "Input",ExpressionUUID->"327a1255-f251-984f-8923-c0274c3b49ff"],
Cell[339728, 8619, 169, 2, 70, "Output",ExpressionUUID->"4fef6a46-506a-e14c-9df4-f75ab9f6cdb2"]
}, Open ]],
Cell[CellGroupData[{
Cell[339871, 8625, 181, 5, 70, "Input",ExpressionUUID->"34b5c282-9128-3243-a083-2a0ba15e1c1e"],
Cell[340055, 8632, 173, 3, 70, "Output",ExpressionUUID->"f46a3dc4-a4b4-034f-91be-6596e81ebf6d"]
Cell[339934, 8626, 181, 5, 70, "Input",ExpressionUUID->"34b5c282-9128-3243-a083-2a0ba15e1c1e"],
Cell[340118, 8633, 173, 3, 70, "Output",ExpressionUUID->"f46a3dc4-a4b4-034f-91be-6596e81ebf6d"]
}, Open ]],
Cell[CellGroupData[{
Cell[340265, 8640, 6055, 185, 70, "Input",ExpressionUUID->"f3a277aa-056d-d149-8885-d2d3d2344155"],
Cell[346323, 8827, 172, 3, 70, "Output",ExpressionUUID->"ccd4df45-d425-704c-b4a9-648b41b92e77"]
Cell[340328, 8641, 6055, 185, 70, "Input",ExpressionUUID->"f3a277aa-056d-d149-8885-d2d3d2344155"],
Cell[346386, 8828, 172, 3, 70, "Output",ExpressionUUID->"ccd4df45-d425-704c-b4a9-648b41b92e77"]
}, Open ]],
Cell[CellGroupData[{
Cell[346532, 8835, 368, 9, 70, "Input",ExpressionUUID->"0fa06165-8277-0942-9840-e7939e39e8bc"],
Cell[346903, 8846, 170, 3, 70, "Output",ExpressionUUID->"1ebb6633-805d-cf47-abbc-564ac9bf2374"]
Cell[346595, 8836, 368, 9, 70, "Input",ExpressionUUID->"0fa06165-8277-0942-9840-e7939e39e8bc"],
Cell[346966, 8847, 170, 3, 70, "Output",ExpressionUUID->"1ebb6633-805d-cf47-abbc-564ac9bf2374"]
}, Open ]],
Cell[CellGroupData[{
Cell[347110, 8854, 6122, 187, 70, "Input",ExpressionUUID->"1b1171a5-5779-4b4d-9d05-b0c2eafb2db5"],
Cell[353235, 9043, 175, 3, 70, "Output",ExpressionUUID->"a3a95ff2-cddf-6a4c-ac06-8cc3fd5707bc"]
Cell[347173, 8855, 6122, 187, 70, "Input",ExpressionUUID->"1b1171a5-5779-4b4d-9d05-b0c2eafb2db5"],
Cell[353298, 9044, 175, 3, 70, "Output",ExpressionUUID->"a3a95ff2-cddf-6a4c-ac06-8cc3fd5707bc"]
}, Open ]],
Cell[CellGroupData[{
Cell[353447, 9051, 368, 9, 70, "Input",ExpressionUUID->"6c245ddb-5918-924a-9203-1fedb54d4a87"],
Cell[353818, 9062, 169, 3, 70, "Output",ExpressionUUID->"53071608-cf53-7441-9033-6c9cf2e7fa8e"]
Cell[353510, 9052, 368, 9, 70, "Input",ExpressionUUID->"6c245ddb-5918-924a-9203-1fedb54d4a87"],
Cell[353881, 9063, 169, 3, 70, "Output",ExpressionUUID->"53071608-cf53-7441-9033-6c9cf2e7fa8e"]
}, Open ]],
Cell[CellGroupData[{
Cell[354024, 9070, 2663, 88, 70, "Input",ExpressionUUID->"653c5092-298f-db49-b06e-e3478aa9b1d6"],
Cell[356690, 9160, 173, 3, 70, "Output",ExpressionUUID->"547b87cc-d628-4d49-8e04-72542aa7650e"]
Cell[354087, 9071, 2663, 88, 70, "Input",ExpressionUUID->"653c5092-298f-db49-b06e-e3478aa9b1d6"],
Cell[356753, 9161, 173, 3, 70, "Output",ExpressionUUID->"547b87cc-d628-4d49-8e04-72542aa7650e"]
}, Open ]],
Cell[CellGroupData[{
Cell[356900, 9168, 2603, 85, 70, "Input",ExpressionUUID->"14be274c-57f4-d247-984a-05fe7f5796d8"],
Cell[359506, 9255, 171, 3, 70, "Output",ExpressionUUID->"a8edf49c-9c61-9e4b-9fa8-4de409daba96"]
Cell[356963, 9169, 2603, 85, 70, "Input",ExpressionUUID->"14be274c-57f4-d247-984a-05fe7f5796d8"],
Cell[359569, 9256, 171, 3, 70, "Output",ExpressionUUID->"a8edf49c-9c61-9e4b-9fa8-4de409daba96"]
}, Open ]],
Cell[CellGroupData[{
Cell[359714, 9263, 3712, 118, 70, "Input",ExpressionUUID->"b50305da-a32c-4d4f-98ec-1a42d89ff35c"],
Cell[363429, 9383, 171, 3, 70, "Output",ExpressionUUID->"3584cc50-41a2-ae4b-af54-859d095b0154"]
Cell[359777, 9264, 3712, 118, 70, "Input",ExpressionUUID->"b50305da-a32c-4d4f-98ec-1a42d89ff35c"],
Cell[363492, 9384, 171, 3, 70, "Output",ExpressionUUID->"3584cc50-41a2-ae4b-af54-859d095b0154"]
}, Open ]],
Cell[CellGroupData[{
Cell[363637, 9391, 2052, 59, 70, "Input",ExpressionUUID->"ee2d2671-1677-5943-bf7a-6ffa36275fe8"],
Cell[365692, 9452, 572, 12, 70, "Message",ExpressionUUID->"d59869d2-8577-0547-8448-230bc5a4ac5e"],
Cell[366267, 9466, 573, 12, 70, "Message",ExpressionUUID->"844f4204-3100-6d45-b5d2-238cc22b8006"],
Cell[366843, 9480, 578, 12, 70, "Message",ExpressionUUID->"f91c55eb-7b3d-3340-b869-4269b99a071c"],
Cell[367424, 9494, 457, 10, 70, "Message",ExpressionUUID->"efd89e15-8a66-4047-aee7-4fb3607a30a7"],
Cell[367884, 9506, 172, 3, 70, "Output",ExpressionUUID->"e68f2098-b3f7-6745-819f-009e252dd442"]
Cell[363700, 9392, 2052, 59, 70, "Input",ExpressionUUID->"ee2d2671-1677-5943-bf7a-6ffa36275fe8"],
Cell[365755, 9453, 572, 12, 70, "Message",ExpressionUUID->"d59869d2-8577-0547-8448-230bc5a4ac5e"],
Cell[366330, 9467, 573, 12, 70, "Message",ExpressionUUID->"844f4204-3100-6d45-b5d2-238cc22b8006"],
Cell[366906, 9481, 578, 12, 70, "Message",ExpressionUUID->"f91c55eb-7b3d-3340-b869-4269b99a071c"],
Cell[367487, 9495, 457, 10, 70, "Message",ExpressionUUID->"efd89e15-8a66-4047-aee7-4fb3607a30a7"],
Cell[367947, 9507, 172, 3, 70, "Output",ExpressionUUID->"e68f2098-b3f7-6745-819f-009e252dd442"]
}, Open ]],
Cell[CellGroupData[{
Cell[368093, 9514, 2054, 59, 70, "Input",ExpressionUUID->"b0b1035a-0fdf-b146-a71f-1ab9142a9a90"],
Cell[370150, 9575, 572, 12, 70, "Message",ExpressionUUID->"feb3ed0a-8d45-dd4c-a945-407106f88295"],
Cell[370725, 9589, 575, 12, 70, "Message",ExpressionUUID->"d5a6c2e7-2143-1843-8d40-686107f6aa27"],
Cell[371303, 9603, 576, 12, 70, "Message",ExpressionUUID->"a15d89dd-0dfc-c845-aec3-fe7d60156e1f"],
Cell[371882, 9617, 457, 10, 70, "Message",ExpressionUUID->"0f9408e4-b654-4a40-9b38-655b18398efc"],
Cell[372342, 9629, 170, 3, 70, "Output",ExpressionUUID->"f72e3d82-4d19-7143-9513-38a15cee4d51"]
Cell[368156, 9515, 2054, 59, 70, "Input",ExpressionUUID->"b0b1035a-0fdf-b146-a71f-1ab9142a9a90"],
Cell[370213, 9576, 572, 12, 70, "Message",ExpressionUUID->"feb3ed0a-8d45-dd4c-a945-407106f88295"],
Cell[370788, 9590, 575, 12, 70, "Message",ExpressionUUID->"d5a6c2e7-2143-1843-8d40-686107f6aa27"],
Cell[371366, 9604, 576, 12, 70, "Message",ExpressionUUID->"a15d89dd-0dfc-c845-aec3-fe7d60156e1f"],
Cell[371945, 9618, 457, 10, 70, "Message",ExpressionUUID->"0f9408e4-b654-4a40-9b38-655b18398efc"],
Cell[372405, 9630, 170, 3, 70, "Output",ExpressionUUID->"f72e3d82-4d19-7143-9513-38a15cee4d51"]
}, Open ]],
Cell[CellGroupData[{
Cell[372549, 9637, 2030, 55, 70, "Input",ExpressionUUID->"f6fa9d80-fa6d-8c4a-8fee-ff25938e6592"],
Cell[374582, 9694, 20377, 384, 70, "Output",ExpressionUUID->"02187549-f2f0-9c4d-81fc-d12919ea7802"]
Cell[372612, 9638, 2030, 55, 70, "Input",ExpressionUUID->"f6fa9d80-fa6d-8c4a-8fee-ff25938e6592"],
Cell[374645, 9695, 20377, 384, 70, "Output",ExpressionUUID->"02187549-f2f0-9c4d-81fc-d12919ea7802"]
}, Open ]],
Cell[CellGroupData[{
Cell[394996, 10083, 2118, 60, 70, "Input",ExpressionUUID->"8faa67fd-f295-ea48-b116-d12d9d52c36b"],
Cell[397117, 10145, 499, 11, 70, "Message",ExpressionUUID->"75033ea5-32d5-4445-bfb0-a981507a2e9a"],
Cell[397619, 10158, 504, 11, 70, "Message",ExpressionUUID->"bc53c85b-e7c9-be4a-8ed4-30975f08af5c"],
Cell[398126, 10171, 507, 11, 70, "Message",ExpressionUUID->"e09d101b-c5d3-424f-aab9-c5788f3b9ef6"],
Cell[398636, 10184, 455, 10, 70, "Message",ExpressionUUID->"28f777a6-eb27-df49-a698-bd7806baa94c"],
Cell[399094, 10196, 22381, 415, 70, "Output",ExpressionUUID->"cd997d80-b342-8b4c-95c9-b33408882f73"]
Cell[395059, 10084, 2118, 60, 70, "Input",ExpressionUUID->"8faa67fd-f295-ea48-b116-d12d9d52c36b"],
Cell[397180, 10146, 499, 11, 70, "Message",ExpressionUUID->"75033ea5-32d5-4445-bfb0-a981507a2e9a"],
Cell[397682, 10159, 504, 11, 70, "Message",ExpressionUUID->"bc53c85b-e7c9-be4a-8ed4-30975f08af5c"],
Cell[398189, 10172, 507, 11, 70, "Message",ExpressionUUID->"e09d101b-c5d3-424f-aab9-c5788f3b9ef6"],
Cell[398699, 10185, 455, 10, 70, "Message",ExpressionUUID->"28f777a6-eb27-df49-a698-bd7806baa94c"],
Cell[399157, 10197, 22381, 415, 70, "Output",ExpressionUUID->"cd997d80-b342-8b4c-95c9-b33408882f73"]
}, Open ]],
Cell[421490, 10614, 174, 3, 70, "Input",ExpressionUUID->"c5eb8b00-da53-e74c-9781-4f98a6653ef7"],
Cell[421667, 10619, 209, 5, 70, "Input",ExpressionUUID->"05df483d-64d7-9449-845e-6e6b94590d4b"],
Cell[421553, 10615, 174, 3, 70, "Input",ExpressionUUID->"c5eb8b00-da53-e74c-9781-4f98a6653ef7"],
Cell[421730, 10620, 209, 5, 70, "Input",ExpressionUUID->"05df483d-64d7-9449-845e-6e6b94590d4b"],
Cell[CellGroupData[{
Cell[421901, 10628, 1616, 48, 70, "Input",ExpressionUUID->"f695fa87-ec11-e544-beb4-27e0ec1d6164"],
Cell[423520, 10678, 594, 12, 70, "Message",ExpressionUUID->"96d01a47-7c9a-1944-8904-f1788b2f0a8a"],
Cell[424117, 10692, 594, 12, 70, "Message",ExpressionUUID->"fee09e7b-7835-394b-93fe-35ddd26f69d1"],
Cell[424714, 10706, 598, 12, 70, "Message",ExpressionUUID->"fc12fc14-afc1-0a48-8829-94d858477ec4"],
Cell[425315, 10720, 457, 10, 70, "Message",ExpressionUUID->"41b1346d-6d7d-5d4d-9b1a-88cde3361cf3"],
Cell[425775, 10732, 171, 3, 70, "Output",ExpressionUUID->"0bbffe2c-809c-1149-a08f-e3342cda31a0"]
Cell[421964, 10629, 1616, 48, 70, "Input",ExpressionUUID->"f695fa87-ec11-e544-beb4-27e0ec1d6164"],
Cell[423583, 10679, 594, 12, 70, "Message",ExpressionUUID->"96d01a47-7c9a-1944-8904-f1788b2f0a8a"],
Cell[424180, 10693, 594, 12, 70, "Message",ExpressionUUID->"fee09e7b-7835-394b-93fe-35ddd26f69d1"],
Cell[424777, 10707, 598, 12, 70, "Message",ExpressionUUID->"fc12fc14-afc1-0a48-8829-94d858477ec4"],
Cell[425378, 10721, 457, 10, 70, "Message",ExpressionUUID->"41b1346d-6d7d-5d4d-9b1a-88cde3361cf3"],
Cell[425838, 10733, 171, 3, 70, "Output",ExpressionUUID->"0bbffe2c-809c-1149-a08f-e3342cda31a0"]
}, Open ]],
Cell[CellGroupData[{
Cell[425983, 10740, 2247, 64, 70, "Input",ExpressionUUID->"df92a918-12ed-ff47-a8a8-122296a3d634"],
Cell[428233, 10806, 572, 12, 70, "Message",ExpressionUUID->"922f5f31-888f-7340-96cd-65ecb8ea2e84"],
Cell[428808, 10820, 573, 12, 70, "Message",ExpressionUUID->"287b836d-7493-d44f-85b0-183d2793165c"],
Cell[429384, 10834, 578, 12, 70, "Message",ExpressionUUID->"962d88f7-2937-fe4b-ba97-3fe8099808d5"],
Cell[429965, 10848, 455, 10, 70, "Message",ExpressionUUID->"2ec951f6-2332-9241-84af-c7ac25232c2e"],
Cell[430423, 10860, 172, 3, 70, "Output",ExpressionUUID->"3eb28fb3-5fd6-4240-b231-e1f0fa53f4dc"]
Cell[426046, 10741, 2247, 64, 70, "Input",ExpressionUUID->"df92a918-12ed-ff47-a8a8-122296a3d634"],
Cell[428296, 10807, 572, 12, 70, "Message",ExpressionUUID->"922f5f31-888f-7340-96cd-65ecb8ea2e84"],
Cell[428871, 10821, 573, 12, 70, "Message",ExpressionUUID->"287b836d-7493-d44f-85b0-183d2793165c"],
Cell[429447, 10835, 578, 12, 70, "Message",ExpressionUUID->"962d88f7-2937-fe4b-ba97-3fe8099808d5"],
Cell[430028, 10849, 455, 10, 70, "Message",ExpressionUUID->"2ec951f6-2332-9241-84af-c7ac25232c2e"],
Cell[430486, 10861, 172, 3, 70, "Output",ExpressionUUID->"3eb28fb3-5fd6-4240-b231-e1f0fa53f4dc"]
}, Open ]],
Cell[CellGroupData[{
Cell[430632, 10868, 2221, 64, 70, "Input",ExpressionUUID->"1990573a-00f1-b54c-9d39-9c68738afe07"],
Cell[432856, 10934, 570, 12, 70, "Message",ExpressionUUID->"8fc71a81-55ed-5940-a6a0-1fa4e0c6425a"],
Cell[433429, 10948, 573, 12, 70, "Message",ExpressionUUID->"001b2f06-491c-6c4f-881b-1d7c12c1b14f"],
Cell[434005, 10962, 578, 12, 70, "Message",ExpressionUUID->"865c0491-32b6-3549-83ec-bdf42c3a31aa"],
Cell[434586, 10976, 455, 10, 70, "Message",ExpressionUUID->"3566013f-7b44-504c-95a5-32d3ac2ece3d"],
Cell[435044, 10988, 172, 3, 70, "Output",ExpressionUUID->"9cc3c720-52c0-b040-a0b4-75ff2aab4396"]
Cell[430695, 10869, 2221, 64, 70, "Input",ExpressionUUID->"1990573a-00f1-b54c-9d39-9c68738afe07"],
Cell[432919, 10935, 570, 12, 70, "Message",ExpressionUUID->"8fc71a81-55ed-5940-a6a0-1fa4e0c6425a"],
Cell[433492, 10949, 573, 12, 70, "Message",ExpressionUUID->"001b2f06-491c-6c4f-881b-1d7c12c1b14f"],
Cell[434068, 10963, 578, 12, 70, "Message",ExpressionUUID->"865c0491-32b6-3549-83ec-bdf42c3a31aa"],
Cell[434649, 10977, 455, 10, 70, "Message",ExpressionUUID->"3566013f-7b44-504c-95a5-32d3ac2ece3d"],
Cell[435107, 10989, 172, 3, 70, "Output",ExpressionUUID->"9cc3c720-52c0-b040-a0b4-75ff2aab4396"]
}, Open ]],
Cell[CellGroupData[{
Cell[435253, 10996, 2221, 64, 70, "Input",ExpressionUUID->"586f2005-dac7-8547-be11-766f96e6af5d"],
Cell[437477, 11062, 572, 12, 70, "Message",ExpressionUUID->"bc9996c1-a929-5b41-9541-f607e96932b8"],
Cell[438052, 11076, 575, 12, 70, "Message",ExpressionUUID->"eb28c83b-0aac-8d4e-a729-f978b41e689a"],
Cell[438630, 11090, 578, 12, 70, "Message",ExpressionUUID->"70b030cf-db8c-c440-8526-b10f71bb72b3"],
Cell[439211, 11104, 455, 10, 70, "Message",ExpressionUUID->"4d72b001-01d6-d944-9c97-6d0d7d2eccbb"],
Cell[439669, 11116, 173, 3, 70, "Output",ExpressionUUID->"c15d23fa-1bed-9640-940a-c33e3a830230"]
Cell[435316, 10997, 2221, 64, 70, "Input",ExpressionUUID->"586f2005-dac7-8547-be11-766f96e6af5d"],
Cell[437540, 11063, 572, 12, 70, "Message",ExpressionUUID->"bc9996c1-a929-5b41-9541-f607e96932b8"],
Cell[438115, 11077, 575, 12, 70, "Message",ExpressionUUID->"eb28c83b-0aac-8d4e-a729-f978b41e689a"],
Cell[438693, 11091, 578, 12, 70, "Message",ExpressionUUID->"70b030cf-db8c-c440-8526-b10f71bb72b3"],
Cell[439274, 11105, 455, 10, 70, "Message",ExpressionUUID->"4d72b001-01d6-d944-9c97-6d0d7d2eccbb"],
Cell[439732, 11117, 173, 3, 70, "Output",ExpressionUUID->"c15d23fa-1bed-9640-940a-c33e3a830230"]
}, Open ]],
Cell[CellGroupData[{
Cell[439879, 11124, 213, 6, 70, "Input",ExpressionUUID->"363f609f-6fd9-cc4c-924f-14ef82ef0962"],
Cell[440095, 11132, 172, 3, 70, "Output",ExpressionUUID->"2d0467ed-c049-384d-ae20-12fc79688cfb"]
Cell[439942, 11125, 213, 6, 70, "Input",ExpressionUUID->"363f609f-6fd9-cc4c-924f-14ef82ef0962"],
Cell[440158, 11133, 172, 3, 70, "Output",ExpressionUUID->"2d0467ed-c049-384d-ae20-12fc79688cfb"]
}, Open ]],
Cell[440282, 11138, 245, 5, 70, "Input",ExpressionUUID->"32c57f0b-017d-d340-92c6-0f56a212e9c3"],
Cell[440345, 11139, 245, 5, 70, "Input",ExpressionUUID->"32c57f0b-017d-d340-92c6-0f56a212e9c3"],
Cell[CellGroupData[{
Cell[440552, 11147, 558, 19, 70, "Input",ExpressionUUID->"23ef3b07-8332-a240-a444-e47c812f31a5"],
Cell[441113, 11168, 173, 3, 70, "Output",ExpressionUUID->"26c56722-6e97-cb4f-b35b-a00d42f1d8f6"]
Cell[440615, 11148, 558, 19, 70, "Input",ExpressionUUID->"23ef3b07-8332-a240-a444-e47c812f31a5"],
Cell[441176, 11169, 173, 3, 70, "Output",ExpressionUUID->"26c56722-6e97-cb4f-b35b-a00d42f1d8f6"]
}, Open ]],
Cell[CellGroupData[{
Cell[441323, 11176, 170, 5, 70, "Input",ExpressionUUID->"f26a947c-19fb-f94f-8174-f7b0fc5540e9"],
Cell[441496, 11183, 171, 3, 70, "Output",ExpressionUUID->"7e7edb0d-1306-d742-8b32-e7c6dc694892"]
Cell[441386, 11177, 170, 5, 70, "Input",ExpressionUUID->"f26a947c-19fb-f94f-8174-f7b0fc5540e9"],
Cell[441559, 11184, 171, 3, 70, "Output",ExpressionUUID->"7e7edb0d-1306-d742-8b32-e7c6dc694892"]
}, Open ]],
Cell[CellGroupData[{
Cell[441704, 11191, 181, 5, 70, "Input",ExpressionUUID->"3a8bf436-5a5b-e94e-9ccf-34fc2d8727ed"],
Cell[441888, 11198, 173, 3, 70, "Output",ExpressionUUID->"e5353287-a717-554a-9c6b-1021438b30ff"]
Cell[441767, 11192, 181, 5, 70, "Input",ExpressionUUID->"3a8bf436-5a5b-e94e-9ccf-34fc2d8727ed"],
Cell[441951, 11199, 173, 3, 70, "Output",ExpressionUUID->"e5353287-a717-554a-9c6b-1021438b30ff"]
}, Open ]],
Cell[CellGroupData[{
Cell[442098, 11206, 6055, 185, 70, "Input",ExpressionUUID->"cd677593-fddd-ff4c-acc1-d2c088f83196"],
Cell[448156, 11393, 175, 3, 70, "Output",ExpressionUUID->"ed4bd4f3-e1cc-fa47-b5b5-475b6e581b1f"]
Cell[442161, 11207, 6055, 185, 70, "Input",ExpressionUUID->"cd677593-fddd-ff4c-acc1-d2c088f83196"],
Cell[448219, 11394, 175, 3, 70, "Output",ExpressionUUID->"ed4bd4f3-e1cc-fa47-b5b5-475b6e581b1f"]
}, Open ]],
Cell[CellGroupData[{
Cell[448368, 11401, 368, 9, 70, "Input",ExpressionUUID->"25feb7d7-e47e-c542-a706-b4e7f7c6867a"],
Cell[448739, 11412, 170, 3, 70, "Output",ExpressionUUID->"0c9f07a0-dfdf-6e41-964a-0bcdc0cbcb45"]
Cell[448431, 11402, 368, 9, 70, "Input",ExpressionUUID->"25feb7d7-e47e-c542-a706-b4e7f7c6867a"],
Cell[448802, 11413, 170, 3, 70, "Output",ExpressionUUID->"0c9f07a0-dfdf-6e41-964a-0bcdc0cbcb45"]
}, Open ]],
Cell[CellGroupData[{
Cell[448946, 11420, 6122, 187, 70, "Input",ExpressionUUID->"af4d7b87-8410-9444-80c4-518657f4dbc4"],
Cell[455071, 11609, 175, 3, 70, "Output",ExpressionUUID->"579eace1-979d-7347-a36f-c1fefbf459f5"]
Cell[449009, 11421, 6122, 187, 70, "Input",ExpressionUUID->"af4d7b87-8410-9444-80c4-518657f4dbc4"],
Cell[455134, 11610, 175, 3, 70, "Output",ExpressionUUID->"579eace1-979d-7347-a36f-c1fefbf459f5"]
}, Open ]],
Cell[CellGroupData[{
Cell[455283, 11617, 368, 9, 70, "Input",ExpressionUUID->"5585f354-37e2-3347-ab68-323b66c21230"],
Cell[455654, 11628, 172, 3, 70, "Output",ExpressionUUID->"0225baf1-4541-ed4d-8528-13926fef86cd"]
Cell[455346, 11618, 368, 9, 70, "Input",ExpressionUUID->"5585f354-37e2-3347-ab68-323b66c21230"],
Cell[455717, 11629, 172, 3, 70, "Output",ExpressionUUID->"0225baf1-4541-ed4d-8528-13926fef86cd"]
}, Open ]],
Cell[CellGroupData[{
Cell[455863, 11636, 2663, 88, 70, "Input",ExpressionUUID->"6fc082ae-2060-6449-a16f-e00d1080fd55"],
Cell[458529, 11726, 173, 3, 70, "Output",ExpressionUUID->"f7c789e7-838d-b443-a597-00e69e7c3611"]
Cell[455926, 11637, 2663, 88, 70, "Input",ExpressionUUID->"6fc082ae-2060-6449-a16f-e00d1080fd55"],
Cell[458592, 11727, 173, 3, 70, "Output",ExpressionUUID->"f7c789e7-838d-b443-a597-00e69e7c3611"]
}, Open ]],
Cell[CellGroupData[{
Cell[458739, 11734, 2603, 85, 70, "Input",ExpressionUUID->"3fe1a7bc-c02a-f74a-84f9-d1c0141923f0"],
Cell[461345, 11821, 171, 3, 70, "Output",ExpressionUUID->"fc2bf760-d110-cb46-bd02-e934de9fd4f9"]
Cell[458802, 11735, 2603, 85, 70, "Input",ExpressionUUID->"3fe1a7bc-c02a-f74a-84f9-d1c0141923f0"],
Cell[461408, 11822, 171, 3, 70, "Output",ExpressionUUID->"fc2bf760-d110-cb46-bd02-e934de9fd4f9"]
}, Open ]],
Cell[CellGroupData[{
Cell[461553, 11829, 3712, 118, 70, "Input",ExpressionUUID->"56c6644a-7186-bc4d-adf7-2597c52fe0c9"],
Cell[465268, 11949, 171, 3, 70, "Output",ExpressionUUID->"4304216c-b250-ab48-915e-b844e71a70f1"]
Cell[461616, 11830, 3712, 118, 70, "Input",ExpressionUUID->"56c6644a-7186-bc4d-adf7-2597c52fe0c9"],
Cell[465331, 11950, 171, 3, 70, "Output",ExpressionUUID->"4304216c-b250-ab48-915e-b844e71a70f1"]
}, Open ]],
Cell[CellGroupData[{
Cell[465476, 11957, 2052, 59, 70, "Input",ExpressionUUID->"c3883d3a-8a99-644a-9175-a97b5c6c44f4"],
Cell[467531, 12018, 568, 12, 70, "Message",ExpressionUUID->"ef0dcda5-4eb3-fb4f-a7ba-cf9592c754fd"],
Cell[468102, 12032, 572, 12, 70, "Message",ExpressionUUID->"516128bc-41b4-3d49-8276-2fe73d5d437e"],
Cell[468677, 12046, 574, 12, 70, "Message",ExpressionUUID->"83555127-edb0-f34d-bade-abdcd60ad387"],
Cell[469254, 12060, 457, 10, 70, "Message",ExpressionUUID->"f8efe38f-0b83-4645-b574-b25c08902457"],
Cell[469714, 12072, 172, 3, 70, "Output",ExpressionUUID->"de5933f0-d736-3443-950a-4744d8abefe5"]
Cell[465539, 11958, 2052, 59, 70, "Input",ExpressionUUID->"c3883d3a-8a99-644a-9175-a97b5c6c44f4"],
Cell[467594, 12019, 568, 12, 70, "Message",ExpressionUUID->"ef0dcda5-4eb3-fb4f-a7ba-cf9592c754fd"],
Cell[468165, 12033, 572, 12, 70, "Message",ExpressionUUID->"516128bc-41b4-3d49-8276-2fe73d5d437e"],
Cell[468740, 12047, 574, 12, 70, "Message",ExpressionUUID->"83555127-edb0-f34d-bade-abdcd60ad387"],
Cell[469317, 12061, 457, 10, 70, "Message",ExpressionUUID->"f8efe38f-0b83-4645-b574-b25c08902457"],
Cell[469777, 12073, 172, 3, 70, "Output",ExpressionUUID->"de5933f0-d736-3443-950a-4744d8abefe5"]
}, Open ]],
Cell[CellGroupData[{
Cell[469923, 12080, 2054, 59, 70, "Input",ExpressionUUID->"e98b6a97-f2bb-1949-8aa2-bed1f30b804b"],
Cell[471980, 12141, 568, 12, 70, "Message",ExpressionUUID->"d0c389d2-1c6b-3a44-bd00-6e54df438015"],
Cell[472551, 12155, 572, 12, 70, "Message",ExpressionUUID->"3f819d0b-3458-d54e-bb8e-ed758b92949a"],
Cell[473126, 12169, 574, 12, 70, "Message",ExpressionUUID->"7403c575-bafd-2049-8d02-89293c73f7f1"],
Cell[473703, 12183, 457, 10, 70, "Message",ExpressionUUID->"29512b1b-8a2c-1740-986b-fb78e7d2ec89"],
Cell[474163, 12195, 171, 3, 70, "Output",ExpressionUUID->"686785b6-8c83-3e43-88fb-689383b13a2d"]
Cell[469986, 12081, 2054, 59, 70, "Input",ExpressionUUID->"e98b6a97-f2bb-1949-8aa2-bed1f30b804b"],
Cell[472043, 12142, 568, 12, 70, "Message",ExpressionUUID->"d0c389d2-1c6b-3a44-bd00-6e54df438015"],
Cell[472614, 12156, 572, 12, 70, "Message",ExpressionUUID->"3f819d0b-3458-d54e-bb8e-ed758b92949a"],
Cell[473189, 12170, 574, 12, 70, "Message",ExpressionUUID->"7403c575-bafd-2049-8d02-89293c73f7f1"],
Cell[473766, 12184, 457, 10, 70, "Message",ExpressionUUID->"29512b1b-8a2c-1740-986b-fb78e7d2ec89"],
Cell[474226, 12196, 171, 3, 70, "Output",ExpressionUUID->"686785b6-8c83-3e43-88fb-689383b13a2d"]
}, Open ]],
Cell[CellGroupData[{
Cell[474371, 12203, 2030, 55, 70, "Input",ExpressionUUID->"d5c5d0e8-862b-f245-8b21-eac61b5b75d3"],
Cell[476404, 12260, 19960, 375, 70, "Output",ExpressionUUID->"9eb47740-dc4f-3248-80e4-ef19d916a0ad"]
Cell[474434, 12204, 2030, 55, 70, "Input",ExpressionUUID->"d5c5d0e8-862b-f245-8b21-eac61b5b75d3"],
Cell[476467, 12261, 19960, 375, 70, "Output",ExpressionUUID->"9eb47740-dc4f-3248-80e4-ef19d916a0ad"]
}, Open ]],
Cell[CellGroupData[{
Cell[496401, 12640, 2118, 60, 70, "Input",ExpressionUUID->"201ddeed-58e9-7047-8ad4-c179c9adcae7"],
Cell[498522, 12702, 496, 11, 70, "Message",ExpressionUUID->"6bc1b8c6-3100-6640-9985-3abfd43de799"],
Cell[499021, 12715, 501, 11, 70, "Message",ExpressionUUID->"82e13dda-210b-a94d-9e1d-a821db42ab6b"],
Cell[499525, 12728, 505, 11, 70, "Message",ExpressionUUID->"9d37688a-c69d-ed49-bce7-cf0090e0ecb8"],
Cell[500033, 12741, 455, 10, 70, "Message",ExpressionUUID->"4e87d0d8-b47a-ef47-85af-16467b219f50"],
Cell[500491, 12753, 21721, 403, 70, "Output",ExpressionUUID->"6974e3c4-9b35-2f4b-97bf-745f60f533f8"]
Cell[496464, 12641, 2118, 60, 70, "Input",ExpressionUUID->"201ddeed-58e9-7047-8ad4-c179c9adcae7"],
Cell[498585, 12703, 496, 11, 70, "Message",ExpressionUUID->"6bc1b8c6-3100-6640-9985-3abfd43de799"],
Cell[499084, 12716, 501, 11, 70, "Message",ExpressionUUID->"82e13dda-210b-a94d-9e1d-a821db42ab6b"],
Cell[499588, 12729, 505, 11, 70, "Message",ExpressionUUID->"9d37688a-c69d-ed49-bce7-cf0090e0ecb8"],
Cell[500096, 12742, 455, 10, 70, "Message",ExpressionUUID->"4e87d0d8-b47a-ef47-85af-16467b219f50"],
Cell[500554, 12754, 21721, 403, 70, "Output",ExpressionUUID->"6974e3c4-9b35-2f4b-97bf-745f60f533f8"]
}, Open ]],
Cell[522227, 13159, 181, 3, 70, "Input",ExpressionUUID->"d48877eb-e0f2-d842-b248-ea3fc2b4c4a8"],
Cell[522411, 13164, 207, 5, 70, "Input",ExpressionUUID->"eae5aeae-3f12-2d4a-842b-85a3484011b6"],
Cell[522290, 13160, 181, 3, 70, "Input",ExpressionUUID->"d48877eb-e0f2-d842-b248-ea3fc2b4c4a8"],
Cell[522474, 13165, 207, 5, 70, "Input",ExpressionUUID->"eae5aeae-3f12-2d4a-842b-85a3484011b6"],
Cell[CellGroupData[{
Cell[522643, 13173, 1616, 48, 70, "Input",ExpressionUUID->"80872b10-ba88-3a42-8416-8287bf76d77e"],
Cell[524262, 13223, 589, 12, 70, "Message",ExpressionUUID->"8906bbab-e37b-4b4c-898f-52bfc96dde7b"],
Cell[524854, 13237, 588, 12, 70, "Message",ExpressionUUID->"6ae14bce-ec42-7f4d-9914-0630eea4cdf9"],
Cell[525445, 13251, 594, 12, 70, "Message",ExpressionUUID->"7e98a506-896d-0d47-8502-b83685d9a60c"],
Cell[526042, 13265, 455, 10, 70, "Message",ExpressionUUID->"400e66c2-06b5-814e-a2be-19c4c75ccbf0"],
Cell[526500, 13277, 173, 3, 70, "Output",ExpressionUUID->"f202ab02-e319-144b-97e8-ae603395b346"]
Cell[522706, 13174, 1616, 48, 70, "Input",ExpressionUUID->"80872b10-ba88-3a42-8416-8287bf76d77e"],
Cell[524325, 13224, 589, 12, 70, "Message",ExpressionUUID->"8906bbab-e37b-4b4c-898f-52bfc96dde7b"],
Cell[524917, 13238, 588, 12, 70, "Message",ExpressionUUID->"6ae14bce-ec42-7f4d-9914-0630eea4cdf9"],
Cell[525508, 13252, 594, 12, 70, "Message",ExpressionUUID->"7e98a506-896d-0d47-8502-b83685d9a60c"],
Cell[526105, 13266, 455, 10, 70, "Message",ExpressionUUID->"400e66c2-06b5-814e-a2be-19c4c75ccbf0"],
Cell[526563, 13278, 173, 3, 70, "Output",ExpressionUUID->"f202ab02-e319-144b-97e8-ae603395b346"]
}, Open ]],
Cell[CellGroupData[{
Cell[526710, 13285, 2246, 64, 70, "Input",ExpressionUUID->"a5e0631c-6c6c-a045-8418-22c641e38d86"],
Cell[528959, 13351, 566, 12, 70, "Message",ExpressionUUID->"2d7e67d1-8691-e348-9ca8-caa63b533102"],
Cell[529528, 13365, 570, 12, 70, "Message",ExpressionUUID->"f0eb6f1d-f621-8647-b6a6-8bf673e41ebb"],
Cell[530101, 13379, 574, 12, 70, "Message",ExpressionUUID->"64fda82a-0f74-2743-89a8-afd600de203a"],
Cell[530678, 13393, 456, 10, 70, "Message",ExpressionUUID->"971a319d-8ab4-464d-a08e-f97fe8d4c0e1"],
Cell[531137, 13405, 171, 3, 70, "Output",ExpressionUUID->"b3c37f48-9827-884f-94d9-1f76aed7bfaa"]
Cell[526773, 13286, 2246, 64, 70, "Input",ExpressionUUID->"a5e0631c-6c6c-a045-8418-22c641e38d86"],
Cell[529022, 13352, 566, 12, 70, "Message",ExpressionUUID->"2d7e67d1-8691-e348-9ca8-caa63b533102"],
Cell[529591, 13366, 570, 12, 70, "Message",ExpressionUUID->"f0eb6f1d-f621-8647-b6a6-8bf673e41ebb"],
Cell[530164, 13380, 574, 12, 70, "Message",ExpressionUUID->"64fda82a-0f74-2743-89a8-afd600de203a"],
Cell[530741, 13394, 456, 10, 70, "Message",ExpressionUUID->"971a319d-8ab4-464d-a08e-f97fe8d4c0e1"],
Cell[531200, 13406, 171, 3, 70, "Output",ExpressionUUID->"b3c37f48-9827-884f-94d9-1f76aed7bfaa"]
}, Open ]],
Cell[CellGroupData[{
Cell[531345, 13413, 2221, 64, 70, "Input",ExpressionUUID->"4b6c44e4-d946-0c4d-9992-4f0fc7048689"],
Cell[533569, 13479, 569, 12, 70, "Message",ExpressionUUID->"1040ba10-c733-df44-b556-0998dc0163c9"],
Cell[534141, 13493, 571, 12, 70, "Message",ExpressionUUID->"e451b852-84c2-a941-b1d7-812ecad4750e"],
Cell[534715, 13507, 575, 12, 70, "Message",ExpressionUUID->"a15e0c9d-d634-6e47-94c5-2ce40fcb4d52"],
Cell[535293, 13521, 458, 10, 70, "Message",ExpressionUUID->"a3ddc92b-b5c9-5e46-be44-6165430ec35f"],
Cell[535754, 13533, 171, 3, 70, "Output",ExpressionUUID->"978bf39b-9d1f-a54f-a6de-a2e3d269e126"]
Cell[531408, 13414, 2221, 64, 70, "Input",ExpressionUUID->"4b6c44e4-d946-0c4d-9992-4f0fc7048689"],
Cell[533632, 13480, 569, 12, 70, "Message",ExpressionUUID->"1040ba10-c733-df44-b556-0998dc0163c9"],
Cell[534204, 13494, 571, 12, 70, "Message",ExpressionUUID->"e451b852-84c2-a941-b1d7-812ecad4750e"],
Cell[534778, 13508, 575, 12, 70, "Message",ExpressionUUID->"a15e0c9d-d634-6e47-94c5-2ce40fcb4d52"],
Cell[535356, 13522, 458, 10, 70, "Message",ExpressionUUID->"a3ddc92b-b5c9-5e46-be44-6165430ec35f"],
Cell[535817, 13534, 171, 3, 70, "Output",ExpressionUUID->"978bf39b-9d1f-a54f-a6de-a2e3d269e126"]
}, Open ]],
Cell[CellGroupData[{
Cell[535962, 13541, 2223, 64, 70, "Input",ExpressionUUID->"b1f27f7a-2c76-6d46-97b3-32244819d42b"],
Cell[538188, 13607, 567, 12, 70, "Message",ExpressionUUID->"57c74c2a-63a6-9846-b3f7-1a08cebb8172"],
Cell[538758, 13621, 571, 12, 70, "Message",ExpressionUUID->"2e606101-b73e-f443-8324-5b1c64dcaa7f"],
Cell[539332, 13635, 573, 12, 70, "Message",ExpressionUUID->"4da9173d-4ced-1e49-83f6-426d72ec8cf3"],
Cell[539908, 13649, 456, 10, 70, "Message",ExpressionUUID->"a2dba8d9-69c9-cb46-bbb4-f7192fe3e138"],
Cell[540367, 13661, 173, 3, 70, "Output",ExpressionUUID->"12fa1803-dc21-9349-8d62-d5d5f0fa85c6"]
Cell[536025, 13542, 2223, 64, 70, "Input",ExpressionUUID->"b1f27f7a-2c76-6d46-97b3-32244819d42b"],
Cell[538251, 13608, 567, 12, 70, "Message",ExpressionUUID->"57c74c2a-63a6-9846-b3f7-1a08cebb8172"],
Cell[538821, 13622, 571, 12, 70, "Message",ExpressionUUID->"2e606101-b73e-f443-8324-5b1c64dcaa7f"],
Cell[539395, 13636, 573, 12, 70, "Message",ExpressionUUID->"4da9173d-4ced-1e49-83f6-426d72ec8cf3"],
Cell[539971, 13650, 456, 10, 70, "Message",ExpressionUUID->"a2dba8d9-69c9-cb46-bbb4-f7192fe3e138"],
Cell[540430, 13662, 173, 3, 70, "Output",ExpressionUUID->"12fa1803-dc21-9349-8d62-d5d5f0fa85c6"]
}, Open ]],
Cell[CellGroupData[{
Cell[540577, 13669, 211, 6, 70, "Input",ExpressionUUID->"99da2760-e71e-1246-8cc9-f0a7464dc747"],
Cell[540791, 13677, 174, 3, 70, "Output",ExpressionUUID->"02a25981-0c7b-de47-b9f0-48bc3149aa69"]
Cell[540640, 13670, 211, 6, 70, "Input",ExpressionUUID->"99da2760-e71e-1246-8cc9-f0a7464dc747"],
Cell[540854, 13678, 174, 3, 70, "Output",ExpressionUUID->"02a25981-0c7b-de47-b9f0-48bc3149aa69"]
}, Open ]]
}
]

View file

@ -1,7 +1,7 @@
Pu240
-----------------------------
174-66_2-3
d =
d = 1.8
v1 = 1.7300
n1 = 0.7600
vv1 = 2.4000
@ -22,13 +22,134 @@ n2 = 0.5924
vv2 = 1.8880
nn2 = 0.6347
-----------------------------
__
152-88_6-7
d =
v1 =
n1 =
vv1 =
nn1 =
v2 =
n2 =
v1 =1.63
n1 =0.856
vv1 = 2.615
nn1 = 1.23
v2 = 2.22
n2 = 0.559
vv2 = 2.428
nn2 = 0.738
-----------------------------
154-86_8-9
d =
v1 = 1.82
n1 = 0.845
vv1 = 2.34
nn1 = 1.235
v2 = 2.157
n2 = 0.647
vv2 = 1.76
nn2 = 1.075
-----------------------------
156-84_10-11
d =
v1 = 1.635
n1 = 0.855
vv1 = 2.405
nn1 = 1.225
v2 = 1.63
n2 = 0.5571
vv2 = 1.82
nn2 = 0.675
-----------------------------
158-82_12-13
d =
v1 = 2.1
n1 = 0.825
vv1 = 2.555
nn1 = 1.245
v2 = 1.573
n2 = 0.559
vv2 = 1.35
nn2 = 0.735
-----------------------------
160-80_14-15
d =
v1 = 1.965
n1 = 0.805
vv1 = 2.575
nn1 = 1.195
v2 = 1.213
n2 = 0.575
vv2 = 1.35
nn2 = 0.715
-----------------------------
162-78_16-17
d =
v1 = 1.925
n1 = 0.805
vv1 = 2.5
nn1 = 1.165
v2 = 1.213
n2 = 0.57
vv2 = 1.35
nn2 = 0.695
-----------------------------
164-76_18-19
d =
v1 = 2
n1 = 0.805
vv1 = 2.65
nn1 = 1.175
v2 = 0.795
n2 = 0.595
vv2 = 1.47
nn2 = 0.655
-----------------------------
166-74_20-21
d =
v1 = 2.185
n1 = 0.755
vv1 = 2.5
nn1 = 1.165
v2 = 1.055
n2 = 0.575
vv2 = 1.51
nn2 = 0.635
-----------------------------
168-72_22-23
d =
v1 = 2.155
n1 = 0.755
vv1 = 2.62
nn1 = 1.135
v2 = 1.025
n2 = 0.575
vv2 = 1.44
nn2 = 0.645
-----------------------------
170-70_24-25
d =
v1 = 1.895
n1 = 0.785
vv1 = 2.605
nn1 = 1.125
v2 = 1.145
n2 = 0.565
vv2 = 1.5
nn2 = 0.635
-----------------------------
172-68_26-27
d =
v1 = 1.895
n1 = 0.765
vv1 = 2.605
nn1 = 1.115
v2 = 1.375
n2 = 0.545
vv2 = 1.35
nn2 = 0.655
-----------------------------
d =
v1 =
n1 =
vv1 =
nn1 =
v2 =
n2 =
vv2 =
nn2 =
nn2 =