source: BAORadio/AmasNancay/calibrationRT.nb@ 700

Last change on this file since 700 was 673, checked in by campagne, 13 years ago
File size: 143.6 KB
Line 
1(* Content-type: application/vnd.wolfram.mathematica *)
2
3(*** Wolfram Notebook File ***)
4(* http://www.wolfram.com/nb *)
5
6(* CreatedBy='Mathematica 8.0' *)
7
8(*CacheID: 234*)
9(* Internal cache information:
10NotebookFileLineBreakTest
11NotebookFileLineBreakTest
12NotebookDataPosition[ 157, 7]
13NotebookDataLength[ 143457, 3345]
14NotebookOptionsPosition[ 142706, 3317]
15NotebookOutlinePosition[ 143048, 3332]
16CellTagsIndexPosition[ 143005, 3329]
17WindowFrame->Normal*)
18
19(* Beginning of Notebook Content *)
20Notebook[{
21Cell[BoxData[
22 RowBox[{"SetDirectory", "[",
23 "\"\<E:\\\\Presentations\\\\BAO\\\\Amas 21cm\>\"", "]"}]], "Input",
24 CellChangeTimes->{{3.510476938668167*^9, 3.510476985578858*^9}}],
25
26Cell[BoxData[
27 RowBox[{"\"\<E:\\\\Presentations\\\\BAO\\\\Amas 21cm\>\"",
28 "\[IndentingNewLine]"}]], "Input",
29 CellChangeTimes->{{3.5104796472910023`*^9, 3.510479647329006*^9}}],
30
31Cell[BoxData[
32 RowBox[{"<<", "Calendar`"}]], "Input"],
33
34Cell[BoxData[
35 RowBox[{
36 RowBox[{"calE", "=",
37 RowBox[{"Import", "[",
38 RowBox[{"\"\<calib1410MhzEst.txt\>\"", ",", "\"\<Table\>\""}], "]"}]}],
39 ";"}]], "Input",
40 CellChangeTimes->{{3.510477004775777*^9, 3.5104770327775774`*^9},
41 3.5104796641066837`*^9}],
42
43Cell[BoxData[
44 RowBox[{"Needs", "[", "\"\<ErrorBarPlots`\>\"", "]"}]], "Input"],
45
46Cell[BoxData[
47 RowBox[{
48 RowBox[{"calib1410E", " ", "=", " ",
49 RowBox[{"Table", "[",
50 RowBox[{
51 RowBox[{"{",
52 RowBox[{
53 RowBox[{"{",
54 RowBox[{
55 RowBox[{"DaysBetween", "[",
56 RowBox[{
57 RowBox[{"{",
58 RowBox[{"2001", ",", "1", ",", "31"}], "}"}], ",",
59 RowBox[{"{",
60 RowBox[{
61 RowBox[{"Quotient", "[",
62 RowBox[{
63 RowBox[{"calE", "[",
64 RowBox[{"[",
65 RowBox[{"n", ",", "1"}], "]"}], "]"}], ",", "10000"}], "]"}],
66 ",",
67 RowBox[{"Quotient", "[",
68 RowBox[{
69 RowBox[{"Mod", "[",
70 RowBox[{
71 RowBox[{"calE", "[",
72 RowBox[{"[",
73 RowBox[{"n", ",", "1"}], "]"}], "]"}], ",", "10000"}],
74 "]"}], ",", "100"}], "]"}], ",",
75 RowBox[{"Mod", "[",
76 RowBox[{
77 RowBox[{"Mod", "[",
78 RowBox[{
79 RowBox[{"calE", "[",
80 RowBox[{"[",
81 RowBox[{"n", ",", "1"}], "]"}], "]"}], ",", "10000"}],
82 "]"}], ",", "100"}], "]"}]}], "}"}]}], "]"}], ",",
83 RowBox[{"calE", "[",
84 RowBox[{"[",
85 RowBox[{"n", ",", "4"}], "]"}], "]"}]}], "}"}], ",",
86 RowBox[{"ErrorBar", "[",
87 RowBox[{"calE", "[",
88 RowBox[{"[",
89 RowBox[{"n", ",", "5"}], "]"}], "]"}], "]"}]}], "}"}], ",",
90 RowBox[{"{",
91 RowBox[{"n", ",", "1", ",",
92 RowBox[{"Length", "[", "calE", "]"}]}], "}"}]}], "]"}]}],
93 ";"}]], "Input",
94 CellChangeTimes->{{3.5104791154288216`*^9, 3.5104792136746454`*^9}, {
95 3.5104794276190376`*^9, 3.510479462387514*^9}, {3.5104795078190565`*^9,
96 3.5104795230085754`*^9}, {3.510479696741947*^9, 3.5104797137656493`*^9}, {
97 3.5104797708871665`*^9, 3.5104798644921665`*^9}, {3.5104804469899735`*^9,
98 3.5104804931435885`*^9}, {3.5104807894052114`*^9, 3.5104807965499263`*^9},
99 3.510481177569024*^9, {3.5104812112353907`*^9, 3.5104812129575624`*^9}}],
100
101Cell[CellGroupData[{
102
103Cell[BoxData[
104 RowBox[{"ErrorListPlot", "[",
105 RowBox[{"calib1410E", ",",
106 RowBox[{"PlotRange", "\[Rule]",
107 RowBox[{"{",
108 RowBox[{"All", ",",
109 RowBox[{"{",
110 RowBox[{"0", ",", "25"}], "}"}]}], "}"}]}], ",",
111 RowBox[{"PlotMarkers", "\[Rule]", "Automatic"}], ",",
112 RowBox[{"LabelStyle", "\[Rule]",
113 RowBox[{"Directive", "[",
114 RowBox[{"Blue", ",", "Large"}], "]"}]}], ",",
115 RowBox[{"Frame", "\[Rule]", "True"}], ",",
116 RowBox[{"FrameLabel", "\[Rule]",
117 RowBox[{"{",
118 RowBox[{
119 RowBox[{"{",
120 RowBox[{"\"\<Coeff. calibration Est (Jy)\>\"", ",", "\"\<\>\""}],
121 "}"}], ",",
122 RowBox[{"{",
123 RowBox[{"\"\<Jour depuis 31 Jan. 2001\>\"", ",", "\"\<1410 MHz\>\""}],
124 "}"}]}], "}"}]}], ",",
125 RowBox[{"GridLines", "\[Rule]", "Automatic"}]}], "]"}]], "Input",
126 CellChangeTimes->{{3.5104799048761663`*^9, 3.5104799158091664`*^9}, {
127 3.5104805016334376`*^9, 3.5104805044697213`*^9}, {3.5104805847837515`*^9,
128 3.510480625982871*^9}, {3.510480703264599*^9, 3.5104808107683477`*^9}, {
129 3.5104808997272425`*^9, 3.510480932329503*^9}, {3.5104809724915185`*^9,
130 3.5104809899842677`*^9}, {3.5104811305463223`*^9, 3.51048115321859*^9},
131 3.510481217748042*^9, 3.5104815136136255`*^9}],
132
133Cell[BoxData[
134 GraphicsBox[GraphicsComplexBox[CompressedData["
1351:eJztVv1P1WUUv5JzxsgpMHOOfJsljrdL6pQ59RBgapqIRAzJMUYbY7ylAQoo
136KAISovF+5RLcy71w78VbM+ecNSMyMjVNUpKVZjStLHwBykQk6/t8z+e5t9vf
137cL+/fPfZOc95zjnP57zMTc6KedNDo9GsnqDRiL/82qJO/PG3bygxCqTVCuzb
138oQWOosr0Xx/bpr3ImDbTIvFdgX53Ai3Z+vFaLw/IB5KodHDTyVlRUj+FElKW
139/7gxSMpTqHP48obkqaEO/Gry1Piw476Mk9KpIUK5cQvuT8qi5yftqY8IkP5t
140I12md0n3ech7t9O1R7vTTsVK/RzKEuJwJ46uasz0fsoH/uaQ7wcv/5TfB3l3
141Hn0x5+i21A+Bi3dSV+vMkB8icV9xAR06/cA/8RLkUwspdLLdL8HsxB36njlH
142R7yhv4tGRHijkGcXcfwZsOdfTMpt1XcLtQ78pG/Hby+Ewj9dMW0X4n8gf3cP
1438onz+/e6xp9aQleU6+I/At5RQkoyz+auhL3sfdRy33LmlX7Io8tIpLMyEPaG
144yqjflL3C83WtAyveVjXeQzxryknxZtWSJ5CPlvP7aXF+cgXH977kSyUlioT5
145QW6o5PeV73O7iuO/LvN/kMqnf/f1w0XQ7z1IRWmn3q6N1zrwXHEgA/EMHCLx
146fL7B8v5qSvq5d961ndD3qubzOuj3VlPtjIlxU+5CPr+GRHq6ipxY0VY0oB9d
147Q3/5KxF8K/2rIU+RoE5gqnXNt70W/Jf8rOPzr2kdWM1HIuwvqyPh7qNZkg/1
148bC8MOKmehpTnWnoOuKeexnaLgHwcOG5K0LH3NsK+XwPF3mxXGAj95gb67Lwx
1496oTM50AD128o9Pc1Mv4GeLyR+dUOXKij9UsrwpNKgc06Miv06I8ANuhIvU4L
150f8Z1JLyb0QP5rcOu77umiaxKOBVzJf+a6NLDzTfbHwOnNFHMyVmlg9KfeD3X
151l7S3X8/+voX+cEBPIvz7CyDv0TPfu+R9zVzfx4HTm2mdl0dA+dUQxqnNnN+n
152ZT6bub8MQn9ZC5/3BV7cQl8ZRYNEPdhbON/FMp+tJOhf9WyIA68QhPkE+rpW
153ro+L0Pc0uPIp0kAiHEsHcL4B/Apx4DubRIJgb6+BFogEzZT910BfKukNN0i+
154GUmkL0UPvNJInz8QhASONXJ9T3HiALUAYT/XSGo7ToX8dyPztQv+3DbSrlUK
155489Bf8jo2s8C20hcv/xTmf82unhB+dYDW9vIoLTX+WXAp9soVW0wsD/PxPEl
156QJ5sInUcLZT9zUSjCn30kSEOrM6LAvjTbOJ+HQL96ybuf3myXszcb3yAg83c
157T9fBXqAZ9QZ7MWbuHxtkPzZzPZigf8HM9TAE/IuZ+91i4Ftm7p9bYa+snfMz
158G/Zq2pnvKcEO/JxKGOiPt1OBIOSY9K+DMpRyGI7xdmCW4zx18PxYBfu5/8N/
159Ql/yZ6yD+f2G7O8d9JJoqFtQH4EWEuOzRAP9NItrvbZZ+H3vAJ+xcD6ynZjr
160dxrjexbm0w3Zf62Upw5c4DIrNR1WvjAnVudpPPxpsfJ8nwB/rlu5/0wE9rZR
161jniwg/K9ba79Oc7G80/6W2cjkc7Lcj702kixboyaDv1bNubHO5BP6uR9QcYf
1622UminDKPyf7ZSaJ8zl6V/bWT4x+W9XAE9evE3uqFiC//CM8vuT+MHKGF6gCB
163P752ni850J9hZ//SZP3ZSZTn2gPyveyk7nexwFY796NnZP7sPF+DcP57O43b
164xICH/Rt2mi0GhHwvjXtfdO+L7n3RvS+690V+H/e+6N4X3fuie19074sq/s++
165+C+KuRHD
166 "], {
167 {Hue[0.67, 0.6, 0.6], {InsetBox[
168 StyleBox["\<\"\[FilledCircle]\"\>",
169 StripOnInput->False,
170 FontSize->8.96], 164], {LineBox[{{0., 17.85}, {0., 16.314}}],
171 LineBox[{
172 Offset[{1.5, 0}, {0., 17.85}], Offset[{-1.5, 0}, {0., 17.85}]}],
173 LineBox[{
174 Offset[{1.5, 0}, {0., 16.314}], Offset[{-1.5, 0}, {0., 16.314}]}]}}, {
175 InsetBox[
176 StyleBox["\<\"\[FilledCircle]\"\>",
177 StripOnInput->False,
178 FontSize->8.96], 165], {
179 LineBox[{{14., 16.497}, {14., 16.447000000000003`}}],
180 LineBox[{
181 Offset[{1.5, 0}, {14., 16.497}], Offset[{-1.5, 0}, {14., 16.497}]}],
182 LineBox[{
183 Offset[{1.5, 0}, {14., 16.447000000000003`}],
184 Offset[{-1.5, 0}, {14., 16.447000000000003`}]}]}}, {InsetBox[
185 StyleBox["\<\"\[FilledCircle]\"\>",
186 StripOnInput->False,
187 FontSize->8.96], 166], {
188 LineBox[{{42., 18.355}, {42., 17.782999999999998`}}],
189 LineBox[{
190 Offset[{1.5, 0}, {42., 18.355}], Offset[{-1.5, 0}, {42., 18.355}]}],
191 LineBox[{
192 Offset[{1.5, 0}, {42., 17.782999999999998`}],
193 Offset[{-1.5, 0}, {42., 17.782999999999998`}]}]}}, {InsetBox[
194 StyleBox["\<\"\[FilledCircle]\"\>",
195 StripOnInput->False,
196 FontSize->8.96], 167], {LineBox[{{77., 18.093}, {77., 17.557}}],
197 LineBox[{
198 Offset[{1.5, 0}, {77., 18.093}], Offset[{-1.5, 0}, {77., 18.093}]}],
199 LineBox[{
200 Offset[{1.5, 0}, {77., 17.557}],
201 Offset[{-1.5, 0}, {77., 17.557}]}]}}, {InsetBox[
202 StyleBox["\<\"\[FilledCircle]\"\>",
203 StripOnInput->False,
204 FontSize->8.96], 168], {LineBox[{{107., 18.211}, {107., 17.805}}],
205 LineBox[{
206 Offset[{1.5, 0}, {107., 18.211}], Offset[{-1.5, 0}, {107., 18.211}]}],
207 LineBox[{
208 Offset[{1.5, 0}, {107., 17.805}],
209 Offset[{-1.5, 0}, {107., 17.805}]}]}}, {InsetBox[
210 StyleBox["\<\"\[FilledCircle]\"\>",
211 StripOnInput->False,
212 FontSize->8.96], 169], {
213 LineBox[{{135., 18.294999999999998`}, {135., 18.245}}],
214 LineBox[{
215 Offset[{1.5, 0}, {135., 18.294999999999998`}],
216 Offset[{-1.5, 0}, {135., 18.294999999999998`}]}],
217 LineBox[{
218 Offset[{1.5, 0}, {135., 18.245}],
219 Offset[{-1.5, 0}, {135., 18.245}]}]}}, {InsetBox[
220 StyleBox["\<\"\[FilledCircle]\"\>",
221 StripOnInput->False,
222 FontSize->8.96], 170], {LineBox[{{162., 18.39}, {162., 17.964}}],
223 LineBox[{
224 Offset[{1.5, 0}, {162., 18.39}], Offset[{-1.5, 0}, {162., 18.39}]}],
225 LineBox[{
226 Offset[{1.5, 0}, {162., 17.964}],
227 Offset[{-1.5, 0}, {162., 17.964}]}]}}, {InsetBox[
228 StyleBox["\<\"\[FilledCircle]\"\>",
229 StripOnInput->False,
230 FontSize->8.96], 171], {LineBox[{{167., 17.945}, {167., 16.183}}],
231 LineBox[{
232 Offset[{1.5, 0}, {167., 17.945}], Offset[{-1.5, 0}, {167., 17.945}]}],
233 LineBox[{
234 Offset[{1.5, 0}, {167., 16.183}],
235 Offset[{-1.5, 0}, {167., 16.183}]}]}}, {InsetBox[
236 StyleBox["\<\"\[FilledCircle]\"\>",
237 StripOnInput->False,
238 FontSize->8.96], 172], {LineBox[{{167., 5.309}, {167., 5.043}}],
239 LineBox[{
240 Offset[{1.5, 0}, {167., 5.309}], Offset[{-1.5, 0}, {167., 5.309}]}],
241 LineBox[{
242 Offset[{1.5, 0}, {167., 5.043}],
243 Offset[{-1.5, 0}, {167., 5.043}]}]}}, {InsetBox[
244 StyleBox["\<\"\[FilledCircle]\"\>",
245 StripOnInput->False,
246 FontSize->8.96], 173], {
247 LineBox[{{227., 16.900000000000002`}, {227., 15.818000000000001`}}],
248 LineBox[{
249 Offset[{1.5, 0}, {227., 16.900000000000002`}],
250 Offset[{-1.5, 0}, {227., 16.900000000000002`}]}],
251 LineBox[{
252 Offset[{1.5, 0}, {227., 15.818000000000001`}],
253 Offset[{-1.5, 0}, {227., 15.818000000000001`}]}]}}, {InsetBox[
254 StyleBox["\<\"\[FilledCircle]\"\>",
255 StripOnInput->False,
256 FontSize->8.96], 174], {LineBox[{{251., 17.25}, {251., 17.088}}],
257 LineBox[{
258 Offset[{1.5, 0}, {251., 17.25}], Offset[{-1.5, 0}, {251., 17.25}]}],
259 LineBox[{
260 Offset[{1.5, 0}, {251., 17.088}],
261 Offset[{-1.5, 0}, {251., 17.088}]}]}}, {InsetBox[
262 StyleBox["\<\"\[FilledCircle]\"\>",
263 StripOnInput->False,
264 FontSize->8.96], 175], {
265 LineBox[{{288., 16.808}, {288., 16.776000000000003`}}],
266 LineBox[{
267 Offset[{1.5, 0}, {288., 16.808}], Offset[{-1.5, 0}, {288., 16.808}]}],
268 LineBox[{
269 Offset[{1.5, 0}, {288., 16.776000000000003`}],
270 Offset[{-1.5, 0}, {288., 16.776000000000003`}]}]}}, {InsetBox[
271 StyleBox["\<\"\[FilledCircle]\"\>",
272 StripOnInput->False,
273 FontSize->8.96], 176], {LineBox[{{317., 16.426}, {317., 16.236}}],
274 LineBox[{
275 Offset[{1.5, 0}, {317., 16.426}], Offset[{-1.5, 0}, {317., 16.426}]}],
276 LineBox[{
277 Offset[{1.5, 0}, {317., 16.236}],
278 Offset[{-1.5, 0}, {317., 16.236}]}]}}, {InsetBox[
279 StyleBox["\<\"\[FilledCircle]\"\>",
280 StripOnInput->False,
281 FontSize->8.96], 177], {
282 LineBox[{{342., 16.928}, {342., 15.586000000000002`}}],
283 LineBox[{
284 Offset[{1.5, 0}, {342., 16.928}], Offset[{-1.5, 0}, {342., 16.928}]}],
285 LineBox[{
286 Offset[{1.5, 0}, {342., 15.586000000000002`}],
287 Offset[{-1.5, 0}, {342., 15.586000000000002`}]}]}}, {InsetBox[
288 StyleBox["\<\"\[FilledCircle]\"\>",
289 StripOnInput->False,
290 FontSize->8.96], 178], {LineBox[{{342., 4.809}, {342., 4.697}}],
291 LineBox[{
292 Offset[{1.5, 0}, {342., 4.809}], Offset[{-1.5, 0}, {342., 4.809}]}],
293 LineBox[{
294 Offset[{1.5, 0}, {342., 4.697}],
295 Offset[{-1.5, 0}, {342., 4.697}]}]}}, {InsetBox[
296 StyleBox["\<\"\[FilledCircle]\"\>",
297 StripOnInput->False,
298 FontSize->8.96], 179], {
299 LineBox[{{348., 16.988999999999997`}, {348., 16.671}}],
300 LineBox[{
301 Offset[{1.5, 0}, {348., 16.988999999999997`}],
302 Offset[{-1.5, 0}, {348., 16.988999999999997`}]}],
303 LineBox[{
304 Offset[{1.5, 0}, {348., 16.671}],
305 Offset[{-1.5, 0}, {348., 16.671}]}]}}, {InsetBox[
306 StyleBox["\<\"\[FilledCircle]\"\>",
307 StripOnInput->False,
308 FontSize->8.96], 180], {
309 LineBox[{{380., 16.761000000000003`}, {380., 16.625}}],
310 LineBox[{
311 Offset[{1.5, 0}, {380., 16.761000000000003`}],
312 Offset[{-1.5, 0}, {380., 16.761000000000003`}]}],
313 LineBox[{
314 Offset[{1.5, 0}, {380., 16.625}],
315 Offset[{-1.5, 0}, {380., 16.625}]}]}}, {InsetBox[
316 StyleBox["\<\"\[FilledCircle]\"\>",
317 StripOnInput->False,
318 FontSize->8.96], 181], {
319 LineBox[{{408., 17.387999999999998`}, {408., 17.15}}],
320 LineBox[{
321 Offset[{1.5, 0}, {408., 17.387999999999998`}],
322 Offset[{-1.5, 0}, {408., 17.387999999999998`}]}],
323 LineBox[{
324 Offset[{1.5, 0}, {408., 17.15}],
325 Offset[{-1.5, 0}, {408., 17.15}]}]}}, {InsetBox[
326 StyleBox["\<\"\[FilledCircle]\"\>",
327 StripOnInput->False,
328 FontSize->8.96], 182], {
329 LineBox[{{440., 16.974}, {440., 16.645999999999997`}}],
330 LineBox[{
331 Offset[{1.5, 0}, {440., 16.974}], Offset[{-1.5, 0}, {440., 16.974}]}],
332 LineBox[{
333 Offset[{1.5, 0}, {440., 16.645999999999997`}],
334 Offset[{-1.5, 0}, {440., 16.645999999999997`}]}]}}, {InsetBox[
335 StyleBox["\<\"\[FilledCircle]\"\>",
336 StripOnInput->False,
337 FontSize->8.96], 183], {LineBox[{{449., 17.348}, {449., 15.936}}],
338 LineBox[{
339 Offset[{1.5, 0}, {449., 17.348}], Offset[{-1.5, 0}, {449., 17.348}]}],
340 LineBox[{
341 Offset[{1.5, 0}, {449., 15.936}],
342 Offset[{-1.5, 0}, {449., 15.936}]}]}}, {InsetBox[
343 StyleBox["\<\"\[FilledCircle]\"\>",
344 StripOnInput->False,
345 FontSize->8.96], 184], {LineBox[{{449., 4.764}, {449., 4.71}}],
346 LineBox[{
347 Offset[{1.5, 0}, {449., 4.764}], Offset[{-1.5, 0}, {449., 4.764}]}],
348 LineBox[{
349 Offset[{1.5, 0}, {449., 4.71}], Offset[{-1.5, 0}, {449., 4.71}]}]}}, {
350 InsetBox[
351 StyleBox["\<\"\[FilledCircle]\"\>",
352 StripOnInput->False,
353 FontSize->8.96], 185], {
354 LineBox[{{472., 17.025000000000002`}, {472., 16.913}}],
355 LineBox[{
356 Offset[{1.5, 0}, {472., 17.025000000000002`}],
357 Offset[{-1.5, 0}, {472., 17.025000000000002`}]}],
358 LineBox[{
359 Offset[{1.5, 0}, {472., 16.913}],
360 Offset[{-1.5, 0}, {472., 16.913}]}]}}, {InsetBox[
361 StyleBox["\<\"\[FilledCircle]\"\>",
362 StripOnInput->False,
363 FontSize->8.96], 186], {LineBox[{{503., 17.657}, {503., 17.197}}],
364 LineBox[{
365 Offset[{1.5, 0}, {503., 17.657}], Offset[{-1.5, 0}, {503., 17.657}]}],
366 LineBox[{
367 Offset[{1.5, 0}, {503., 17.197}],
368 Offset[{-1.5, 0}, {503., 17.197}]}]}}, {InsetBox[
369 StyleBox["\<\"\[FilledCircle]\"\>",
370 StripOnInput->False,
371 FontSize->8.96], 187], {
372 LineBox[{{517., 17.125}, {517., 15.850999999999999`}}],
373 LineBox[{
374 Offset[{1.5, 0}, {517., 17.125}], Offset[{-1.5, 0}, {517., 17.125}]}],
375 LineBox[{
376 Offset[{1.5, 0}, {517., 15.850999999999999`}],
377 Offset[{-1.5, 0}, {517., 15.850999999999999`}]}]}}, {InsetBox[
378 StyleBox["\<\"\[FilledCircle]\"\>",
379 StripOnInput->False,
380 FontSize->8.96], 188], {
381 LineBox[{{517., 4.826}, {517., 4.7700000000000005`}}],
382 LineBox[{
383 Offset[{1.5, 0}, {517., 4.826}], Offset[{-1.5, 0}, {517., 4.826}]}],
384 LineBox[{
385 Offset[{1.5, 0}, {517., 4.7700000000000005`}],
386 Offset[{-1.5, 0}, {517., 4.7700000000000005`}]}]}}, {InsetBox[
387 StyleBox["\<\"\[FilledCircle]\"\>",
388 StripOnInput->False,
389 FontSize->8.96], 189], {
390 LineBox[{{531., 17.034000000000002`}, {531., 16.962}}],
391 LineBox[{
392 Offset[{1.5, 0}, {531., 17.034000000000002`}],
393 Offset[{-1.5, 0}, {531., 17.034000000000002`}]}],
394 LineBox[{
395 Offset[{1.5, 0}, {531., 16.962}],
396 Offset[{-1.5, 0}, {531., 16.962}]}]}}, {InsetBox[
397 StyleBox["\<\"\[FilledCircle]\"\>",
398 StripOnInput->False,
399 FontSize->8.96], 190], {LineBox[{{562., 17.291}, {562., 17.249}}],
400 LineBox[{
401 Offset[{1.5, 0}, {562., 17.291}], Offset[{-1.5, 0}, {562., 17.291}]}],
402 LineBox[{
403 Offset[{1.5, 0}, {562., 17.249}],
404 Offset[{-1.5, 0}, {562., 17.249}]}]}}, {InsetBox[
405 StyleBox["\<\"\[FilledCircle]\"\>",
406 StripOnInput->False,
407 FontSize->8.96], 191], {
408 LineBox[{{593., 16.847}, {593., 16.737000000000002`}}],
409 LineBox[{
410 Offset[{1.5, 0}, {593., 16.847}], Offset[{-1.5, 0}, {593., 16.847}]}],
411 LineBox[{
412 Offset[{1.5, 0}, {593., 16.737000000000002`}],
413 Offset[{-1.5, 0}, {593., 16.737000000000002`}]}]}}, {InsetBox[
414 StyleBox["\<\"\[FilledCircle]\"\>",
415 StripOnInput->False,
416 FontSize->8.96], 192], {LineBox[{{621., 17.522}, {621., 15.926}}],
417 LineBox[{
418 Offset[{1.5, 0}, {621., 17.522}], Offset[{-1.5, 0}, {621., 17.522}]}],
419 LineBox[{
420 Offset[{1.5, 0}, {621., 15.926}],
421 Offset[{-1.5, 0}, {621., 15.926}]}]}}, {InsetBox[
422 StyleBox["\<\"\[FilledCircle]\"\>",
423 StripOnInput->False,
424 FontSize->8.96], 193], {LineBox[{{623., 4.927}, {623., 4.695}}],
425 LineBox[{
426 Offset[{1.5, 0}, {623., 4.927}], Offset[{-1.5, 0}, {623., 4.927}]}],
427 LineBox[{
428 Offset[{1.5, 0}, {623., 4.695}],
429 Offset[{-1.5, 0}, {623., 4.695}]}]}}, {InsetBox[
430 StyleBox["\<\"\[FilledCircle]\"\>",
431 StripOnInput->False,
432 FontSize->8.96], 194], {LineBox[{{654., 16.983}, {654., 16.699}}],
433 LineBox[{
434 Offset[{1.5, 0}, {654., 16.983}], Offset[{-1.5, 0}, {654., 16.983}]}],
435 LineBox[{
436 Offset[{1.5, 0}, {654., 16.699}],
437 Offset[{-1.5, 0}, {654., 16.699}]}]}}, {InsetBox[
438 StyleBox["\<\"\[FilledCircle]\"\>",
439 StripOnInput->False,
440 FontSize->8.96], 195], {LineBox[{{714., 17.208}, {714., 17.14}}],
441 LineBox[{
442 Offset[{1.5, 0}, {714., 17.208}], Offset[{-1.5, 0}, {714., 17.208}]}],
443 LineBox[{
444 Offset[{1.5, 0}, {714., 17.14}],
445 Offset[{-1.5, 0}, {714., 17.14}]}]}}, {InsetBox[
446 StyleBox["\<\"\[FilledCircle]\"\>",
447 StripOnInput->False,
448 FontSize->8.96], 196], {LineBox[{{734., 17.009}, {734., 15.671}}],
449 LineBox[{
450 Offset[{1.5, 0}, {734., 17.009}], Offset[{-1.5, 0}, {734., 17.009}]}],
451 LineBox[{
452 Offset[{1.5, 0}, {734., 15.671}],
453 Offset[{-1.5, 0}, {734., 15.671}]}]}}, {InsetBox[
454 StyleBox["\<\"\[FilledCircle]\"\>",
455 StripOnInput->False,
456 FontSize->8.96], 197], {
457 LineBox[{{734., 4.8}, {734., 4.6659999999999995`}}],
458 LineBox[{
459 Offset[{1.5, 0}, {734., 4.8}], Offset[{-1.5, 0}, {734., 4.8}]}],
460 LineBox[{
461 Offset[{1.5, 0}, {734., 4.6659999999999995`}],
462 Offset[{-1.5, 0}, {734., 4.6659999999999995`}]}]}}, {InsetBox[
463 StyleBox["\<\"\[FilledCircle]\"\>",
464 StripOnInput->False,
465 FontSize->8.96], 198], {
466 LineBox[{{745., 17.107}, {745., 16.878999999999998`}}],
467 LineBox[{
468 Offset[{1.5, 0}, {745., 17.107}], Offset[{-1.5, 0}, {745., 17.107}]}],
469 LineBox[{
470 Offset[{1.5, 0}, {745., 16.878999999999998`}],
471 Offset[{-1.5, 0}, {745., 16.878999999999998`}]}]}}, {InsetBox[
472 StyleBox["\<\"\[FilledCircle]\"\>",
473 StripOnInput->False,
474 FontSize->8.96], 199], {LineBox[{{767., 17.255}, {767., 17.123}}],
475 LineBox[{
476 Offset[{1.5, 0}, {767., 17.255}], Offset[{-1.5, 0}, {767., 17.255}]}],
477 LineBox[{
478 Offset[{1.5, 0}, {767., 17.123}],
479 Offset[{-1.5, 0}, {767., 17.123}]}]}}, {InsetBox[
480 StyleBox["\<\"\[FilledCircle]\"\>",
481 StripOnInput->False,
482 FontSize->8.96], 200], {LineBox[{{801., 16.711}, {801., 16.643}}],
483 LineBox[{
484 Offset[{1.5, 0}, {801., 16.711}], Offset[{-1.5, 0}, {801., 16.711}]}],
485 LineBox[{
486 Offset[{1.5, 0}, {801., 16.643}],
487 Offset[{-1.5, 0}, {801., 16.643}]}]}}, {InsetBox[
488 StyleBox["\<\"\[FilledCircle]\"\>",
489 StripOnInput->False,
490 FontSize->8.96], 201], {LineBox[{{864., 17.247}, {864., 16.973}}],
491 LineBox[{
492 Offset[{1.5, 0}, {864., 17.247}], Offset[{-1.5, 0}, {864., 17.247}]}],
493 LineBox[{
494 Offset[{1.5, 0}, {864., 16.973}],
495 Offset[{-1.5, 0}, {864., 16.973}]}]}}, {InsetBox[
496 StyleBox["\<\"\[FilledCircle]\"\>",
497 StripOnInput->False,
498 FontSize->8.96], 202], {
499 LineBox[{{884., 17.009}, {884., 15.649000000000001`}}],
500 LineBox[{
501 Offset[{1.5, 0}, {884., 17.009}], Offset[{-1.5, 0}, {884., 17.009}]}],
502 LineBox[{
503 Offset[{1.5, 0}, {884., 15.649000000000001`}],
504 Offset[{-1.5, 0}, {884., 15.649000000000001`}]}]}}, {InsetBox[
505 StyleBox["\<\"\[FilledCircle]\"\>",
506 StripOnInput->False,
507 FontSize->8.96], 203], {
508 LineBox[{{957., 16.913999999999998`}, {957., 16.812}}],
509 LineBox[{
510 Offset[{1.5, 0}, {957., 16.913999999999998`}],
511 Offset[{-1.5, 0}, {957., 16.913999999999998`}]}],
512 LineBox[{
513 Offset[{1.5, 0}, {957., 16.812}],
514 Offset[{-1.5, 0}, {957., 16.812}]}]}}, {InsetBox[
515 StyleBox["\<\"\[FilledCircle]\"\>",
516 StripOnInput->False,
517 FontSize->8.96], 204], {LineBox[{{984., 17.259}, {984., 17.147}}],
518 LineBox[{
519 Offset[{1.5, 0}, {984., 17.259}], Offset[{-1.5, 0}, {984., 17.259}]}],
520 LineBox[{
521 Offset[{1.5, 0}, {984., 17.147}],
522 Offset[{-1.5, 0}, {984., 17.147}]}]}}, {InsetBox[
523 StyleBox["\<\"\[FilledCircle]\"\>",
524 StripOnInput->False,
525 FontSize->8.96], 205], {LineBox[{{986., 17.079}, {986., 15.613}}],
526 LineBox[{
527 Offset[{1.5, 0}, {986., 17.079}], Offset[{-1.5, 0}, {986., 17.079}]}],
528 LineBox[{
529 Offset[{1.5, 0}, {986., 15.613}],
530 Offset[{-1.5, 0}, {986., 15.613}]}]}}, {InsetBox[
531 StyleBox["\<\"\[FilledCircle]\"\>",
532 StripOnInput->False,
533 FontSize->8.96], 206], {
534 LineBox[{{986., 4.864}, {986., 4.8500000000000005`}}],
535 LineBox[{
536 Offset[{1.5, 0}, {986., 4.864}], Offset[{-1.5, 0}, {986., 4.864}]}],
537 LineBox[{
538 Offset[{1.5, 0}, {986., 4.8500000000000005`}],
539 Offset[{-1.5, 0}, {986., 4.8500000000000005`}]}]}}, {InsetBox[
540 StyleBox["\<\"\[FilledCircle]\"\>",
541 StripOnInput->False,
542 FontSize->8.96], 207], {LineBox[{{1020., 17.245}, {1020., 17.115}}],
543 LineBox[{
544 Offset[{1.5, 0}, {1020., 17.245}],
545 Offset[{-1.5, 0}, {1020., 17.245}]}],
546 LineBox[{
547 Offset[{1.5, 0}, {1020., 17.115}],
548 Offset[{-1.5, 0}, {1020., 17.115}]}]}}, {InsetBox[
549 StyleBox["\<\"\[FilledCircle]\"\>",
550 StripOnInput->False,
551 FontSize->8.96], 208], {LineBox[{{1090., 17.223}, {1090., 15.729}}],
552 LineBox[{
553 Offset[{1.5, 0}, {1090., 17.223}],
554 Offset[{-1.5, 0}, {1090., 17.223}]}],
555 LineBox[{
556 Offset[{1.5, 0}, {1090., 15.729}],
557 Offset[{-1.5, 0}, {1090., 15.729}]}]}}, {InsetBox[
558 StyleBox["\<\"\[FilledCircle]\"\>",
559 StripOnInput->False,
560 FontSize->8.96], 209], {LineBox[{{1091., 4.925}, {1091., 4.873}}],
561 LineBox[{
562 Offset[{1.5, 0}, {1091., 4.925}], Offset[{-1.5, 0}, {1091., 4.925}]}],
563 LineBox[{
564 Offset[{1.5, 0}, {1091., 4.873}],
565 Offset[{-1.5, 0}, {1091., 4.873}]}]}}, {InsetBox[
566 StyleBox["\<\"\[FilledCircle]\"\>",
567 StripOnInput->False,
568 FontSize->8.96], 210], {
569 LineBox[{{1140., 16.967}, {1140., 16.884999999999998`}}],
570 LineBox[{
571 Offset[{1.5, 0}, {1140., 16.967}],
572 Offset[{-1.5, 0}, {1140., 16.967}]}],
573 LineBox[{
574 Offset[{1.5, 0}, {1140., 16.884999999999998`}],
575 Offset[{-1.5, 0}, {1140., 16.884999999999998`}]}]}}, {InsetBox[
576 StyleBox["\<\"\[FilledCircle]\"\>",
577 StripOnInput->False,
578 FontSize->8.96], 211], {
579 LineBox[{{1161., 17.320999999999998`}, {1161., 15.677}}],
580 LineBox[{
581 Offset[{1.5, 0}, {1161., 17.320999999999998`}],
582 Offset[{-1.5, 0}, {1161., 17.320999999999998`}]}],
583 LineBox[{
584 Offset[{1.5, 0}, {1161., 15.677}],
585 Offset[{-1.5, 0}, {1161., 15.677}]}]}}, {InsetBox[
586 StyleBox["\<\"\[FilledCircle]\"\>",
587 StripOnInput->False,
588 FontSize->8.96], 212], {LineBox[{{1161., 4.882}, {1161., 4.786}}],
589 LineBox[{
590 Offset[{1.5, 0}, {1161., 4.882}], Offset[{-1.5, 0}, {1161., 4.882}]}],
591 LineBox[{
592 Offset[{1.5, 0}, {1161., 4.786}],
593 Offset[{-1.5, 0}, {1161., 4.786}]}]}}, {InsetBox[
594 StyleBox["\<\"\[FilledCircle]\"\>",
595 StripOnInput->False,
596 FontSize->8.96], 213], {LineBox[{{1172., 16.966}, {1172., 16.704}}],
597 LineBox[{
598 Offset[{1.5, 0}, {1172., 16.966}],
599 Offset[{-1.5, 0}, {1172., 16.966}]}],
600 LineBox[{
601 Offset[{1.5, 0}, {1172., 16.704}],
602 Offset[{-1.5, 0}, {1172., 16.704}]}]}}, {InsetBox[
603 StyleBox["\<\"\[FilledCircle]\"\>",
604 StripOnInput->False,
605 FontSize->8.96], 214], {LineBox[{{1200., 16.781}, {1200., 16.549}}],
606 LineBox[{
607 Offset[{1.5, 0}, {1200., 16.781}],
608 Offset[{-1.5, 0}, {1200., 16.781}]}],
609 LineBox[{
610 Offset[{1.5, 0}, {1200., 16.549}],
611 Offset[{-1.5, 0}, {1200., 16.549}]}]}}, {InsetBox[
612 StyleBox["\<\"\[FilledCircle]\"\>",
613 StripOnInput->False,
614 FontSize->8.96], 215], {LineBox[{{1232., 16.758}, {1232., 16.69}}],
615 LineBox[{
616 Offset[{1.5, 0}, {1232., 16.758}],
617 Offset[{-1.5, 0}, {1232., 16.758}]}],
618 LineBox[{
619 Offset[{1.5, 0}, {1232., 16.69}],
620 Offset[{-1.5, 0}, {1232., 16.69}]}]}}, {InsetBox[
621 StyleBox["\<\"\[FilledCircle]\"\>",
622 StripOnInput->False,
623 FontSize->8.96], 216], {LineBox[{{1259., 17.093}, {1259., 16.923}}],
624 LineBox[{
625 Offset[{1.5, 0}, {1259., 17.093}],
626 Offset[{-1.5, 0}, {1259., 17.093}]}],
627 LineBox[{
628 Offset[{1.5, 0}, {1259., 16.923}],
629 Offset[{-1.5, 0}, {1259., 16.923}]}]}}, {InsetBox[
630 StyleBox["\<\"\[FilledCircle]\"\>",
631 StripOnInput->False,
632 FontSize->8.96], 217], {LineBox[{{1280., 17.049}, {1280., 15.621}}],
633 LineBox[{
634 Offset[{1.5, 0}, {1280., 17.049}],
635 Offset[{-1.5, 0}, {1280., 17.049}]}],
636 LineBox[{
637 Offset[{1.5, 0}, {1280., 15.621}],
638 Offset[{-1.5, 0}, {1280., 15.621}]}]}}, {InsetBox[
639 StyleBox["\<\"\[FilledCircle]\"\>",
640 StripOnInput->False,
641 FontSize->8.96], 218], {
642 LineBox[{{1280., 4.859999999999999}, {1280., 4.82}}],
643 LineBox[{
644 Offset[{1.5, 0}, {1280., 4.859999999999999}],
645 Offset[{-1.5, 0}, {1280., 4.859999999999999}]}],
646 LineBox[{
647 Offset[{1.5, 0}, {1280., 4.82}],
648 Offset[{-1.5, 0}, {1280., 4.82}]}]}}, {InsetBox[
649 StyleBox["\<\"\[FilledCircle]\"\>",
650 StripOnInput->False,
651 FontSize->8.96], 219], {
652 LineBox[{{1294., 17.212}, {1294., 17.029999999999998`}}],
653 LineBox[{
654 Offset[{1.5, 0}, {1294., 17.212}],
655 Offset[{-1.5, 0}, {1294., 17.212}]}],
656 LineBox[{
657 Offset[{1.5, 0}, {1294., 17.029999999999998`}],
658 Offset[{-1.5, 0}, {1294., 17.029999999999998`}]}]}}, {InsetBox[
659 StyleBox["\<\"\[FilledCircle]\"\>",
660 StripOnInput->False,
661 FontSize->8.96], 220], {
662 LineBox[{{1354., 17.365}, {1354., 17.083000000000002`}}],
663 LineBox[{
664 Offset[{1.5, 0}, {1354., 17.365}],
665 Offset[{-1.5, 0}, {1354., 17.365}]}],
666 LineBox[{
667 Offset[{1.5, 0}, {1354., 17.083000000000002`}],
668 Offset[{-1.5, 0}, {1354., 17.083000000000002`}]}]}}, {InsetBox[
669 StyleBox["\<\"\[FilledCircle]\"\>",
670 StripOnInput->False,
671 FontSize->8.96], 221], {LineBox[{{1368., 17.885}, {1368., 17.687}}],
672 LineBox[{
673 Offset[{1.5, 0}, {1368., 17.885}],
674 Offset[{-1.5, 0}, {1368., 17.885}]}],
675 LineBox[{
676 Offset[{1.5, 0}, {1368., 17.687}],
677 Offset[{-1.5, 0}, {1368., 17.687}]}]}}, {InsetBox[
678 StyleBox["\<\"\[FilledCircle]\"\>",
679 StripOnInput->False,
680 FontSize->8.96], 222], {LineBox[{{1393., 4.916}, {1393., 4.872}}],
681 LineBox[{
682 Offset[{1.5, 0}, {1393., 4.916}], Offset[{-1.5, 0}, {1393., 4.916}]}],
683 LineBox[{
684 Offset[{1.5, 0}, {1393., 4.872}],
685 Offset[{-1.5, 0}, {1393., 4.872}]}]}}, {InsetBox[
686 StyleBox["\<\"\[FilledCircle]\"\>",
687 StripOnInput->False,
688 FontSize->8.96], 223], {LineBox[{{1393., 17.014}, {1393., 15.608}}],
689 LineBox[{
690 Offset[{1.5, 0}, {1393., 17.014}],
691 Offset[{-1.5, 0}, {1393., 17.014}]}],
692 LineBox[{
693 Offset[{1.5, 0}, {1393., 15.608}],
694 Offset[{-1.5, 0}, {1393., 15.608}]}]}}, {InsetBox[
695 StyleBox["\<\"\[FilledCircle]\"\>",
696 StripOnInput->False,
697 FontSize->8.96], 224], {LineBox[{{1415., 17.146}, {1415., 17.11}}],
698 LineBox[{
699 Offset[{1.5, 0}, {1415., 17.146}],
700 Offset[{-1.5, 0}, {1415., 17.146}]}],
701 LineBox[{
702 Offset[{1.5, 0}, {1415., 17.11}],
703 Offset[{-1.5, 0}, {1415., 17.11}]}]}}, {InsetBox[
704 StyleBox["\<\"\[FilledCircle]\"\>",
705 StripOnInput->False,
706 FontSize->8.96], 225], {
707 LineBox[{{1447., 17.364}, {1447., 17.040000000000003`}}],
708 LineBox[{
709 Offset[{1.5, 0}, {1447., 17.364}],
710 Offset[{-1.5, 0}, {1447., 17.364}]}],
711 LineBox[{
712 Offset[{1.5, 0}, {1447., 17.040000000000003`}],
713 Offset[{-1.5, 0}, {1447., 17.040000000000003`}]}]}}, {InsetBox[
714 StyleBox["\<\"\[FilledCircle]\"\>",
715 StripOnInput->False,
716 FontSize->8.96], 226], {LineBox[{{1464., 16.907}, {1464., 15.481}}],
717 LineBox[{
718 Offset[{1.5, 0}, {1464., 16.907}],
719 Offset[{-1.5, 0}, {1464., 16.907}]}],
720 LineBox[{
721 Offset[{1.5, 0}, {1464., 15.481}],
722 Offset[{-1.5, 0}, {1464., 15.481}]}]}}, {InsetBox[
723 StyleBox["\<\"\[FilledCircle]\"\>",
724 StripOnInput->False,
725 FontSize->8.96], 227], {LineBox[{{1505., 17.02}, {1505., 16.618}}],
726 LineBox[{
727 Offset[{1.5, 0}, {1505., 17.02}], Offset[{-1.5, 0}, {1505., 17.02}]}],
728 LineBox[{
729 Offset[{1.5, 0}, {1505., 16.618}],
730 Offset[{-1.5, 0}, {1505., 16.618}]}]}}, {InsetBox[
731 StyleBox["\<\"\[FilledCircle]\"\>",
732 StripOnInput->False,
733 FontSize->8.96], 228], {
734 LineBox[{{1535., 16.684}, {1535., 16.605999999999998`}}],
735 LineBox[{
736 Offset[{1.5, 0}, {1535., 16.684}],
737 Offset[{-1.5, 0}, {1535., 16.684}]}],
738 LineBox[{
739 Offset[{1.5, 0}, {1535., 16.605999999999998`}],
740 Offset[{-1.5, 0}, {1535., 16.605999999999998`}]}]}}, {InsetBox[
741 StyleBox["\<\"\[FilledCircle]\"\>",
742 StripOnInput->False,
743 FontSize->8.96], 229], {LineBox[{{1567., 16.59}, {1567., 16.452}}],
744 LineBox[{
745 Offset[{1.5, 0}, {1567., 16.59}], Offset[{-1.5, 0}, {1567., 16.59}]}],
746 LineBox[{
747 Offset[{1.5, 0}, {1567., 16.452}],
748 Offset[{-1.5, 0}, {1567., 16.452}]}]}}, {InsetBox[
749 StyleBox["\<\"\[FilledCircle]\"\>",
750 StripOnInput->False,
751 FontSize->8.96], 230], {LineBox[{{1577., 16.883}, {1577., 15.647}}],
752 LineBox[{
753 Offset[{1.5, 0}, {1577., 16.883}],
754 Offset[{-1.5, 0}, {1577., 16.883}]}],
755 LineBox[{
756 Offset[{1.5, 0}, {1577., 15.647}],
757 Offset[{-1.5, 0}, {1577., 15.647}]}]}}, {InsetBox[
758 StyleBox["\<\"\[FilledCircle]\"\>",
759 StripOnInput->False,
760 FontSize->8.96], 231], {
761 LineBox[{{1576., 4.822}, {1576., 4.771999999999999}}],
762 LineBox[{
763 Offset[{1.5, 0}, {1576., 4.822}], Offset[{-1.5, 0}, {1576., 4.822}]}],
764 LineBox[{
765 Offset[{1.5, 0}, {1576., 4.771999999999999}],
766 Offset[{-1.5, 0}, {1576., 4.771999999999999}]}]}}, {InsetBox[
767 StyleBox["\<\"\[FilledCircle]\"\>",
768 StripOnInput->False,
769 FontSize->8.96], 232], {
770 LineBox[{{1599., 16.927999999999997`}, {1599., 16.604}}],
771 LineBox[{
772 Offset[{1.5, 0}, {1599., 16.927999999999997`}],
773 Offset[{-1.5, 0}, {1599., 16.927999999999997`}]}],
774 LineBox[{
775 Offset[{1.5, 0}, {1599., 16.604}],
776 Offset[{-1.5, 0}, {1599., 16.604}]}]}}, {InsetBox[
777 StyleBox["\<\"\[FilledCircle]\"\>",
778 StripOnInput->False,
779 FontSize->8.96], 233], {LineBox[{{1657., 16.903}, {1657., 16.823}}],
780 LineBox[{
781 Offset[{1.5, 0}, {1657., 16.903}],
782 Offset[{-1.5, 0}, {1657., 16.903}]}],
783 LineBox[{
784 Offset[{1.5, 0}, {1657., 16.823}],
785 Offset[{-1.5, 0}, {1657., 16.823}]}]}}, {InsetBox[
786 StyleBox["\<\"\[FilledCircle]\"\>",
787 StripOnInput->False,
788 FontSize->8.96], 234], {LineBox[{{1682., 16.775}, {1682., 15.487}}],
789 LineBox[{
790 Offset[{1.5, 0}, {1682., 16.775}],
791 Offset[{-1.5, 0}, {1682., 16.775}]}],
792 LineBox[{
793 Offset[{1.5, 0}, {1682., 15.487}],
794 Offset[{-1.5, 0}, {1682., 15.487}]}]}}, {InsetBox[
795 StyleBox["\<\"\[FilledCircle]\"\>",
796 StripOnInput->False,
797 FontSize->8.96], 235], {
798 LineBox[{{1684., 16.996000000000002`}, {1684., 16.97}}],
799 LineBox[{
800 Offset[{1.5, 0}, {1684., 16.996000000000002`}],
801 Offset[{-1.5, 0}, {1684., 16.996000000000002`}]}],
802 LineBox[{
803 Offset[{1.5, 0}, {1684., 16.97}],
804 Offset[{-1.5, 0}, {1684., 16.97}]}]}}, {InsetBox[
805 StyleBox["\<\"\[FilledCircle]\"\>",
806 StripOnInput->False,
807 FontSize->8.96], 236], {LineBox[{{1689., 16.861}, {1689., 16.779}}],
808 LineBox[{
809 Offset[{1.5, 0}, {1689., 16.861}],
810 Offset[{-1.5, 0}, {1689., 16.861}]}],
811 LineBox[{
812 Offset[{1.5, 0}, {1689., 16.779}],
813 Offset[{-1.5, 0}, {1689., 16.779}]}]}}, {InsetBox[
814 StyleBox["\<\"\[FilledCircle]\"\>",
815 StripOnInput->False,
816 FontSize->8.96], 237], {
817 LineBox[{{1750., 16.814999999999998`}, {1750., 16.719}}],
818 LineBox[{
819 Offset[{1.5, 0}, {1750., 16.814999999999998`}],
820 Offset[{-1.5, 0}, {1750., 16.814999999999998`}]}],
821 LineBox[{
822 Offset[{1.5, 0}, {1750., 16.719}],
823 Offset[{-1.5, 0}, {1750., 16.719}]}]}}, {InsetBox[
824 StyleBox["\<\"\[FilledCircle]\"\>",
825 StripOnInput->False,
826 FontSize->8.96], 238], {
827 LineBox[{{1762., 5.237}, {1762., 4.984999999999999}}],
828 LineBox[{
829 Offset[{1.5, 0}, {1762., 5.237}], Offset[{-1.5, 0}, {1762., 5.237}]}],
830 LineBox[{
831 Offset[{1.5, 0}, {1762., 4.984999999999999}],
832 Offset[{-1.5, 0}, {1762., 4.984999999999999}]}]}}, {InsetBox[
833 StyleBox["\<\"\[FilledCircle]\"\>",
834 StripOnInput->False,
835 FontSize->8.96], 239], {
836 LineBox[{{1763., 16.991999999999997`}, {1763., 15.319999999999999`}}],
837 LineBox[{
838 Offset[{1.5, 0}, {1763., 16.991999999999997`}],
839 Offset[{-1.5, 0}, {1763., 16.991999999999997`}]}],
840 LineBox[{
841 Offset[{1.5, 0}, {1763., 15.319999999999999`}],
842 Offset[{-1.5, 0}, {1763., 15.319999999999999`}]}]}}, {InsetBox[
843 StyleBox["\<\"\[FilledCircle]\"\>",
844 StripOnInput->False,
845 FontSize->8.96], 240], {LineBox[{{1777., 16.783}, {1777., 16.705}}],
846 LineBox[{
847 Offset[{1.5, 0}, {1777., 16.783}],
848 Offset[{-1.5, 0}, {1777., 16.783}]}],
849 LineBox[{
850 Offset[{1.5, 0}, {1777., 16.705}],
851 Offset[{-1.5, 0}, {1777., 16.705}]}]}}, {InsetBox[
852 StyleBox["\<\"\[FilledCircle]\"\>",
853 StripOnInput->False,
854 FontSize->8.96], 241], {
855 LineBox[{{1810., 16.753999999999998`}, {1810., 16.656}}],
856 LineBox[{
857 Offset[{1.5, 0}, {1810., 16.753999999999998`}],
858 Offset[{-1.5, 0}, {1810., 16.753999999999998`}]}],
859 LineBox[{
860 Offset[{1.5, 0}, {1810., 16.656}],
861 Offset[{-1.5, 0}, {1810., 16.656}]}]}}, {InsetBox[
862 StyleBox["\<\"\[FilledCircle]\"\>",
863 StripOnInput->False,
864 FontSize->8.96], 242], {LineBox[{{1819., 16.695}, {1819., 15.143}}],
865 LineBox[{
866 Offset[{1.5, 0}, {1819., 16.695}],
867 Offset[{-1.5, 0}, {1819., 16.695}]}],
868 LineBox[{
869 Offset[{1.5, 0}, {1819., 15.143}],
870 Offset[{-1.5, 0}, {1819., 15.143}]}]}}, {InsetBox[
871 StyleBox["\<\"\[FilledCircle]\"\>",
872 StripOnInput->False,
873 FontSize->8.96], 243], {LineBox[{{1818., 4.78}, {1818., 4.738}}],
874 LineBox[{
875 Offset[{1.5, 0}, {1818., 4.78}], Offset[{-1.5, 0}, {1818., 4.78}]}],
876 LineBox[{
877 Offset[{1.5, 0}, {1818., 4.738}],
878 Offset[{-1.5, 0}, {1818., 4.738}]}]}}, {InsetBox[
879 StyleBox["\<\"\[FilledCircle]\"\>",
880 StripOnInput->False,
881 FontSize->8.96], 244], {
882 LineBox[{{1841., 17.147000000000002`}, {1841., 16.691}}],
883 LineBox[{
884 Offset[{1.5, 0}, {1841., 17.147000000000002`}],
885 Offset[{-1.5, 0}, {1841., 17.147000000000002`}]}],
886 LineBox[{
887 Offset[{1.5, 0}, {1841., 16.691}],
888 Offset[{-1.5, 0}, {1841., 16.691}]}]}}, {InsetBox[
889 StyleBox["\<\"\[FilledCircle]\"\>",
890 StripOnInput->False,
891 FontSize->8.96], 245], {
892 LineBox[{{1934., 16.857}, {1934., 15.302999999999999`}}],
893 LineBox[{
894 Offset[{1.5, 0}, {1934., 16.857}],
895 Offset[{-1.5, 0}, {1934., 16.857}]}],
896 LineBox[{
897 Offset[{1.5, 0}, {1934., 15.302999999999999`}],
898 Offset[{-1.5, 0}, {1934., 15.302999999999999`}]}]}}, {InsetBox[
899 StyleBox["\<\"\[FilledCircle]\"\>",
900 StripOnInput->False,
901 FontSize->8.96], 246], {
902 LineBox[{{1933., 4.7700000000000005`}, {1933., 4.726}}],
903 LineBox[{
904 Offset[{1.5, 0}, {1933., 4.7700000000000005`}],
905 Offset[{-1.5, 0}, {1933., 4.7700000000000005`}]}],
906 LineBox[{
907 Offset[{1.5, 0}, {1933., 4.726}],
908 Offset[{-1.5, 0}, {1933., 4.726}]}]}}, {InsetBox[
909 StyleBox["\<\"\[FilledCircle]\"\>",
910 StripOnInput->False,
911 FontSize->8.96], 247], {LineBox[{{1963., 16.622}, {1963., 16.384}}],
912 LineBox[{
913 Offset[{1.5, 0}, {1963., 16.622}],
914 Offset[{-1.5, 0}, {1963., 16.622}]}],
915 LineBox[{
916 Offset[{1.5, 0}, {1963., 16.384}],
917 Offset[{-1.5, 0}, {1963., 16.384}]}]}}, {InsetBox[
918 StyleBox["\<\"\[FilledCircle]\"\>",
919 StripOnInput->False,
920 FontSize->8.96], 248], {LineBox[{{2017., 16.332}, {2017., 14.76}}],
921 LineBox[{
922 Offset[{1.5, 0}, {2017., 16.332}],
923 Offset[{-1.5, 0}, {2017., 16.332}]}],
924 LineBox[{
925 Offset[{1.5, 0}, {2017., 14.76}],
926 Offset[{-1.5, 0}, {2017., 14.76}]}]}}, {InsetBox[
927 StyleBox["\<\"\[FilledCircle]\"\>",
928 StripOnInput->False,
929 FontSize->8.96], 249], {
930 LineBox[{{2017., 4.694}, {2017., 4.675999999999999}}],
931 LineBox[{
932 Offset[{1.5, 0}, {2017., 4.694}], Offset[{-1.5, 0}, {2017., 4.694}]}],
933 LineBox[{
934 Offset[{1.5, 0}, {2017., 4.675999999999999}],
935 Offset[{-1.5, 0}, {2017., 4.675999999999999}]}]}}, {InsetBox[
936 StyleBox["\<\"\[FilledCircle]\"\>",
937 StripOnInput->False,
938 FontSize->8.96], 250], {LineBox[{{2022., 16.86}, {2022., 16.744}}],
939 LineBox[{
940 Offset[{1.5, 0}, {2022., 16.86}], Offset[{-1.5, 0}, {2022., 16.86}]}],
941 LineBox[{
942 Offset[{1.5, 0}, {2022., 16.744}],
943 Offset[{-1.5, 0}, {2022., 16.744}]}]}}, {InsetBox[
944 StyleBox["\<\"\[FilledCircle]\"\>",
945 StripOnInput->False,
946 FontSize->8.96], 251], {LineBox[{{2053., 16.703}, {2053., 16.627}}],
947 LineBox[{
948 Offset[{1.5, 0}, {2053., 16.703}],
949 Offset[{-1.5, 0}, {2053., 16.703}]}],
950 LineBox[{
951 Offset[{1.5, 0}, {2053., 16.627}],
952 Offset[{-1.5, 0}, {2053., 16.627}]}]}}, {InsetBox[
953 StyleBox["\<\"\[FilledCircle]\"\>",
954 StripOnInput->False,
955 FontSize->8.96], 252], {LineBox[{{2082., 16.7}, {2082., 16.602}}],
956 LineBox[{
957 Offset[{1.5, 0}, {2082., 16.7}], Offset[{-1.5, 0}, {2082., 16.7}]}],
958 LineBox[{
959 Offset[{1.5, 0}, {2082., 16.602}],
960 Offset[{-1.5, 0}, {2082., 16.602}]}]}}, {InsetBox[
961 StyleBox["\<\"\[FilledCircle]\"\>",
962 StripOnInput->False,
963 FontSize->8.96], 253], {LineBox[{{2109., 16.663}, {2109., 15.061}}],
964 LineBox[{
965 Offset[{1.5, 0}, {2109., 16.663}],
966 Offset[{-1.5, 0}, {2109., 16.663}]}],
967 LineBox[{
968 Offset[{1.5, 0}, {2109., 15.061}],
969 Offset[{-1.5, 0}, {2109., 15.061}]}]}}, {InsetBox[
970 StyleBox["\<\"\[FilledCircle]\"\>",
971 StripOnInput->False,
972 FontSize->8.96], 254], {
973 LineBox[{{2109., 4.744000000000001}, {2109., 4.716}}],
974 LineBox[{
975 Offset[{1.5, 0}, {2109., 4.744000000000001}],
976 Offset[{-1.5, 0}, {2109., 4.744000000000001}]}],
977 LineBox[{
978 Offset[{1.5, 0}, {2109., 4.716}],
979 Offset[{-1.5, 0}, {2109., 4.716}]}]}}, {InsetBox[
980 StyleBox["\<\"\[FilledCircle]\"\>",
981 StripOnInput->False,
982 FontSize->8.96], 255], {LineBox[{{2113., 17.165}, {2113., 17.039}}],
983 LineBox[{
984 Offset[{1.5, 0}, {2113., 17.165}],
985 Offset[{-1.5, 0}, {2113., 17.165}]}],
986 LineBox[{
987 Offset[{1.5, 0}, {2113., 17.039}],
988 Offset[{-1.5, 0}, {2113., 17.039}]}]}}, {InsetBox[
989 StyleBox["\<\"\[FilledCircle]\"\>",
990 StripOnInput->False,
991 FontSize->8.96], 256], {LineBox[{{2144., 16.707}, {2144., 16.545}}],
992 LineBox[{
993 Offset[{1.5, 0}, {2144., 16.707}],
994 Offset[{-1.5, 0}, {2144., 16.707}]}],
995 LineBox[{
996 Offset[{1.5, 0}, {2144., 16.545}],
997 Offset[{-1.5, 0}, {2144., 16.545}]}]}}, {InsetBox[
998 StyleBox["\<\"\[FilledCircle]\"\>",
999 StripOnInput->False,
1000 FontSize->8.96], 257], {
1001 LineBox[{{2176., 16.718999999999998`}, {2176., 16.495}}],
1002 LineBox[{
1003 Offset[{1.5, 0}, {2176., 16.718999999999998`}],
1004 Offset[{-1.5, 0}, {2176., 16.718999999999998`}]}],
1005 LineBox[{
1006 Offset[{1.5, 0}, {2176., 16.495}],
1007 Offset[{-1.5, 0}, {2176., 16.495}]}]}}, {InsetBox[
1008 StyleBox["\<\"\[FilledCircle]\"\>",
1009 StripOnInput->False,
1010 FontSize->8.96], 258], {
1011 LineBox[{{2207., 16.807000000000002`}, {2207., 16.713}}],
1012 LineBox[{
1013 Offset[{1.5, 0}, {2207., 16.807000000000002`}],
1014 Offset[{-1.5, 0}, {2207., 16.807000000000002`}]}],
1015 LineBox[{
1016 Offset[{1.5, 0}, {2207., 16.713}],
1017 Offset[{-1.5, 0}, {2207., 16.713}]}]}}, {InsetBox[
1018 StyleBox["\<\"\[FilledCircle]\"\>",
1019 StripOnInput->False,
1020 FontSize->8.96], 259], {
1021 LineBox[{{2218., 16.860999999999997`}, {2218., 15.252999999999998`}}],
1022 LineBox[{
1023 Offset[{1.5, 0}, {2218., 16.860999999999997`}],
1024 Offset[{-1.5, 0}, {2218., 16.860999999999997`}]}],
1025 LineBox[{
1026 Offset[{1.5, 0}, {2218., 15.252999999999998`}],
1027 Offset[{-1.5, 0}, {2218., 15.252999999999998`}]}]}}, {InsetBox[
1028 StyleBox["\<\"\[FilledCircle]\"\>",
1029 StripOnInput->False,
1030 FontSize->8.96], 260], {
1031 LineBox[{{2218., 4.7459999999999996`}, {2218., 4.738}}],
1032 LineBox[{
1033 Offset[{1.5, 0}, {2218., 4.7459999999999996`}],
1034 Offset[{-1.5, 0}, {2218., 4.7459999999999996`}]}],
1035 LineBox[{
1036 Offset[{1.5, 0}, {2218., 4.738}],
1037 Offset[{-1.5, 0}, {2218., 4.738}]}]}}, {InsetBox[
1038 StyleBox["\<\"\[FilledCircle]\"\>",
1039 StripOnInput->False,
1040 FontSize->8.96], 261], {
1041 LineBox[{{2235., 16.486}, {2235., 16.331999999999997`}}],
1042 LineBox[{
1043 Offset[{1.5, 0}, {2235., 16.486}],
1044 Offset[{-1.5, 0}, {2235., 16.486}]}],
1045 LineBox[{
1046 Offset[{1.5, 0}, {2235., 16.331999999999997`}],
1047 Offset[{-1.5, 0}, {2235., 16.331999999999997`}]}]}}, {InsetBox[
1048 StyleBox["\<\"\[FilledCircle]\"\>",
1049 StripOnInput->False,
1050 FontSize->8.96], 262], {
1051 LineBox[{{2293., 16.529}, {2293., 15.216999999999999`}}],
1052 LineBox[{
1053 Offset[{1.5, 0}, {2293., 16.529}],
1054 Offset[{-1.5, 0}, {2293., 16.529}]}],
1055 LineBox[{
1056 Offset[{1.5, 0}, {2293., 15.216999999999999`}],
1057 Offset[{-1.5, 0}, {2293., 15.216999999999999`}]}]}}, {InsetBox[
1058 StyleBox["\<\"\[FilledCircle]\"\>",
1059 StripOnInput->False,
1060 FontSize->8.96], 263], {LineBox[{{2292., 4.731}, {2292., 4.663}}],
1061 LineBox[{
1062 Offset[{1.5, 0}, {2292., 4.731}], Offset[{-1.5, 0}, {2292., 4.731}]}],
1063 LineBox[{
1064 Offset[{1.5, 0}, {2292., 4.663}],
1065 Offset[{-1.5, 0}, {2292., 4.663}]}]}}, {InsetBox[
1066 StyleBox["\<\"\[FilledCircle]\"\>",
1067 StripOnInput->False,
1068 FontSize->8.96], 264], {LineBox[{{2296., 16.543}, {2296., 16.433}}],
1069 LineBox[{
1070 Offset[{1.5, 0}, {2296., 16.543}],
1071 Offset[{-1.5, 0}, {2296., 16.543}]}],
1072 LineBox[{
1073 Offset[{1.5, 0}, {2296., 16.433}],
1074 Offset[{-1.5, 0}, {2296., 16.433}]}]}}, {InsetBox[
1075 StyleBox["\<\"\[FilledCircle]\"\>",
1076 StripOnInput->False,
1077 FontSize->8.96], 265], {LineBox[{{2326., 16.866}, {2326., 16.628}}],
1078 LineBox[{
1079 Offset[{1.5, 0}, {2326., 16.866}],
1080 Offset[{-1.5, 0}, {2326., 16.866}]}],
1081 LineBox[{
1082 Offset[{1.5, 0}, {2326., 16.628}],
1083 Offset[{-1.5, 0}, {2326., 16.628}]}]}}, {InsetBox[
1084 StyleBox["\<\"\[FilledCircle]\"\>",
1085 StripOnInput->False,
1086 FontSize->8.96], 266], {
1087 LineBox[{{2358., 16.334}, {2358., 16.266000000000002`}}],
1088 LineBox[{
1089 Offset[{1.5, 0}, {2358., 16.334}],
1090 Offset[{-1.5, 0}, {2358., 16.334}]}],
1091 LineBox[{
1092 Offset[{1.5, 0}, {2358., 16.266000000000002`}],
1093 Offset[{-1.5, 0}, {2358., 16.266000000000002`}]}]}}, {InsetBox[
1094 StyleBox["\<\"\[FilledCircle]\"\>",
1095 StripOnInput->False,
1096 FontSize->8.96], 267], {LineBox[{{2388., 16.564}, {2388., 16.484}}],
1097 LineBox[{
1098 Offset[{1.5, 0}, {2388., 16.564}],
1099 Offset[{-1.5, 0}, {2388., 16.564}]}],
1100 LineBox[{
1101 Offset[{1.5, 0}, {2388., 16.484}],
1102 Offset[{-1.5, 0}, {2388., 16.484}]}]}}, {InsetBox[
1103 StyleBox["\<\"\[FilledCircle]\"\>",
1104 StripOnInput->False,
1105 FontSize->8.96], 268], {
1106 LineBox[{{2401., 16.25}, {2401., 14.957999999999998`}}],
1107 LineBox[{
1108 Offset[{1.5, 0}, {2401., 16.25}], Offset[{-1.5, 0}, {2401., 16.25}]}],
1109 LineBox[{
1110 Offset[{1.5, 0}, {2401., 14.957999999999998`}],
1111 Offset[{-1.5, 0}, {2401., 14.957999999999998`}]}]}}, {InsetBox[
1112 StyleBox["\<\"\[FilledCircle]\"\>",
1113 StripOnInput->False,
1114 FontSize->8.96], 269], {
1115 LineBox[{{2449., 16.432}, {2449., 16.272000000000002`}}],
1116 LineBox[{
1117 Offset[{1.5, 0}, {2449., 16.432}],
1118 Offset[{-1.5, 0}, {2449., 16.432}]}],
1119 LineBox[{
1120 Offset[{1.5, 0}, {2449., 16.272000000000002`}],
1121 Offset[{-1.5, 0}, {2449., 16.272000000000002`}]}]}}, {InsetBox[
1122 StyleBox["\<\"\[FilledCircle]\"\>",
1123 StripOnInput->False,
1124 FontSize->8.96], 270], {
1125 LineBox[{{2481., 16.215999999999998`}, {2481., 16.108}}],
1126 LineBox[{
1127 Offset[{1.5, 0}, {2481., 16.215999999999998`}],
1128 Offset[{-1.5, 0}, {2481., 16.215999999999998`}]}],
1129 LineBox[{
1130 Offset[{1.5, 0}, {2481., 16.108}],
1131 Offset[{-1.5, 0}, {2481., 16.108}]}]}}, {InsetBox[
1132 StyleBox["\<\"\[FilledCircle]\"\>",
1133 StripOnInput->False,
1134 FontSize->8.96], 271], {LineBox[{{2492., 16.469}, {2492., 14.799}}],
1135 LineBox[{
1136 Offset[{1.5, 0}, {2492., 16.469}],
1137 Offset[{-1.5, 0}, {2492., 16.469}]}],
1138 LineBox[{
1139 Offset[{1.5, 0}, {2492., 14.799}],
1140 Offset[{-1.5, 0}, {2492., 14.799}]}]}}, {InsetBox[
1141 StyleBox["\<\"\[FilledCircle]\"\>",
1142 StripOnInput->False,
1143 FontSize->8.96], 272], {
1144 LineBox[{{2492., 4.634}, {2492., 4.6080000000000005`}}],
1145 LineBox[{
1146 Offset[{1.5, 0}, {2492., 4.634}], Offset[{-1.5, 0}, {2492., 4.634}]}],
1147 LineBox[{
1148 Offset[{1.5, 0}, {2492., 4.6080000000000005`}],
1149 Offset[{-1.5, 0}, {2492., 4.6080000000000005`}]}]}}, {InsetBox[
1150 StyleBox["\<\"\[FilledCircle]\"\>",
1151 StripOnInput->False,
1152 FontSize->8.96], 273], {
1153 LineBox[{{2510., 16.256999999999998`}, {2510., 16.113}}],
1154 LineBox[{
1155 Offset[{1.5, 0}, {2510., 16.256999999999998`}],
1156 Offset[{-1.5, 0}, {2510., 16.256999999999998`}]}],
1157 LineBox[{
1158 Offset[{1.5, 0}, {2510., 16.113}],
1159 Offset[{-1.5, 0}, {2510., 16.113}]}]}}, {InsetBox[
1160 StyleBox["\<\"\[FilledCircle]\"\>",
1161 StripOnInput->False,
1162 FontSize->8.96], 274], {
1163 LineBox[{{2542., 16.599}, {2542., 16.333000000000002`}}],
1164 LineBox[{
1165 Offset[{1.5, 0}, {2542., 16.599}],
1166 Offset[{-1.5, 0}, {2542., 16.599}]}],
1167 LineBox[{
1168 Offset[{1.5, 0}, {2542., 16.333000000000002`}],
1169 Offset[{-1.5, 0}, {2542., 16.333000000000002`}]}]}}, {InsetBox[
1170 StyleBox["\<\"\[FilledCircle]\"\>",
1171 StripOnInput->False,
1172 FontSize->8.96], 275], {LineBox[{{2574., 16.125}, {2574., 16.031}}],
1173 LineBox[{
1174 Offset[{1.5, 0}, {2574., 16.125}],
1175 Offset[{-1.5, 0}, {2574., 16.125}]}],
1176 LineBox[{
1177 Offset[{1.5, 0}, {2574., 16.031}],
1178 Offset[{-1.5, 0}, {2574., 16.031}]}]}}, {InsetBox[
1179 StyleBox["\<\"\[FilledCircle]\"\>",
1180 StripOnInput->False,
1181 FontSize->8.96], 276], {
1182 LineBox[{{2583., 16.432000000000002`}, {2583., 14.860000000000001`}}],
1183 LineBox[{
1184 Offset[{1.5, 0}, {2583., 16.432000000000002`}],
1185 Offset[{-1.5, 0}, {2583., 16.432000000000002`}]}],
1186 LineBox[{
1187 Offset[{1.5, 0}, {2583., 14.860000000000001`}],
1188 Offset[{-1.5, 0}, {2583., 14.860000000000001`}]}]}}, {InsetBox[
1189 StyleBox["\<\"\[FilledCircle]\"\>",
1190 StripOnInput->False,
1191 FontSize->8.96], 277], {
1192 LineBox[{{2582., 4.659}, {2582., 4.6290000000000004`}}],
1193 LineBox[{
1194 Offset[{1.5, 0}, {2582., 4.659}], Offset[{-1.5, 0}, {2582., 4.659}]}],
1195 LineBox[{
1196 Offset[{1.5, 0}, {2582., 4.6290000000000004`}],
1197 Offset[{-1.5, 0}, {2582., 4.6290000000000004`}]}]}}, {InsetBox[
1198 StyleBox["\<\"\[FilledCircle]\"\>",
1199 StripOnInput->False,
1200 FontSize->8.96], 278], {
1201 LineBox[{{2601., 16.343999999999998`}, {2601., 16.258}}],
1202 LineBox[{
1203 Offset[{1.5, 0}, {2601., 16.343999999999998`}],
1204 Offset[{-1.5, 0}, {2601., 16.343999999999998`}]}],
1205 LineBox[{
1206 Offset[{1.5, 0}, {2601., 16.258}],
1207 Offset[{-1.5, 0}, {2601., 16.258}]}]}}, {InsetBox[
1208 StyleBox["\<\"\[FilledCircle]\"\>",
1209 StripOnInput->False,
1210 FontSize->8.96], 279], {LineBox[{{2632., 15.858}, {2632., 15.782}}],
1211 LineBox[{
1212 Offset[{1.5, 0}, {2632., 15.858}],
1213 Offset[{-1.5, 0}, {2632., 15.858}]}],
1214 LineBox[{
1215 Offset[{1.5, 0}, {2632., 15.782}],
1216 Offset[{-1.5, 0}, {2632., 15.782}]}]}}, {InsetBox[
1217 StyleBox["\<\"\[FilledCircle]\"\>",
1218 StripOnInput->False,
1219 FontSize->8.96], 280], {
1220 LineBox[{{2662., 15.984}, {2662., 15.953999999999999`}}],
1221 LineBox[{
1222 Offset[{1.5, 0}, {2662., 15.984}],
1223 Offset[{-1.5, 0}, {2662., 15.984}]}],
1224 LineBox[{
1225 Offset[{1.5, 0}, {2662., 15.953999999999999`}],
1226 Offset[{-1.5, 0}, {2662., 15.953999999999999`}]}]}}, {InsetBox[
1227 StyleBox["\<\"\[FilledCircle]\"\>",
1228 StripOnInput->False,
1229 FontSize->8.96], 281], {LineBox[{{2675., 16.192}, {2675., 15.012}}],
1230 LineBox[{
1231 Offset[{1.5, 0}, {2675., 16.192}],
1232 Offset[{-1.5, 0}, {2675., 16.192}]}],
1233 LineBox[{
1234 Offset[{1.5, 0}, {2675., 15.012}],
1235 Offset[{-1.5, 0}, {2675., 15.012}]}]}}, {InsetBox[
1236 StyleBox["\<\"\[FilledCircle]\"\>",
1237 StripOnInput->False,
1238 FontSize->8.96], 282], {
1239 LineBox[{{2674., 4.606999999999999}, {2674., 4.577}}],
1240 LineBox[{
1241 Offset[{1.5, 0}, {2674., 4.606999999999999}],
1242 Offset[{-1.5, 0}, {2674., 4.606999999999999}]}],
1243 LineBox[{
1244 Offset[{1.5, 0}, {2674., 4.577}],
1245 Offset[{-1.5, 0}, {2674., 4.577}]}]}}, {InsetBox[
1246 StyleBox["\<\"\[FilledCircle]\"\>",
1247 StripOnInput->False,
1248 FontSize->8.96], 283], {LineBox[{{2755., 16.162}, {2755., 16.082}}],
1249 LineBox[{
1250 Offset[{1.5, 0}, {2755., 16.162}],
1251 Offset[{-1.5, 0}, {2755., 16.162}]}],
1252 LineBox[{
1253 Offset[{1.5, 0}, {2755., 16.082}],
1254 Offset[{-1.5, 0}, {2755., 16.082}]}]}}, {InsetBox[
1255 StyleBox["\<\"\[FilledCircle]\"\>",
1256 StripOnInput->False,
1257 FontSize->8.96], 284], {LineBox[{{2761., 15.853}, {2761., 14.539}}],
1258 LineBox[{
1259 Offset[{1.5, 0}, {2761., 15.853}],
1260 Offset[{-1.5, 0}, {2761., 15.853}]}],
1261 LineBox[{
1262 Offset[{1.5, 0}, {2761., 14.539}],
1263 Offset[{-1.5, 0}, {2761., 14.539}]}]}}, {InsetBox[
1264 StyleBox["\<\"\[FilledCircle]\"\>",
1265 StripOnInput->False,
1266 FontSize->8.96], 285], {
1267 LineBox[{{2761., 4.588}, {2761., 4.5680000000000005`}}],
1268 LineBox[{
1269 Offset[{1.5, 0}, {2761., 4.588}], Offset[{-1.5, 0}, {2761., 4.588}]}],
1270 LineBox[{
1271 Offset[{1.5, 0}, {2761., 4.5680000000000005`}],
1272 Offset[{-1.5, 0}, {2761., 4.5680000000000005`}]}]}}, {InsetBox[
1273 StyleBox["\<\"\[FilledCircle]\"\>",
1274 StripOnInput->False,
1275 FontSize->8.96], 286], {LineBox[{{2814., 16.058}, {2814., 15.922}}],
1276 LineBox[{
1277 Offset[{1.5, 0}, {2814., 16.058}],
1278 Offset[{-1.5, 0}, {2814., 16.058}]}],
1279 LineBox[{
1280 Offset[{1.5, 0}, {2814., 15.922}],
1281 Offset[{-1.5, 0}, {2814., 15.922}]}]}}, {InsetBox[
1282 StyleBox["\<\"\[FilledCircle]\"\>",
1283 StripOnInput->False,
1284 FontSize->8.96], 287], {
1285 LineBox[{{2838., 4.598000000000001}, {2838., 4.564}}],
1286 LineBox[{
1287 Offset[{1.5, 0}, {2838., 4.598000000000001}],
1288 Offset[{-1.5, 0}, {2838., 4.598000000000001}]}],
1289 LineBox[{
1290 Offset[{1.5, 0}, {2838., 4.564}],
1291 Offset[{-1.5, 0}, {2838., 4.564}]}]}}, {InsetBox[
1292 StyleBox["\<\"\[FilledCircle]\"\>",
1293 StripOnInput->False,
1294 FontSize->8.96], 288], {LineBox[{{2838., 16.161}, {2838., 14.819}}],
1295 LineBox[{
1296 Offset[{1.5, 0}, {2838., 16.161}],
1297 Offset[{-1.5, 0}, {2838., 16.161}]}],
1298 LineBox[{
1299 Offset[{1.5, 0}, {2838., 14.819}],
1300 Offset[{-1.5, 0}, {2838., 14.819}]}]}}, {InsetBox[
1301 StyleBox["\<\"\[FilledCircle]\"\>",
1302 StripOnInput->False,
1303 FontSize->8.96], 289], {
1304 LineBox[{{2848., 16.311}, {2848., 16.185000000000002`}}],
1305 LineBox[{
1306 Offset[{1.5, 0}, {2848., 16.311}],
1307 Offset[{-1.5, 0}, {2848., 16.311}]}],
1308 LineBox[{
1309 Offset[{1.5, 0}, {2848., 16.185000000000002`}],
1310 Offset[{-1.5, 0}, {2848., 16.185000000000002`}]}]}}, {InsetBox[
1311 StyleBox["\<\"\[FilledCircle]\"\>",
1312 StripOnInput->False,
1313 FontSize->8.96], 290], {
1314 LineBox[{{2875., 16.311}, {2875., 16.185000000000002`}}],
1315 LineBox[{
1316 Offset[{1.5, 0}, {2875., 16.311}],
1317 Offset[{-1.5, 0}, {2875., 16.311}]}],
1318 LineBox[{
1319 Offset[{1.5, 0}, {2875., 16.185000000000002`}],
1320 Offset[{-1.5, 0}, {2875., 16.185000000000002`}]}]}}, {InsetBox[
1321 StyleBox["\<\"\[FilledCircle]\"\>",
1322 StripOnInput->False,
1323 FontSize->8.96], 291], {LineBox[{{2938., 17.207}, {2938., 17.003}}],
1324 LineBox[{
1325 Offset[{1.5, 0}, {2938., 17.207}],
1326 Offset[{-1.5, 0}, {2938., 17.207}]}],
1327 LineBox[{
1328 Offset[{1.5, 0}, {2938., 17.003}],
1329 Offset[{-1.5, 0}, {2938., 17.003}]}]}}, {InsetBox[
1330 StyleBox["\<\"\[FilledCircle]\"\>",
1331 StripOnInput->False,
1332 FontSize->8.96], 292], {LineBox[{{2941., 17.165}, {2941., 15.569}}],
1333 LineBox[{
1334 Offset[{1.5, 0}, {2941., 17.165}],
1335 Offset[{-1.5, 0}, {2941., 17.165}]}],
1336 LineBox[{
1337 Offset[{1.5, 0}, {2941., 15.569}],
1338 Offset[{-1.5, 0}, {2941., 15.569}]}]}}, {InsetBox[
1339 StyleBox["\<\"\[FilledCircle]\"\>",
1340 StripOnInput->False,
1341 FontSize->8.96], 293], {LineBox[{{2940., 4.847}, {2940., 4.831}}],
1342 LineBox[{
1343 Offset[{1.5, 0}, {2940., 4.847}], Offset[{-1.5, 0}, {2940., 4.847}]}],
1344 LineBox[{
1345 Offset[{1.5, 0}, {2940., 4.831}],
1346 Offset[{-1.5, 0}, {2940., 4.831}]}]}}, {InsetBox[
1347 StyleBox["\<\"\[FilledCircle]\"\>",
1348 StripOnInput->False,
1349 FontSize->8.96], 294], {
1350 LineBox[{{2966., 17.07}, {2966., 16.933999999999997`}}],
1351 LineBox[{
1352 Offset[{1.5, 0}, {2966., 17.07}], Offset[{-1.5, 0}, {2966., 17.07}]}],
1353 LineBox[{
1354 Offset[{1.5, 0}, {2966., 16.933999999999997`}],
1355 Offset[{-1.5, 0}, {2966., 16.933999999999997`}]}]}}, {InsetBox[
1356 StyleBox["\<\"\[FilledCircle]\"\>",
1357 StripOnInput->False,
1358 FontSize->8.96], 295], {LineBox[{{2997., 16.938}, {2997., 16.702}}],
1359 LineBox[{
1360 Offset[{1.5, 0}, {2997., 16.938}],
1361 Offset[{-1.5, 0}, {2997., 16.938}]}],
1362 LineBox[{
1363 Offset[{1.5, 0}, {2997., 16.702}],
1364 Offset[{-1.5, 0}, {2997., 16.702}]}]}}, {InsetBox[
1365 StyleBox["\<\"\[FilledCircle]\"\>",
1366 StripOnInput->False,
1367 FontSize->8.96], 296], {LineBox[{{3025., 16.977}, {3025., 16.873}}],
1368 LineBox[{
1369 Offset[{1.5, 0}, {3025., 16.977}],
1370 Offset[{-1.5, 0}, {3025., 16.977}]}],
1371 LineBox[{
1372 Offset[{1.5, 0}, {3025., 16.873}],
1373 Offset[{-1.5, 0}, {3025., 16.873}]}]}}, {InsetBox[
1374 StyleBox["\<\"\[FilledCircle]\"\>",
1375 StripOnInput->False,
1376 FontSize->8.96], 297], {
1377 LineBox[{{3043., 17.180999999999997`}, {3043., 15.694999999999999`}}],
1378 LineBox[{
1379 Offset[{1.5, 0}, {3043., 17.180999999999997`}],
1380 Offset[{-1.5, 0}, {3043., 17.180999999999997`}]}],
1381 LineBox[{
1382 Offset[{1.5, 0}, {3043., 15.694999999999999`}],
1383 Offset[{-1.5, 0}, {3043., 15.694999999999999`}]}]}}, {InsetBox[
1384 StyleBox["\<\"\[FilledCircle]\"\>",
1385 StripOnInput->False,
1386 FontSize->8.96], 298], {LineBox[{{3043., 4.523}, {3043., 4.199}}],
1387 LineBox[{
1388 Offset[{1.5, 0}, {3043., 4.523}], Offset[{-1.5, 0}, {3043., 4.523}]}],
1389 LineBox[{
1390 Offset[{1.5, 0}, {3043., 4.199}],
1391 Offset[{-1.5, 0}, {3043., 4.199}]}]}}, {InsetBox[
1392 StyleBox["\<\"\[FilledCircle]\"\>",
1393 StripOnInput->False,
1394 FontSize->8.96], 299], {LineBox[{{3063., 16.944}, {3063., 16.798}}],
1395 LineBox[{
1396 Offset[{1.5, 0}, {3063., 16.944}],
1397 Offset[{-1.5, 0}, {3063., 16.944}]}],
1398 LineBox[{
1399 Offset[{1.5, 0}, {3063., 16.798}],
1400 Offset[{-1.5, 0}, {3063., 16.798}]}]}}, {InsetBox[
1401 StyleBox["\<\"\[FilledCircle]\"\>",
1402 StripOnInput->False,
1403 FontSize->8.96], 300], {LineBox[{{3090., 16.925}, {3090., 16.803}}],
1404 LineBox[{
1405 Offset[{1.5, 0}, {3090., 16.925}],
1406 Offset[{-1.5, 0}, {3090., 16.925}]}],
1407 LineBox[{
1408 Offset[{1.5, 0}, {3090., 16.803}],
1409 Offset[{-1.5, 0}, {3090., 16.803}]}]}}, {InsetBox[
1410 StyleBox["\<\"\[FilledCircle]\"\>",
1411 StripOnInput->False,
1412 FontSize->8.96], 301], {
1413 LineBox[{{3139., 16.951}, {3139., 15.499000000000002`}}],
1414 LineBox[{
1415 Offset[{1.5, 0}, {3139., 16.951}],
1416 Offset[{-1.5, 0}, {3139., 16.951}]}],
1417 LineBox[{
1418 Offset[{1.5, 0}, {3139., 15.499000000000002`}],
1419 Offset[{-1.5, 0}, {3139., 15.499000000000002`}]}]}}, {InsetBox[
1420 StyleBox["\<\"\[FilledCircle]\"\>",
1421 StripOnInput->False,
1422 FontSize->8.96], 302], {
1423 LineBox[{{3139., 4.869000000000001}, {3139., 4.803}}],
1424 LineBox[{
1425 Offset[{1.5, 0}, {3139., 4.869000000000001}],
1426 Offset[{-1.5, 0}, {3139., 4.869000000000001}]}],
1427 LineBox[{
1428 Offset[{1.5, 0}, {3139., 4.803}],
1429 Offset[{-1.5, 0}, {3139., 4.803}]}]}}, {InsetBox[
1430 StyleBox["\<\"\[FilledCircle]\"\>",
1431 StripOnInput->False,
1432 FontSize->8.96], 303], {LineBox[{{3151., 17.077}, {3151., 16.937}}],
1433 LineBox[{
1434 Offset[{1.5, 0}, {3151., 17.077}],
1435 Offset[{-1.5, 0}, {3151., 17.077}]}],
1436 LineBox[{
1437 Offset[{1.5, 0}, {3151., 16.937}],
1438 Offset[{-1.5, 0}, {3151., 16.937}]}]}}, {InsetBox[
1439 StyleBox["\<\"\[FilledCircle]\"\>",
1440 StripOnInput->False,
1441 FontSize->8.96], 304], {
1442 LineBox[{{3182., 17.083}, {3182., 16.948999999999998`}}],
1443 LineBox[{
1444 Offset[{1.5, 0}, {3182., 17.083}],
1445 Offset[{-1.5, 0}, {3182., 17.083}]}],
1446 LineBox[{
1447 Offset[{1.5, 0}, {3182., 16.948999999999998`}],
1448 Offset[{-1.5, 0}, {3182., 16.948999999999998`}]}]}}, {InsetBox[
1449 StyleBox["\<\"\[FilledCircle]\"\>",
1450 StripOnInput->False,
1451 FontSize->8.96], 305], {LineBox[{{3209., 17.356}, {3209., 15.756}}],
1452 LineBox[{
1453 Offset[{1.5, 0}, {3209., 17.356}],
1454 Offset[{-1.5, 0}, {3209., 17.356}]}],
1455 LineBox[{
1456 Offset[{1.5, 0}, {3209., 15.756}],
1457 Offset[{-1.5, 0}, {3209., 15.756}]}]}}, {InsetBox[
1458 StyleBox["\<\"\[FilledCircle]\"\>",
1459 StripOnInput->False,
1460 FontSize->8.96], 306], {
1461 LineBox[{{3214., 17.090999999999998`}, {3214., 16.925}}],
1462 LineBox[{
1463 Offset[{1.5, 0}, {3214., 17.090999999999998`}],
1464 Offset[{-1.5, 0}, {3214., 17.090999999999998`}]}],
1465 LineBox[{
1466 Offset[{1.5, 0}, {3214., 16.925}],
1467 Offset[{-1.5, 0}, {3214., 16.925}]}]}}, {InsetBox[
1468 StyleBox["\<\"\[FilledCircle]\"\>",
1469 StripOnInput->False,
1470 FontSize->8.96], 307], {
1471 LineBox[{{3243., 17.024}, {3243., 16.823999999999998`}}],
1472 LineBox[{
1473 Offset[{1.5, 0}, {3243., 17.024}],
1474 Offset[{-1.5, 0}, {3243., 17.024}]}],
1475 LineBox[{
1476 Offset[{1.5, 0}, {3243., 16.823999999999998`}],
1477 Offset[{-1.5, 0}, {3243., 16.823999999999998`}]}]}}, {InsetBox[
1478 StyleBox["\<\"\[FilledCircle]\"\>",
1479 StripOnInput->False,
1480 FontSize->8.96], 308], {
1481 LineBox[{{3274., 16.982}, {3274., 16.875999999999998`}}],
1482 LineBox[{
1483 Offset[{1.5, 0}, {3274., 16.982}],
1484 Offset[{-1.5, 0}, {3274., 16.982}]}],
1485 LineBox[{
1486 Offset[{1.5, 0}, {3274., 16.875999999999998`}],
1487 Offset[{-1.5, 0}, {3274., 16.875999999999998`}]}]}}, {InsetBox[
1488 StyleBox["\<\"\[FilledCircle]\"\>",
1489 StripOnInput->False,
1490 FontSize->8.96], 309], {LineBox[{{3304., 17.155}, {3304., 17.019}}],
1491 LineBox[{
1492 Offset[{1.5, 0}, {3304., 17.155}],
1493 Offset[{-1.5, 0}, {3304., 17.155}]}],
1494 LineBox[{
1495 Offset[{1.5, 0}, {3304., 17.019}],
1496 Offset[{-1.5, 0}, {3304., 17.019}]}]}}, {InsetBox[
1497 StyleBox["\<\"\[FilledCircle]\"\>",
1498 StripOnInput->False,
1499 FontSize->8.96], 310], {
1500 LineBox[{{3314., 17.931}, {3314., 15.153000000000002`}}],
1501 LineBox[{
1502 Offset[{1.5, 0}, {3314., 17.931}],
1503 Offset[{-1.5, 0}, {3314., 17.931}]}],
1504 LineBox[{
1505 Offset[{1.5, 0}, {3314., 15.153000000000002`}],
1506 Offset[{-1.5, 0}, {3314., 15.153000000000002`}]}]}}, {InsetBox[
1507 StyleBox["\<\"\[FilledCircle]\"\>",
1508 StripOnInput->False,
1509 FontSize->8.96], 311], {LineBox[{{3331., 16.908}, {3331., 16.728}}],
1510 LineBox[{
1511 Offset[{1.5, 0}, {3331., 16.908}],
1512 Offset[{-1.5, 0}, {3331., 16.908}]}],
1513 LineBox[{
1514 Offset[{1.5, 0}, {3331., 16.728}],
1515 Offset[{-1.5, 0}, {3331., 16.728}]}]}}, {InsetBox[
1516 StyleBox["\<\"\[FilledCircle]\"\>",
1517 StripOnInput->False,
1518 FontSize->8.96], 312], {LineBox[{{3362., 16.784}, {3362., 16.61}}],
1519 LineBox[{
1520 Offset[{1.5, 0}, {3362., 16.784}],
1521 Offset[{-1.5, 0}, {3362., 16.784}]}],
1522 LineBox[{
1523 Offset[{1.5, 0}, {3362., 16.61}],
1524 Offset[{-1.5, 0}, {3362., 16.61}]}]}}, {InsetBox[
1525 StyleBox["\<\"\[FilledCircle]\"\>",
1526 StripOnInput->False,
1527 FontSize->8.96], 313], {
1528 LineBox[{{3390., 16.901999999999997`}, {3390., 16.776}}],
1529 LineBox[{
1530 Offset[{1.5, 0}, {3390., 16.901999999999997`}],
1531 Offset[{-1.5, 0}, {3390., 16.901999999999997`}]}],
1532 LineBox[{
1533 Offset[{1.5, 0}, {3390., 16.776}],
1534 Offset[{-1.5, 0}, {3390., 16.776}]}]}}, {InsetBox[
1535 StyleBox["\<\"\[FilledCircle]\"\>",
1536 StripOnInput->False,
1537 FontSize->8.96], 314], {LineBox[{{3454., 16.993}, {3454., 16.895}}],
1538 LineBox[{
1539 Offset[{1.5, 0}, {3454., 16.993}],
1540 Offset[{-1.5, 0}, {3454., 16.993}]}],
1541 LineBox[{
1542 Offset[{1.5, 0}, {3454., 16.895}],
1543 Offset[{-1.5, 0}, {3454., 16.895}]}]}}, {InsetBox[
1544 StyleBox["\<\"\[FilledCircle]\"\>",
1545 StripOnInput->False,
1546 FontSize->8.96], 315], {
1547 LineBox[{{3510., 16.735}, {3510., 15.469000000000001`}}],
1548 LineBox[{
1549 Offset[{1.5, 0}, {3510., 16.735}],
1550 Offset[{-1.5, 0}, {3510., 16.735}]}],
1551 LineBox[{
1552 Offset[{1.5, 0}, {3510., 15.469000000000001`}],
1553 Offset[{-1.5, 0}, {3510., 15.469000000000001`}]}]}}, {InsetBox[
1554 StyleBox["\<\"\[FilledCircle]\"\>",
1555 StripOnInput->False,
1556 FontSize->8.96], 316], {
1557 LineBox[{{3510., 4.837}, {3510., 4.7989999999999995`}}],
1558 LineBox[{
1559 Offset[{1.5, 0}, {3510., 4.837}], Offset[{-1.5, 0}, {3510., 4.837}]}],
1560 LineBox[{
1561 Offset[{1.5, 0}, {3510., 4.7989999999999995`}],
1562 Offset[{-1.5, 0}, {3510., 4.7989999999999995`}]}]}}, {InsetBox[
1563 StyleBox["\<\"\[FilledCircle]\"\>",
1564 StripOnInput->False,
1565 FontSize->8.96], 317], {LineBox[{{3517., 17.007}, {3517., 16.935}}],
1566 LineBox[{
1567 Offset[{1.5, 0}, {3517., 17.007}],
1568 Offset[{-1.5, 0}, {3517., 17.007}]}],
1569 LineBox[{
1570 Offset[{1.5, 0}, {3517., 16.935}],
1571 Offset[{-1.5, 0}, {3517., 16.935}]}]}}, {InsetBox[
1572 StyleBox["\<\"\[FilledCircle]\"\>",
1573 StripOnInput->False,
1574 FontSize->8.96], 318], {LineBox[{{3577., 17.232}, {3577., 17.088}}],
1575 LineBox[{
1576 Offset[{1.5, 0}, {3577., 17.232}],
1577 Offset[{-1.5, 0}, {3577., 17.232}]}],
1578 LineBox[{
1579 Offset[{1.5, 0}, {3577., 17.088}],
1580 Offset[{-1.5, 0}, {3577., 17.088}]}]}}, {InsetBox[
1581 StyleBox["\<\"\[FilledCircle]\"\>",
1582 StripOnInput->False,
1583 FontSize->8.96], 319], {
1584 LineBox[{{3594., 4.882000000000001}, {3594., 4.848}}],
1585 LineBox[{
1586 Offset[{1.5, 0}, {3594., 4.882000000000001}],
1587 Offset[{-1.5, 0}, {3594., 4.882000000000001}]}],
1588 LineBox[{
1589 Offset[{1.5, 0}, {3594., 4.848}],
1590 Offset[{-1.5, 0}, {3594., 4.848}]}]}}, {InsetBox[
1591 StyleBox["\<\"\[FilledCircle]\"\>",
1592 StripOnInput->False,
1593 FontSize->8.96], 320], {
1594 LineBox[{{3596., 17.189}, {3596., 15.645000000000001`}}],
1595 LineBox[{
1596 Offset[{1.5, 0}, {3596., 17.189}],
1597 Offset[{-1.5, 0}, {3596., 17.189}]}],
1598 LineBox[{
1599 Offset[{1.5, 0}, {3596., 15.645000000000001`}],
1600 Offset[{-1.5, 0}, {3596., 15.645000000000001`}]}]}}, {InsetBox[
1601 StyleBox["\<\"\[FilledCircle]\"\>",
1602 StripOnInput->False,
1603 FontSize->8.96], 321], {
1604 LineBox[{{3606., 17.644}, {3606., 17.451999999999998`}}],
1605 LineBox[{
1606 Offset[{1.5, 0}, {3606., 17.644}],
1607 Offset[{-1.5, 0}, {3606., 17.644}]}],
1608 LineBox[{
1609 Offset[{1.5, 0}, {3606., 17.451999999999998`}],
1610 Offset[{-1.5, 0}, {3606., 17.451999999999998`}]}]}}, {InsetBox[
1611 StyleBox["\<\"\[FilledCircle]\"\>",
1612 StripOnInput->False,
1613 FontSize->8.96], 322], {
1614 LineBox[{{3637., 17.395}, {3637., 17.269000000000002`}}],
1615 LineBox[{
1616 Offset[{1.5, 0}, {3637., 17.395}],
1617 Offset[{-1.5, 0}, {3637., 17.395}]}],
1618 LineBox[{
1619 Offset[{1.5, 0}, {3637., 17.269000000000002`}],
1620 Offset[{-1.5, 0}, {3637., 17.269000000000002`}]}]}}, {InsetBox[
1621 StyleBox["\<\"\[FilledCircle]\"\>",
1622 StripOnInput->False,
1623 FontSize->8.96], 323], {LineBox[{{3668., 17.136}, {3668., 16.968}}],
1624 LineBox[{
1625 Offset[{1.5, 0}, {3668., 17.136}],
1626 Offset[{-1.5, 0}, {3668., 17.136}]}],
1627 LineBox[{
1628 Offset[{1.5, 0}, {3668., 16.968}],
1629 Offset[{-1.5, 0}, {3668., 16.968}]}]}}, {InsetBox[
1630 StyleBox["\<\"\[FilledCircle]\"\>",
1631 StripOnInput->False,
1632 FontSize->8.96], 324], {LineBox[{{3694., 16.975}, {3694., 15.381}}],
1633 LineBox[{
1634 Offset[{1.5, 0}, {3694., 16.975}],
1635 Offset[{-1.5, 0}, {3694., 16.975}]}],
1636 LineBox[{
1637 Offset[{1.5, 0}, {3694., 15.381}],
1638 Offset[{-1.5, 0}, {3694., 15.381}]}]}}, {InsetBox[
1639 StyleBox["\<\"\[FilledCircle]\"\>",
1640 StripOnInput->False,
1641 FontSize->8.96], 325], {LineBox[{{3693., 4.856}, {3693., 4.836}}],
1642 LineBox[{
1643 Offset[{1.5, 0}, {3693., 4.856}], Offset[{-1.5, 0}, {3693., 4.856}]}],
1644 LineBox[{
1645 Offset[{1.5, 0}, {3693., 4.836}],
1646 Offset[{-1.5, 0}, {3693., 4.836}]}]}}, {InsetBox[
1647 StyleBox["\<\"\[FilledCircle]\"\>",
1648 StripOnInput->False,
1649 FontSize->8.96], 326], {
1650 LineBox[{{3695., 16.959}, {3695., 16.781000000000002`}}],
1651 LineBox[{
1652 Offset[{1.5, 0}, {3695., 16.959}],
1653 Offset[{-1.5, 0}, {3695., 16.959}]}],
1654 LineBox[{
1655 Offset[{1.5, 0}, {3695., 16.781000000000002`}],
1656 Offset[{-1.5, 0}, {3695., 16.781000000000002`}]}]}}}, {}}],
1657 AspectRatio->NCache[GoldenRatio^(-1), 0.6180339887498948],
1658 Axes->True,
1659 AxesOrigin->{0, 0},
1660 Frame->True,
1661 FrameLabel->{{
1662 FormBox["\"Coeff. calibration Est (Jy)\"", TraditionalForm],
1663 FormBox["\"\"", TraditionalForm]}, {
1664 FormBox["\"Jour depuis 31 Jan. 2001\"", TraditionalForm],
1665 FormBox["\"1410 MHz\"", TraditionalForm]}},
1666 GridLines->Automatic,
1667 ImageSize->{878., Automatic},
1668 LabelStyle->Directive[
1669 RGBColor[0, 0, 1], Large],
1670 PlotRange->{All, {0, 25}},
1671 PlotRangeClipping->True,
1672 PlotRangePadding->{Automatic, Automatic}]], "Output",
1673 CellChangeTimes->{
1674 3.5104799163861666`*^9, 3.510480505531827*^9, 3.5104805873230057`*^9, {
1675 3.510480694543727*^9, 3.510480776938965*^9}, 3.51048081199047*^9, {
1676 3.510480910706341*^9, 3.5104809333646064`*^9}, {3.5104809742006893`*^9,
1677 3.510480991828452*^9}, {3.5104811317154393`*^9, 3.510481154182686*^9},
1678 3.510481218892156*^9, 3.510481521739438*^9}]
1679}, Open ]],
1680
1681Cell[BoxData[
1682 RowBox[{
1683 RowBox[{"calO", "=",
1684 RowBox[{"Import", "[",
1685 RowBox[{"\"\<calib1410MhzOuest.txt\>\"", ",", "\"\<Table\>\""}], "]"}]}],
1686 ";"}]], "Input",
1687 CellChangeTimes->{{3.5104810185721264`*^9, 3.5104810264079094`*^9}}],
1688
1689Cell[BoxData[
1690 RowBox[{
1691 RowBox[{"calib1410O", " ", "=", " ",
1692 RowBox[{"Table", "[",
1693 RowBox[{
1694 RowBox[{"{",
1695 RowBox[{
1696 RowBox[{"{",
1697 RowBox[{
1698 RowBox[{"DaysBetween", "[",
1699 RowBox[{
1700 RowBox[{"{",
1701 RowBox[{"2001", ",", "1", ",", "31"}], "}"}], ",",
1702 RowBox[{"{",
1703 RowBox[{
1704 RowBox[{"Quotient", "[",
1705 RowBox[{
1706 RowBox[{"calO", "[",
1707 RowBox[{"[",
1708 RowBox[{"n", ",", "1"}], "]"}], "]"}], ",", "10000"}], "]"}],
1709 ",",
1710 RowBox[{"Quotient", "[",
1711 RowBox[{
1712 RowBox[{"Mod", "[",
1713 RowBox[{
1714 RowBox[{"calO", "[",
1715 RowBox[{"[",
1716 RowBox[{"n", ",", "1"}], "]"}], "]"}], ",", "10000"}],
1717 "]"}], ",", "100"}], "]"}], ",",
1718 RowBox[{"Mod", "[",
1719 RowBox[{
1720 RowBox[{"Mod", "[",
1721 RowBox[{
1722 RowBox[{"calO", "[",
1723 RowBox[{"[",
1724 RowBox[{"n", ",", "1"}], "]"}], "]"}], ",", "10000"}],
1725 "]"}], ",", "100"}], "]"}]}], "}"}]}], "]"}], ",",
1726 RowBox[{"calO", "[",
1727 RowBox[{"[",
1728 RowBox[{"n", ",", "4"}], "]"}], "]"}]}], "}"}], ",",
1729 RowBox[{"ErrorBar", "[",
1730 RowBox[{"calO", "[",
1731 RowBox[{"[",
1732 RowBox[{"n", ",", "5"}], "]"}], "]"}], "]"}]}], "}"}], ",",
1733 RowBox[{"{",
1734 RowBox[{"n", ",", "1", ",",
1735 RowBox[{"Length", "[", "calO", "]"}]}], "}"}]}], "]"}]}],
1736 ";"}]], "Input",
1737 CellChangeTimes->{{3.510481042570526*^9, 3.510481095069775*^9}}],
1738
1739Cell[CellGroupData[{
1740
1741Cell[BoxData[
1742 RowBox[{"ErrorListPlot", "[",
1743 RowBox[{"calib1410O", ",",
1744 RowBox[{"PlotRange", "\[Rule]",
1745 RowBox[{"{",
1746 RowBox[{"All", ",",
1747 RowBox[{"{",
1748 RowBox[{"0", ",", "25"}], "}"}]}], "}"}]}], ",",
1749 RowBox[{"PlotMarkers", "\[Rule]", "Automatic"}], ",",
1750 RowBox[{"LabelStyle", "\[Rule]",
1751 RowBox[{"Directive", "[",
1752 RowBox[{"Blue", ",", "Large"}], "]"}]}], ",",
1753 RowBox[{"Frame", "\[Rule]", "True"}], ",",
1754 RowBox[{"FrameLabel", "\[Rule]",
1755 RowBox[{"{",
1756 RowBox[{
1757 RowBox[{"{",
1758 RowBox[{"\"\<Coeff. calibration Ouest (Jy)\>\"", ",", "\"\<\>\""}],
1759 "}"}], ",",
1760 RowBox[{"{",
1761 RowBox[{"\"\<Jour depuis 31 Jan. 2001\>\"", ",", "\"\<1410 MHz\>\""}],
1762 "}"}]}], "}"}]}], ",",
1763 RowBox[{"GridLines", "\[Rule]", "Automatic"}]}], "]"}]], "Input",
1764 CellChangeTimes->{{3.510481088435112*^9, 3.5104811480990777`*^9},
1765 3.5104815171979837`*^9}],
1766
1767Cell[BoxData[
1768 GraphicsBox[GraphicsComplexBox[CompressedData["
17691:eJztlv9P1HUcx4kcOiLHTNEMSx0zlqTjDtNm6avkm6aEX2KMjG7sLOZICAP5
1770VqAoxBD5fpxwHnfcwd3B5Vwx56w5ZJdzzS/MbGZi2UTMvihYTjNqfd6f1/P9
1771oetvuM8vt8e9Xu/3+/X9/V6QlbtpW3BQUFDiI0FB4ld+rxpuDC18Sk9MMfRg
17728/XuDqMOnEDZjb+VrS6IY6bNtPRqVMjub6A/kEFjrlOvLa+B/JqBTnTOXXp1
1773ROobafsXHzTP8Um5kZx5L4deqtRrfCRfnDCb2ZBDyum++WM435BLXQlHf/+7
1774X9qXT5ccygbLwUM7KWR365ra/VK/gLbWD96LLpvkm395xi+cnQV7C6g2R/nn
1775fWn/Lpr+/KeH7kwFVxRTSlZ4+osXJZeSQv2nC8HhZXTyK3vC0ScmeV1Y8OLq
1776iAjof0hiO1cV5HnldPaM8v0Kjq6gzONrw4Ifm+SdaoCx3lxBQry4GvKG3bR+
1777ec0rhi/BH++hZ2OneSNLwNmVHL+XwEWVlKY6BH/z9pJI75ViyFOrSJy27CPw
1778WBUtEwYN6jSuHBAOYn1yNcfvceg/qKYM48ofXq8DT6vh+rgn66WWUuvadsyQ
1779+bXVkpJtR95bkP9URyK8/dEy/gdotTBgv8znAdY/pNO4+Nai2GkxiM+1ehLl
1780NMUkz2/k+vNAP6yRDif9WDJzCfSHGmmLKCiCflQTKavTpn+i03iXWrDwN7WJ
1781FOfaduikfU2kpvdP6FMz85OQe5tJVMeJt2V9ttD5+0oDfa7TWI3Ho7BnRYt/
1782fKJbqTri8rn7n4ENrVQuGqYI/eJrJesd4WCExqo/A9g/0kQW3/wj+W6st5jo
1783mX2/bDxmlf1l4vrZB/29bdzfUZBPtJFZsWYgFFxmJtE+W+9A32mmeSLh58E2
1784M/fjRcRrwkxKNSoaWD9ykApEgFPAye2oZ6xPbed+kf1kbOf+SwKnd9BMkcA4
1785We8dWI/5sL+DlGhtvi798XWw/c/J8yycz3ngHAvHMx362Rauj8Ow32fh+WSE
1786/gor1+dp6MdZUS/Q91p5vkzIeHbyPJo9yX765k6u7/XYP9TG/TsXHG+jUuGw
17875BIbxYsBtVansepvN/bbY6OvNygWHpT1aeP60cv6s5PfPF9l53n9BniLneu1
1788XKexOg/HsX+hneMxAvnPdj4/QfavneujHvpjdp53Idg/potEud1IlfHv4vlz
1789GevdXSSin7QA8sEuvi+mQL7Qwf1zBZzlYP+awUUOsinqUaOxGuvVD/ZYHNQ7
1790fmFDVgP0hx0kzBkKxnmRTuY9kC9x+ucvxkmxakFjv01Orp9vIW9wkrhuct4F
1791n3Fy/ZeCR52ULBycCh5x8rzNxH5V3TRFDOirkDd1013F3HBzrMZ+8Z3o5no9
1792J+3roXfUb5bGt8X2D7Geevi+MmF+FP6P/+hhe98EP+zBfSnnew/mJ/otxkVi
17932relQH+7i0yK+zdXgrtcHK948CkX3weteo3V+bMN9t52sX9LoR/l5visAle5
1794uR8y9BrPUC8k2GN183zLhP6wm+ehATzD439fRnr4/s2BPM3D8+cFcIuH/rlY
1795dGvRRvCQh94T7ZAPHvGQaJfO49gvpJcSxfhLhzy+l/2PApf1kmi31jXgiV5+
179670jO6WN7K/Qaq+kcxXwv6YO/0L/bx/HKBc/0kvocWYV4zPFSrlhwUvafl/N1
1797W+bLy/enF+z2+ud/2Mv92oD133np2NNKgFdg/++9bF8i9IMC78XAezHwXgy8
1798FwPvRc5P4L0YeC8G3ouB92Lgvajyf96L/wKdt+gQ
1799 "], {
1800 {Hue[0.67, 0.6, 0.6], {InsetBox[
1801 StyleBox["\<\"\[FilledCircle]\"\>",
1802 StripOnInput->False,
1803 FontSize->8.96], 164], {
1804 LineBox[{{0., 19.839000000000002`}, {0., 18.373}}],
1805 LineBox[{
1806 Offset[{1.5, 0}, {0., 19.839000000000002`}],
1807 Offset[{-1.5, 0}, {0., 19.839000000000002`}]}],
1808 LineBox[{
1809 Offset[{1.5, 0}, {0., 18.373}], Offset[{-1.5, 0}, {0., 18.373}]}]}}, {
1810 InsetBox[
1811 StyleBox["\<\"\[FilledCircle]\"\>",
1812 StripOnInput->False,
1813 FontSize->8.96], 165], {
1814 LineBox[{{14., 18.505}, {14., 18.281000000000002`}}],
1815 LineBox[{
1816 Offset[{1.5, 0}, {14., 18.505}], Offset[{-1.5, 0}, {14., 18.505}]}],
1817 LineBox[{
1818 Offset[{1.5, 0}, {14., 18.281000000000002`}],
1819 Offset[{-1.5, 0}, {14., 18.281000000000002`}]}]}}, {InsetBox[
1820 StyleBox["\<\"\[FilledCircle]\"\>",
1821 StripOnInput->False,
1822 FontSize->8.96], 166], {
1823 LineBox[{{42., 20.709999999999997`}, {42., 20.206}}],
1824 LineBox[{
1825 Offset[{1.5, 0}, {42., 20.709999999999997`}],
1826 Offset[{-1.5, 0}, {42., 20.709999999999997`}]}],
1827 LineBox[{
1828 Offset[{1.5, 0}, {42., 20.206}],
1829 Offset[{-1.5, 0}, {42., 20.206}]}]}}, {InsetBox[
1830 StyleBox["\<\"\[FilledCircle]\"\>",
1831 StripOnInput->False,
1832 FontSize->8.96], 167], {LineBox[{{77., 20.108}, {77., 19.56}}],
1833 LineBox[{
1834 Offset[{1.5, 0}, {77., 20.108}], Offset[{-1.5, 0}, {77., 20.108}]}],
1835 LineBox[{
1836 Offset[{1.5, 0}, {77., 19.56}], Offset[{-1.5, 0}, {77., 19.56}]}]}}, {
1837 InsetBox[
1838 StyleBox["\<\"\[FilledCircle]\"\>",
1839 StripOnInput->False,
1840 FontSize->8.96], 168], {
1841 LineBox[{{107., 20.738000000000003`}, {107., 20.334}}],
1842 LineBox[{
1843 Offset[{1.5, 0}, {107., 20.738000000000003`}],
1844 Offset[{-1.5, 0}, {107., 20.738000000000003`}]}],
1845 LineBox[{
1846 Offset[{1.5, 0}, {107., 20.334}],
1847 Offset[{-1.5, 0}, {107., 20.334}]}]}}, {InsetBox[
1848 StyleBox["\<\"\[FilledCircle]\"\>",
1849 StripOnInput->False,
1850 FontSize->8.96], 169], {
1851 LineBox[{{135., 20.933}, {135., 20.854999999999997`}}],
1852 LineBox[{
1853 Offset[{1.5, 0}, {135., 20.933}], Offset[{-1.5, 0}, {135., 20.933}]}],
1854 LineBox[{
1855 Offset[{1.5, 0}, {135., 20.854999999999997`}],
1856 Offset[{-1.5, 0}, {135., 20.854999999999997`}]}]}}, {InsetBox[
1857 StyleBox["\<\"\[FilledCircle]\"\>",
1858 StripOnInput->False,
1859 FontSize->8.96], 170], {
1860 LineBox[{{162., 20.892}, {162., 20.639999999999997`}}],
1861 LineBox[{
1862 Offset[{1.5, 0}, {162., 20.892}], Offset[{-1.5, 0}, {162., 20.892}]}],
1863 LineBox[{
1864 Offset[{1.5, 0}, {162., 20.639999999999997`}],
1865 Offset[{-1.5, 0}, {162., 20.639999999999997`}]}]}}, {InsetBox[
1866 StyleBox["\<\"\[FilledCircle]\"\>",
1867 StripOnInput->False,
1868 FontSize->8.96], 171], {LineBox[{{167., 20.611}, {167., 18.419}}],
1869 LineBox[{
1870 Offset[{1.5, 0}, {167., 20.611}], Offset[{-1.5, 0}, {167., 20.611}]}],
1871 LineBox[{
1872 Offset[{1.5, 0}, {167., 18.419}],
1873 Offset[{-1.5, 0}, {167., 18.419}]}]}}, {InsetBox[
1874 StyleBox["\<\"\[FilledCircle]\"\>",
1875 StripOnInput->False,
1876 FontSize->8.96], 172], {
1877 LineBox[{{167., 5.9559999999999995`}, {167., 5.788}}],
1878 LineBox[{
1879 Offset[{1.5, 0}, {167., 5.9559999999999995`}],
1880 Offset[{-1.5, 0}, {167., 5.9559999999999995`}]}],
1881 LineBox[{
1882 Offset[{1.5, 0}, {167., 5.788}],
1883 Offset[{-1.5, 0}, {167., 5.788}]}]}}, {InsetBox[
1884 StyleBox["\<\"\[FilledCircle]\"\>",
1885 StripOnInput->False,
1886 FontSize->8.96], 173], {LineBox[{{227., 19.671}, {227., 18.205}}],
1887 LineBox[{
1888 Offset[{1.5, 0}, {227., 19.671}], Offset[{-1.5, 0}, {227., 19.671}]}],
1889 LineBox[{
1890 Offset[{1.5, 0}, {227., 18.205}],
1891 Offset[{-1.5, 0}, {227., 18.205}]}]}}, {InsetBox[
1892 StyleBox["\<\"\[FilledCircle]\"\>",
1893 StripOnInput->False,
1894 FontSize->8.96], 174], {LineBox[{{251., 19.82}, {251., 19.594}}],
1895 LineBox[{
1896 Offset[{1.5, 0}, {251., 19.82}], Offset[{-1.5, 0}, {251., 19.82}]}],
1897 LineBox[{
1898 Offset[{1.5, 0}, {251., 19.594}],
1899 Offset[{-1.5, 0}, {251., 19.594}]}]}}, {InsetBox[
1900 StyleBox["\<\"\[FilledCircle]\"\>",
1901 StripOnInput->False,
1902 FontSize->8.96], 175], {LineBox[{{288., 19.253}, {288., 19.177}}],
1903 LineBox[{
1904 Offset[{1.5, 0}, {288., 19.253}], Offset[{-1.5, 0}, {288., 19.253}]}],
1905 LineBox[{
1906 Offset[{1.5, 0}, {288., 19.177}],
1907 Offset[{-1.5, 0}, {288., 19.177}]}]}}, {InsetBox[
1908 StyleBox["\<\"\[FilledCircle]\"\>",
1909 StripOnInput->False,
1910 FontSize->8.96], 176], {LineBox[{{317., 18.732}, {317., 18.366}}],
1911 LineBox[{
1912 Offset[{1.5, 0}, {317., 18.732}], Offset[{-1.5, 0}, {317., 18.732}]}],
1913 LineBox[{
1914 Offset[{1.5, 0}, {317., 18.366}],
1915 Offset[{-1.5, 0}, {317., 18.366}]}]}}, {InsetBox[
1916 StyleBox["\<\"\[FilledCircle]\"\>",
1917 StripOnInput->False,
1918 FontSize->8.96], 177], {LineBox[{{342., 19.176}, {342., 17.794}}],
1919 LineBox[{
1920 Offset[{1.5, 0}, {342., 19.176}], Offset[{-1.5, 0}, {342., 19.176}]}],
1921 LineBox[{
1922 Offset[{1.5, 0}, {342., 17.794}],
1923 Offset[{-1.5, 0}, {342., 17.794}]}]}}, {InsetBox[
1924 StyleBox["\<\"\[FilledCircle]\"\>",
1925 StripOnInput->False,
1926 FontSize->8.96], 178], {
1927 LineBox[{{342., 5.529999999999999}, {342., 5.372}}],
1928 LineBox[{
1929 Offset[{1.5, 0}, {342., 5.529999999999999}],
1930 Offset[{-1.5, 0}, {342., 5.529999999999999}]}],
1931 LineBox[{
1932 Offset[{1.5, 0}, {342., 5.372}],
1933 Offset[{-1.5, 0}, {342., 5.372}]}]}}, {InsetBox[
1934 StyleBox["\<\"\[FilledCircle]\"\>",
1935 StripOnInput->False,
1936 FontSize->8.96], 179], {LineBox[{{348., 19.552}, {348., 19.336}}],
1937 LineBox[{
1938 Offset[{1.5, 0}, {348., 19.552}], Offset[{-1.5, 0}, {348., 19.552}]}],
1939 LineBox[{
1940 Offset[{1.5, 0}, {348., 19.336}],
1941 Offset[{-1.5, 0}, {348., 19.336}]}]}}, {InsetBox[
1942 StyleBox["\<\"\[FilledCircle]\"\>",
1943 StripOnInput->False,
1944 FontSize->8.96], 180], {
1945 LineBox[{{380., 19.227}, {380., 18.834999999999997`}}],
1946 LineBox[{
1947 Offset[{1.5, 0}, {380., 19.227}], Offset[{-1.5, 0}, {380., 19.227}]}],
1948 LineBox[{
1949 Offset[{1.5, 0}, {380., 18.834999999999997`}],
1950 Offset[{-1.5, 0}, {380., 18.834999999999997`}]}]}}, {InsetBox[
1951 StyleBox["\<\"\[FilledCircle]\"\>",
1952 StripOnInput->False,
1953 FontSize->8.96], 181], {
1954 LineBox[{{408., 20.011}, {408., 19.647000000000002`}}],
1955 LineBox[{
1956 Offset[{1.5, 0}, {408., 20.011}], Offset[{-1.5, 0}, {408., 20.011}]}],
1957 LineBox[{
1958 Offset[{1.5, 0}, {408., 19.647000000000002`}],
1959 Offset[{-1.5, 0}, {408., 19.647000000000002`}]}]}}, {InsetBox[
1960 StyleBox["\<\"\[FilledCircle]\"\>",
1961 StripOnInput->False,
1962 FontSize->8.96], 182], {
1963 LineBox[{{440., 19.575}, {440., 19.352999999999998`}}],
1964 LineBox[{
1965 Offset[{1.5, 0}, {440., 19.575}], Offset[{-1.5, 0}, {440., 19.575}]}],
1966 LineBox[{
1967 Offset[{1.5, 0}, {440., 19.352999999999998`}],
1968 Offset[{-1.5, 0}, {440., 19.352999999999998`}]}]}}, {InsetBox[
1969 StyleBox["\<\"\[FilledCircle]\"\>",
1970 StripOnInput->False,
1971 FontSize->8.96], 183], {
1972 LineBox[{{449., 19.937}, {449., 18.217000000000002`}}],
1973 LineBox[{
1974 Offset[{1.5, 0}, {449., 19.937}], Offset[{-1.5, 0}, {449., 19.937}]}],
1975 LineBox[{
1976 Offset[{1.5, 0}, {449., 18.217000000000002`}],
1977 Offset[{-1.5, 0}, {449., 18.217000000000002`}]}]}}, {InsetBox[
1978 StyleBox["\<\"\[FilledCircle]\"\>",
1979 StripOnInput->False,
1980 FontSize->8.96], 184], {LineBox[{{449., 5.589}, {449., 5.455}}],
1981 LineBox[{
1982 Offset[{1.5, 0}, {449., 5.589}], Offset[{-1.5, 0}, {449., 5.589}]}],
1983 LineBox[{
1984 Offset[{1.5, 0}, {449., 5.455}],
1985 Offset[{-1.5, 0}, {449., 5.455}]}]}}, {InsetBox[
1986 StyleBox["\<\"\[FilledCircle]\"\>",
1987 StripOnInput->False,
1988 FontSize->8.96], 185], {
1989 LineBox[{{472., 19.544999999999998`}, {472., 19.507}}],
1990 LineBox[{
1991 Offset[{1.5, 0}, {472., 19.544999999999998`}],
1992 Offset[{-1.5, 0}, {472., 19.544999999999998`}]}],
1993 LineBox[{
1994 Offset[{1.5, 0}, {472., 19.507}],
1995 Offset[{-1.5, 0}, {472., 19.507}]}]}}, {InsetBox[
1996 StyleBox["\<\"\[FilledCircle]\"\>",
1997 StripOnInput->False,
1998 FontSize->8.96], 186], {LineBox[{{503., 20.263}, {503., 19.587}}],
1999 LineBox[{
2000 Offset[{1.5, 0}, {503., 20.263}], Offset[{-1.5, 0}, {503., 20.263}]}],
2001 LineBox[{
2002 Offset[{1.5, 0}, {503., 19.587}],
2003 Offset[{-1.5, 0}, {503., 19.587}]}]}}, {InsetBox[
2004 StyleBox["\<\"\[FilledCircle]\"\>",
2005 StripOnInput->False,
2006 FontSize->8.96], 187], {
2007 LineBox[{{517., 19.878999999999998`}, {517., 18.207}}],
2008 LineBox[{
2009 Offset[{1.5, 0}, {517., 19.878999999999998`}],
2010 Offset[{-1.5, 0}, {517., 19.878999999999998`}]}],
2011 LineBox[{
2012 Offset[{1.5, 0}, {517., 18.207}],
2013 Offset[{-1.5, 0}, {517., 18.207}]}]}}, {InsetBox[
2014 StyleBox["\<\"\[FilledCircle]\"\>",
2015 StripOnInput->False,
2016 FontSize->8.96], 188], {LineBox[{{517., 5.618}, {517., 5.506}}],
2017 LineBox[{
2018 Offset[{1.5, 0}, {517., 5.618}], Offset[{-1.5, 0}, {517., 5.618}]}],
2019 LineBox[{
2020 Offset[{1.5, 0}, {517., 5.506}],
2021 Offset[{-1.5, 0}, {517., 5.506}]}]}}, {InsetBox[
2022 StyleBox["\<\"\[FilledCircle]\"\>",
2023 StripOnInput->False,
2024 FontSize->8.96], 189], {
2025 LineBox[{{531., 19.668}, {531., 19.387999999999998`}}],
2026 LineBox[{
2027 Offset[{1.5, 0}, {531., 19.668}], Offset[{-1.5, 0}, {531., 19.668}]}],
2028 LineBox[{
2029 Offset[{1.5, 0}, {531., 19.387999999999998`}],
2030 Offset[{-1.5, 0}, {531., 19.387999999999998`}]}]}}, {InsetBox[
2031 StyleBox["\<\"\[FilledCircle]\"\>",
2032 StripOnInput->False,
2033 FontSize->8.96], 190], {LineBox[{{562., 19.847}, {562., 19.695}}],
2034 LineBox[{
2035 Offset[{1.5, 0}, {562., 19.847}], Offset[{-1.5, 0}, {562., 19.847}]}],
2036 LineBox[{
2037 Offset[{1.5, 0}, {562., 19.695}],
2038 Offset[{-1.5, 0}, {562., 19.695}]}]}}, {InsetBox[
2039 StyleBox["\<\"\[FilledCircle]\"\>",
2040 StripOnInput->False,
2041 FontSize->8.96], 191], {LineBox[{{593., 19.571}, {593., 19.383}}],
2042 LineBox[{
2043 Offset[{1.5, 0}, {593., 19.571}], Offset[{-1.5, 0}, {593., 19.571}]}],
2044 LineBox[{
2045 Offset[{1.5, 0}, {593., 19.383}],
2046 Offset[{-1.5, 0}, {593., 19.383}]}]}}, {InsetBox[
2047 StyleBox["\<\"\[FilledCircle]\"\>",
2048 StripOnInput->False,
2049 FontSize->8.96], 192], {
2050 LineBox[{{621., 20.094}, {621., 18.381999999999998`}}],
2051 LineBox[{
2052 Offset[{1.5, 0}, {621., 20.094}], Offset[{-1.5, 0}, {621., 20.094}]}],
2053 LineBox[{
2054 Offset[{1.5, 0}, {621., 18.381999999999998`}],
2055 Offset[{-1.5, 0}, {621., 18.381999999999998`}]}]}}, {InsetBox[
2056 StyleBox["\<\"\[FilledCircle]\"\>",
2057 StripOnInput->False,
2058 FontSize->8.96], 193], {LineBox[{{623., 5.554}, {623., 5.414}}],
2059 LineBox[{
2060 Offset[{1.5, 0}, {623., 5.554}], Offset[{-1.5, 0}, {623., 5.554}]}],
2061 LineBox[{
2062 Offset[{1.5, 0}, {623., 5.414}],
2063 Offset[{-1.5, 0}, {623., 5.414}]}]}}, {InsetBox[
2064 StyleBox["\<\"\[FilledCircle]\"\>",
2065 StripOnInput->False,
2066 FontSize->8.96], 194], {LineBox[{{654., 19.744}, {654., 19.208}}],
2067 LineBox[{
2068 Offset[{1.5, 0}, {654., 19.744}], Offset[{-1.5, 0}, {654., 19.744}]}],
2069 LineBox[{
2070 Offset[{1.5, 0}, {654., 19.208}],
2071 Offset[{-1.5, 0}, {654., 19.208}]}]}}, {InsetBox[
2072 StyleBox["\<\"\[FilledCircle]\"\>",
2073 StripOnInput->False,
2074 FontSize->8.96], 195], {LineBox[{{714., 19.586}, {714., 19.4}}],
2075 LineBox[{
2076 Offset[{1.5, 0}, {714., 19.586}], Offset[{-1.5, 0}, {714., 19.586}]}],
2077 LineBox[{
2078 Offset[{1.5, 0}, {714., 19.4}], Offset[{-1.5, 0}, {714., 19.4}]}]}}, {
2079 InsetBox[
2080 StyleBox["\<\"\[FilledCircle]\"\>",
2081 StripOnInput->False,
2082 FontSize->8.96], 196], {LineBox[{{734., 19.625}, {734., 17.891}}],
2083 LineBox[{
2084 Offset[{1.5, 0}, {734., 19.625}], Offset[{-1.5, 0}, {734., 19.625}]}],
2085 LineBox[{
2086 Offset[{1.5, 0}, {734., 17.891}],
2087 Offset[{-1.5, 0}, {734., 17.891}]}]}}, {InsetBox[
2088 StyleBox["\<\"\[FilledCircle]\"\>",
2089 StripOnInput->False,
2090 FontSize->8.96], 197], {LineBox[{{734., 5.465}, {734., 5.391}}],
2091 LineBox[{
2092 Offset[{1.5, 0}, {734., 5.465}], Offset[{-1.5, 0}, {734., 5.465}]}],
2093 LineBox[{
2094 Offset[{1.5, 0}, {734., 5.391}],
2095 Offset[{-1.5, 0}, {734., 5.391}]}]}}, {InsetBox[
2096 StyleBox["\<\"\[FilledCircle]\"\>",
2097 StripOnInput->False,
2098 FontSize->8.96], 198], {
2099 LineBox[{{745., 19.168999999999997`}, {745., 18.939}}],
2100 LineBox[{
2101 Offset[{1.5, 0}, {745., 19.168999999999997`}],
2102 Offset[{-1.5, 0}, {745., 19.168999999999997`}]}],
2103 LineBox[{
2104 Offset[{1.5, 0}, {745., 18.939}],
2105 Offset[{-1.5, 0}, {745., 18.939}]}]}}, {InsetBox[
2106 StyleBox["\<\"\[FilledCircle]\"\>",
2107 StripOnInput->False,
2108 FontSize->8.96], 199], {LineBox[{{767., 19.596}, {767., 19.508}}],
2109 LineBox[{
2110 Offset[{1.5, 0}, {767., 19.596}], Offset[{-1.5, 0}, {767., 19.596}]}],
2111 LineBox[{
2112 Offset[{1.5, 0}, {767., 19.508}],
2113 Offset[{-1.5, 0}, {767., 19.508}]}]}}, {InsetBox[
2114 StyleBox["\<\"\[FilledCircle]\"\>",
2115 StripOnInput->False,
2116 FontSize->8.96], 200], {
2117 LineBox[{{801., 19.043}, {801., 18.872999999999998`}}],
2118 LineBox[{
2119 Offset[{1.5, 0}, {801., 19.043}], Offset[{-1.5, 0}, {801., 19.043}]}],
2120 LineBox[{
2121 Offset[{1.5, 0}, {801., 18.872999999999998`}],
2122 Offset[{-1.5, 0}, {801., 18.872999999999998`}]}]}}, {InsetBox[
2123 StyleBox["\<\"\[FilledCircle]\"\>",
2124 StripOnInput->False,
2125 FontSize->8.96], 201], {LineBox[{{864., 19.666}, {864., 19.358}}],
2126 LineBox[{
2127 Offset[{1.5, 0}, {864., 19.666}], Offset[{-1.5, 0}, {864., 19.666}]}],
2128 LineBox[{
2129 Offset[{1.5, 0}, {864., 19.358}],
2130 Offset[{-1.5, 0}, {864., 19.358}]}]}}, {InsetBox[
2131 StyleBox["\<\"\[FilledCircle]\"\>",
2132 StripOnInput->False,
2133 FontSize->8.96], 202], {
2134 LineBox[{{884., 19.110999999999997`}, {884., 17.619}}],
2135 LineBox[{
2136 Offset[{1.5, 0}, {884., 19.110999999999997`}],
2137 Offset[{-1.5, 0}, {884., 19.110999999999997`}]}],
2138 LineBox[{
2139 Offset[{1.5, 0}, {884., 17.619}],
2140 Offset[{-1.5, 0}, {884., 17.619}]}]}}, {InsetBox[
2141 StyleBox["\<\"\[FilledCircle]\"\>",
2142 StripOnInput->False,
2143 FontSize->8.96], 203], {
2144 LineBox[{{957., 19.227999999999998`}, {957., 19.09}}],
2145 LineBox[{
2146 Offset[{1.5, 0}, {957., 19.227999999999998`}],
2147 Offset[{-1.5, 0}, {957., 19.227999999999998`}]}],
2148 LineBox[{
2149 Offset[{1.5, 0}, {957., 19.09}],
2150 Offset[{-1.5, 0}, {957., 19.09}]}]}}, {InsetBox[
2151 StyleBox["\<\"\[FilledCircle]\"\>",
2152 StripOnInput->False,
2153 FontSize->8.96], 204], {
2154 LineBox[{{984., 19.601999999999997`}, {984., 19.494}}],
2155 LineBox[{
2156 Offset[{1.5, 0}, {984., 19.601999999999997`}],
2157 Offset[{-1.5, 0}, {984., 19.601999999999997`}]}],
2158 LineBox[{
2159 Offset[{1.5, 0}, {984., 19.494}],
2160 Offset[{-1.5, 0}, {984., 19.494}]}]}}, {InsetBox[
2161 StyleBox["\<\"\[FilledCircle]\"\>",
2162 StripOnInput->False,
2163 FontSize->8.96], 205], {
2164 LineBox[{{986., 19.691}, {986., 17.538999999999998`}}],
2165 LineBox[{
2166 Offset[{1.5, 0}, {986., 19.691}], Offset[{-1.5, 0}, {986., 19.691}]}],
2167 LineBox[{
2168 Offset[{1.5, 0}, {986., 17.538999999999998`}],
2169 Offset[{-1.5, 0}, {986., 17.538999999999998`}]}]}}, {InsetBox[
2170 StyleBox["\<\"\[FilledCircle]\"\>",
2171 StripOnInput->False,
2172 FontSize->8.96], 206], {
2173 LineBox[{{986., 5.5520000000000005`}, {986., 5.534}}],
2174 LineBox[{
2175 Offset[{1.5, 0}, {986., 5.5520000000000005`}],
2176 Offset[{-1.5, 0}, {986., 5.5520000000000005`}]}],
2177 LineBox[{
2178 Offset[{1.5, 0}, {986., 5.534}],
2179 Offset[{-1.5, 0}, {986., 5.534}]}]}}, {InsetBox[
2180 StyleBox["\<\"\[FilledCircle]\"\>",
2181 StripOnInput->False,
2182 FontSize->8.96], 207], {
2183 LineBox[{{1020., 19.639999999999997`}, {1020., 19.532}}],
2184 LineBox[{
2185 Offset[{1.5, 0}, {1020., 19.639999999999997`}],
2186 Offset[{-1.5, 0}, {1020., 19.639999999999997`}]}],
2187 LineBox[{
2188 Offset[{1.5, 0}, {1020., 19.532}],
2189 Offset[{-1.5, 0}, {1020., 19.532}]}]}}, {InsetBox[
2190 StyleBox["\<\"\[FilledCircle]\"\>",
2191 StripOnInput->False,
2192 FontSize->8.96], 208], {LineBox[{{1090., 19.594}, {1090., 17.728}}],
2193 LineBox[{
2194 Offset[{1.5, 0}, {1090., 19.594}],
2195 Offset[{-1.5, 0}, {1090., 19.594}]}],
2196 LineBox[{
2197 Offset[{1.5, 0}, {1090., 17.728}],
2198 Offset[{-1.5, 0}, {1090., 17.728}]}]}}, {InsetBox[
2199 StyleBox["\<\"\[FilledCircle]\"\>",
2200 StripOnInput->False,
2201 FontSize->8.96], 209], {LineBox[{{1091., 5.556}, {1091., 5.534}}],
2202 LineBox[{
2203 Offset[{1.5, 0}, {1091., 5.556}], Offset[{-1.5, 0}, {1091., 5.556}]}],
2204 LineBox[{
2205 Offset[{1.5, 0}, {1091., 5.534}],
2206 Offset[{-1.5, 0}, {1091., 5.534}]}]}}, {InsetBox[
2207 StyleBox["\<\"\[FilledCircle]\"\>",
2208 StripOnInput->False,
2209 FontSize->8.96], 210], {
2210 LineBox[{{1140., 19.301}, {1140., 19.205000000000002`}}],
2211 LineBox[{
2212 Offset[{1.5, 0}, {1140., 19.301}],
2213 Offset[{-1.5, 0}, {1140., 19.301}]}],
2214 LineBox[{
2215 Offset[{1.5, 0}, {1140., 19.205000000000002`}],
2216 Offset[{-1.5, 0}, {1140., 19.205000000000002`}]}]}}, {InsetBox[
2217 StyleBox["\<\"\[FilledCircle]\"\>",
2218 StripOnInput->False,
2219 FontSize->8.96], 211], {
2220 LineBox[{{1161., 19.63}, {1161., 17.721999999999998`}}],
2221 LineBox[{
2222 Offset[{1.5, 0}, {1161., 19.63}], Offset[{-1.5, 0}, {1161., 19.63}]}],
2223 LineBox[{
2224 Offset[{1.5, 0}, {1161., 17.721999999999998`}],
2225 Offset[{-1.5, 0}, {1161., 17.721999999999998`}]}]}}, {InsetBox[
2226 StyleBox["\<\"\[FilledCircle]\"\>",
2227 StripOnInput->False,
2228 FontSize->8.96], 212], {
2229 LineBox[{{1161., 5.515000000000001}, {1161., 5.417}}],
2230 LineBox[{
2231 Offset[{1.5, 0}, {1161., 5.515000000000001}],
2232 Offset[{-1.5, 0}, {1161., 5.515000000000001}]}],
2233 LineBox[{
2234 Offset[{1.5, 0}, {1161., 5.417}],
2235 Offset[{-1.5, 0}, {1161., 5.417}]}]}}, {InsetBox[
2236 StyleBox["\<\"\[FilledCircle]\"\>",
2237 StripOnInput->False,
2238 FontSize->8.96], 213], {LineBox[{{1172., 19.33}, {1172., 19.064}}],
2239 LineBox[{
2240 Offset[{1.5, 0}, {1172., 19.33}], Offset[{-1.5, 0}, {1172., 19.33}]}],
2241 LineBox[{
2242 Offset[{1.5, 0}, {1172., 19.064}],
2243 Offset[{-1.5, 0}, {1172., 19.064}]}]}}, {InsetBox[
2244 StyleBox["\<\"\[FilledCircle]\"\>",
2245 StripOnInput->False,
2246 FontSize->8.96], 214], {LineBox[{{1200., 19.141}, {1200., 18.805}}],
2247 LineBox[{
2248 Offset[{1.5, 0}, {1200., 19.141}],
2249 Offset[{-1.5, 0}, {1200., 19.141}]}],
2250 LineBox[{
2251 Offset[{1.5, 0}, {1200., 18.805}],
2252 Offset[{-1.5, 0}, {1200., 18.805}]}]}}, {InsetBox[
2253 StyleBox["\<\"\[FilledCircle]\"\>",
2254 StripOnInput->False,
2255 FontSize->8.96], 215], {LineBox[{{1232., 19.2}, {1232., 18.996}}],
2256 LineBox[{
2257 Offset[{1.5, 0}, {1232., 19.2}], Offset[{-1.5, 0}, {1232., 19.2}]}],
2258 LineBox[{
2259 Offset[{1.5, 0}, {1232., 18.996}],
2260 Offset[{-1.5, 0}, {1232., 18.996}]}]}}, {InsetBox[
2261 StyleBox["\<\"\[FilledCircle]\"\>",
2262 StripOnInput->False,
2263 FontSize->8.96], 216], {LineBox[{{1259., 19.519}, {1259., 19.229}}],
2264 LineBox[{
2265 Offset[{1.5, 0}, {1259., 19.519}],
2266 Offset[{-1.5, 0}, {1259., 19.519}]}],
2267 LineBox[{
2268 Offset[{1.5, 0}, {1259., 19.229}],
2269 Offset[{-1.5, 0}, {1259., 19.229}]}]}}, {InsetBox[
2270 StyleBox["\<\"\[FilledCircle]\"\>",
2271 StripOnInput->False,
2272 FontSize->8.96], 217], {LineBox[{{1280., 19.652}, {1280., 17.814}}],
2273 LineBox[{
2274 Offset[{1.5, 0}, {1280., 19.652}],
2275 Offset[{-1.5, 0}, {1280., 19.652}]}],
2276 LineBox[{
2277 Offset[{1.5, 0}, {1280., 17.814}],
2278 Offset[{-1.5, 0}, {1280., 17.814}]}]}}, {InsetBox[
2279 StyleBox["\<\"\[FilledCircle]\"\>",
2280 StripOnInput->False,
2281 FontSize->8.96], 218], {LineBox[{{1280., 5.532}, {1280., 5.474}}],
2282 LineBox[{
2283 Offset[{1.5, 0}, {1280., 5.532}], Offset[{-1.5, 0}, {1280., 5.532}]}],
2284 LineBox[{
2285 Offset[{1.5, 0}, {1280., 5.474}],
2286 Offset[{-1.5, 0}, {1280., 5.474}]}]}}, {InsetBox[
2287 StyleBox["\<\"\[FilledCircle]\"\>",
2288 StripOnInput->False,
2289 FontSize->8.96], 219], {
2290 LineBox[{{1294., 19.647000000000002`}, {1294., 19.377}}],
2291 LineBox[{
2292 Offset[{1.5, 0}, {1294., 19.647000000000002`}],
2293 Offset[{-1.5, 0}, {1294., 19.647000000000002`}]}],
2294 LineBox[{
2295 Offset[{1.5, 0}, {1294., 19.377}],
2296 Offset[{-1.5, 0}, {1294., 19.377}]}]}}, {InsetBox[
2297 StyleBox["\<\"\[FilledCircle]\"\>",
2298 StripOnInput->False,
2299 FontSize->8.96], 220], {LineBox[{{1354., 19.858}, {1354., 19.548}}],
2300 LineBox[{
2301 Offset[{1.5, 0}, {1354., 19.858}],
2302 Offset[{-1.5, 0}, {1354., 19.858}]}],
2303 LineBox[{
2304 Offset[{1.5, 0}, {1354., 19.548}],
2305 Offset[{-1.5, 0}, {1354., 19.548}]}]}}, {InsetBox[
2306 StyleBox["\<\"\[FilledCircle]\"\>",
2307 StripOnInput->False,
2308 FontSize->8.96], 221], {LineBox[{{1368., 20.591}, {1368., 20.351}}],
2309 LineBox[{
2310 Offset[{1.5, 0}, {1368., 20.591}],
2311 Offset[{-1.5, 0}, {1368., 20.591}]}],
2312 LineBox[{
2313 Offset[{1.5, 0}, {1368., 20.351}],
2314 Offset[{-1.5, 0}, {1368., 20.351}]}]}}, {InsetBox[
2315 StyleBox["\<\"\[FilledCircle]\"\>",
2316 StripOnInput->False,
2317 FontSize->8.96], 222], {
2318 LineBox[{{1393., 5.5760000000000005`}, {1393., 5.532}}],
2319 LineBox[{
2320 Offset[{1.5, 0}, {1393., 5.5760000000000005`}],
2321 Offset[{-1.5, 0}, {1393., 5.5760000000000005`}]}],
2322 LineBox[{
2323 Offset[{1.5, 0}, {1393., 5.532}],
2324 Offset[{-1.5, 0}, {1393., 5.532}]}]}}, {InsetBox[
2325 StyleBox["\<\"\[FilledCircle]\"\>",
2326 StripOnInput->False,
2327 FontSize->8.96], 223], {LineBox[{{1393., 19.649}, {1393., 17.857}}],
2328 LineBox[{
2329 Offset[{1.5, 0}, {1393., 19.649}],
2330 Offset[{-1.5, 0}, {1393., 19.649}]}],
2331 LineBox[{
2332 Offset[{1.5, 0}, {1393., 17.857}],
2333 Offset[{-1.5, 0}, {1393., 17.857}]}]}}, {InsetBox[
2334 StyleBox["\<\"\[FilledCircle]\"\>",
2335 StripOnInput->False,
2336 FontSize->8.96], 224], {
2337 LineBox[{{1415., 19.744}, {1415., 19.572000000000003`}}],
2338 LineBox[{
2339 Offset[{1.5, 0}, {1415., 19.744}],
2340 Offset[{-1.5, 0}, {1415., 19.744}]}],
2341 LineBox[{
2342 Offset[{1.5, 0}, {1415., 19.572000000000003`}],
2343 Offset[{-1.5, 0}, {1415., 19.572000000000003`}]}]}}, {InsetBox[
2344 StyleBox["\<\"\[FilledCircle]\"\>",
2345 StripOnInput->False,
2346 FontSize->8.96], 225], {LineBox[{{1447., 19.847}, {1447., 19.393}}],
2347 LineBox[{
2348 Offset[{1.5, 0}, {1447., 19.847}],
2349 Offset[{-1.5, 0}, {1447., 19.847}]}],
2350 LineBox[{
2351 Offset[{1.5, 0}, {1447., 19.393}],
2352 Offset[{-1.5, 0}, {1447., 19.393}]}]}}, {InsetBox[
2353 StyleBox["\<\"\[FilledCircle]\"\>",
2354 StripOnInput->False,
2355 FontSize->8.96], 226], {
2356 LineBox[{{1464., 19.325}, {1464., 17.717000000000002`}}],
2357 LineBox[{
2358 Offset[{1.5, 0}, {1464., 19.325}],
2359 Offset[{-1.5, 0}, {1464., 19.325}]}],
2360 LineBox[{
2361 Offset[{1.5, 0}, {1464., 17.717000000000002`}],
2362 Offset[{-1.5, 0}, {1464., 17.717000000000002`}]}]}}, {InsetBox[
2363 StyleBox["\<\"\[FilledCircle]\"\>",
2364 StripOnInput->False,
2365 FontSize->8.96], 227], {
2366 LineBox[{{1505., 19.496000000000002`}, {1505., 18.79}}],
2367 LineBox[{
2368 Offset[{1.5, 0}, {1505., 19.496000000000002`}],
2369 Offset[{-1.5, 0}, {1505., 19.496000000000002`}]}],
2370 LineBox[{
2371 Offset[{1.5, 0}, {1505., 18.79}],
2372 Offset[{-1.5, 0}, {1505., 18.79}]}]}}, {InsetBox[
2373 StyleBox["\<\"\[FilledCircle]\"\>",
2374 StripOnInput->False,
2375 FontSize->8.96], 228], {
2376 LineBox[{{1535., 19.111}, {1535., 18.973000000000003`}}],
2377 LineBox[{
2378 Offset[{1.5, 0}, {1535., 19.111}],
2379 Offset[{-1.5, 0}, {1535., 19.111}]}],
2380 LineBox[{
2381 Offset[{1.5, 0}, {1535., 18.973000000000003`}],
2382 Offset[{-1.5, 0}, {1535., 18.973000000000003`}]}]}}, {InsetBox[
2383 StyleBox["\<\"\[FilledCircle]\"\>",
2384 StripOnInput->False,
2385 FontSize->8.96], 229], {
2386 LineBox[{{1567., 19.017}, {1567., 18.852999999999998`}}],
2387 LineBox[{
2388 Offset[{1.5, 0}, {1567., 19.017}],
2389 Offset[{-1.5, 0}, {1567., 19.017}]}],
2390 LineBox[{
2391 Offset[{1.5, 0}, {1567., 18.852999999999998`}],
2392 Offset[{-1.5, 0}, {1567., 18.852999999999998`}]}]}}, {InsetBox[
2393 StyleBox["\<\"\[FilledCircle]\"\>",
2394 StripOnInput->False,
2395 FontSize->8.96], 230], {
2396 LineBox[{{1577., 19.674}, {1577., 17.950000000000003`}}],
2397 LineBox[{
2398 Offset[{1.5, 0}, {1577., 19.674}],
2399 Offset[{-1.5, 0}, {1577., 19.674}]}],
2400 LineBox[{
2401 Offset[{1.5, 0}, {1577., 17.950000000000003`}],
2402 Offset[{-1.5, 0}, {1577., 17.950000000000003`}]}]}}, {InsetBox[
2403 StyleBox["\<\"\[FilledCircle]\"\>",
2404 StripOnInput->False,
2405 FontSize->8.96], 231], {
2406 LineBox[{{1576., 5.4830000000000005`}, {1576., 5.433}}],
2407 LineBox[{
2408 Offset[{1.5, 0}, {1576., 5.4830000000000005`}],
2409 Offset[{-1.5, 0}, {1576., 5.4830000000000005`}]}],
2410 LineBox[{
2411 Offset[{1.5, 0}, {1576., 5.433}],
2412 Offset[{-1.5, 0}, {1576., 5.433}]}]}}, {InsetBox[
2413 StyleBox["\<\"\[FilledCircle]\"\>",
2414 StripOnInput->False,
2415 FontSize->8.96], 232], {
2416 LineBox[{{1599., 19.48}, {1599., 18.983999999999998`}}],
2417 LineBox[{
2418 Offset[{1.5, 0}, {1599., 19.48}], Offset[{-1.5, 0}, {1599., 19.48}]}],
2419 LineBox[{
2420 Offset[{1.5, 0}, {1599., 18.983999999999998`}],
2421 Offset[{-1.5, 0}, {1599., 18.983999999999998`}]}]}}, {InsetBox[
2422 StyleBox["\<\"\[FilledCircle]\"\>",
2423 StripOnInput->False,
2424 FontSize->8.96], 233], {LineBox[{{1657., 19.387}, {1657., 19.225}}],
2425 LineBox[{
2426 Offset[{1.5, 0}, {1657., 19.387}],
2427 Offset[{-1.5, 0}, {1657., 19.387}]}],
2428 LineBox[{
2429 Offset[{1.5, 0}, {1657., 19.225}],
2430 Offset[{-1.5, 0}, {1657., 19.225}]}]}}, {InsetBox[
2431 StyleBox["\<\"\[FilledCircle]\"\>",
2432 StripOnInput->False,
2433 FontSize->8.96], 234], {
2434 LineBox[{{1682., 19.477999999999998`}, {1682., 17.578}}],
2435 LineBox[{
2436 Offset[{1.5, 0}, {1682., 19.477999999999998`}],
2437 Offset[{-1.5, 0}, {1682., 19.477999999999998`}]}],
2438 LineBox[{
2439 Offset[{1.5, 0}, {1682., 17.578}],
2440 Offset[{-1.5, 0}, {1682., 17.578}]}]}}, {InsetBox[
2441 StyleBox["\<\"\[FilledCircle]\"\>",
2442 StripOnInput->False,
2443 FontSize->8.96], 235], {
2444 LineBox[{{1684., 19.525000000000002`}, {1684., 19.401}}],
2445 LineBox[{
2446 Offset[{1.5, 0}, {1684., 19.525000000000002`}],
2447 Offset[{-1.5, 0}, {1684., 19.525000000000002`}]}],
2448 LineBox[{
2449 Offset[{1.5, 0}, {1684., 19.401}],
2450 Offset[{-1.5, 0}, {1684., 19.401}]}]}}, {InsetBox[
2451 StyleBox["\<\"\[FilledCircle]\"\>",
2452 StripOnInput->False,
2453 FontSize->8.96], 236], {LineBox[{{1689., 19.368}, {1689., 19.194}}],
2454 LineBox[{
2455 Offset[{1.5, 0}, {1689., 19.368}],
2456 Offset[{-1.5, 0}, {1689., 19.368}]}],
2457 LineBox[{
2458 Offset[{1.5, 0}, {1689., 19.194}],
2459 Offset[{-1.5, 0}, {1689., 19.194}]}]}}, {InsetBox[
2460 StyleBox["\<\"\[FilledCircle]\"\>",
2461 StripOnInput->False,
2462 FontSize->8.96], 237], {
2463 LineBox[{{1750., 19.238}, {1750., 19.171999999999997`}}],
2464 LineBox[{
2465 Offset[{1.5, 0}, {1750., 19.238}],
2466 Offset[{-1.5, 0}, {1750., 19.238}]}],
2467 LineBox[{
2468 Offset[{1.5, 0}, {1750., 19.171999999999997`}],
2469 Offset[{-1.5, 0}, {1750., 19.171999999999997`}]}]}}, {InsetBox[
2470 StyleBox["\<\"\[FilledCircle]\"\>",
2471 StripOnInput->False,
2472 FontSize->8.96], 238], {
2473 LineBox[{{1762., 6.066999999999999}, {1762., 5.697}}],
2474 LineBox[{
2475 Offset[{1.5, 0}, {1762., 6.066999999999999}],
2476 Offset[{-1.5, 0}, {1762., 6.066999999999999}]}],
2477 LineBox[{
2478 Offset[{1.5, 0}, {1762., 5.697}],
2479 Offset[{-1.5, 0}, {1762., 5.697}]}]}}, {InsetBox[
2480 StyleBox["\<\"\[FilledCircle]\"\>",
2481 StripOnInput->False,
2482 FontSize->8.96], 239], {
2483 LineBox[{{1763., 19.358999999999998`}, {1763., 17.687}}],
2484 LineBox[{
2485 Offset[{1.5, 0}, {1763., 19.358999999999998`}],
2486 Offset[{-1.5, 0}, {1763., 19.358999999999998`}]}],
2487 LineBox[{
2488 Offset[{1.5, 0}, {1763., 17.687}],
2489 Offset[{-1.5, 0}, {1763., 17.687}]}]}}, {InsetBox[
2490 StyleBox["\<\"\[FilledCircle]\"\>",
2491 StripOnInput->False,
2492 FontSize->8.96], 240], {
2493 LineBox[{{1777., 19.206000000000003`}, {1777., 19.128}}],
2494 LineBox[{
2495 Offset[{1.5, 0}, {1777., 19.206000000000003`}],
2496 Offset[{-1.5, 0}, {1777., 19.206000000000003`}]}],
2497 LineBox[{
2498 Offset[{1.5, 0}, {1777., 19.128}],
2499 Offset[{-1.5, 0}, {1777., 19.128}]}]}}, {InsetBox[
2500 StyleBox["\<\"\[FilledCircle]\"\>",
2501 StripOnInput->False,
2502 FontSize->8.96], 241], {
2503 LineBox[{{1810., 19.191000000000003`}, {1810., 19.037}}],
2504 LineBox[{
2505 Offset[{1.5, 0}, {1810., 19.191000000000003`}],
2506 Offset[{-1.5, 0}, {1810., 19.191000000000003`}]}],
2507 LineBox[{
2508 Offset[{1.5, 0}, {1810., 19.037}],
2509 Offset[{-1.5, 0}, {1810., 19.037}]}]}}, {InsetBox[
2510 StyleBox["\<\"\[FilledCircle]\"\>",
2511 StripOnInput->False,
2512 FontSize->8.96], 242], {LineBox[{{1819., 19.267}, {1819., 17.425}}],
2513 LineBox[{
2514 Offset[{1.5, 0}, {1819., 19.267}],
2515 Offset[{-1.5, 0}, {1819., 19.267}]}],
2516 LineBox[{
2517 Offset[{1.5, 0}, {1819., 17.425}],
2518 Offset[{-1.5, 0}, {1819., 17.425}]}]}}, {InsetBox[
2519 StyleBox["\<\"\[FilledCircle]\"\>",
2520 StripOnInput->False,
2521 FontSize->8.96], 243], {LineBox[{{1818., 5.436}, {1818., 5.404}}],
2522 LineBox[{
2523 Offset[{1.5, 0}, {1818., 5.436}], Offset[{-1.5, 0}, {1818., 5.436}]}],
2524 LineBox[{
2525 Offset[{1.5, 0}, {1818., 5.404}],
2526 Offset[{-1.5, 0}, {1818., 5.404}]}]}}, {InsetBox[
2527 StyleBox["\<\"\[FilledCircle]\"\>",
2528 StripOnInput->False,
2529 FontSize->8.96], 244], {
2530 LineBox[{{1841., 19.683}, {1841., 19.098999999999997`}}],
2531 LineBox[{
2532 Offset[{1.5, 0}, {1841., 19.683}],
2533 Offset[{-1.5, 0}, {1841., 19.683}]}],
2534 LineBox[{
2535 Offset[{1.5, 0}, {1841., 19.098999999999997`}],
2536 Offset[{-1.5, 0}, {1841., 19.098999999999997`}]}]}}, {InsetBox[
2537 StyleBox["\<\"\[FilledCircle]\"\>",
2538 StripOnInput->False,
2539 FontSize->8.96], 245], {
2540 LineBox[{{1934., 19.962}, {1934., 17.605999999999998`}}],
2541 LineBox[{
2542 Offset[{1.5, 0}, {1934., 19.962}],
2543 Offset[{-1.5, 0}, {1934., 19.962}]}],
2544 LineBox[{
2545 Offset[{1.5, 0}, {1934., 17.605999999999998`}],
2546 Offset[{-1.5, 0}, {1934., 17.605999999999998`}]}]}}, {InsetBox[
2547 StyleBox["\<\"\[FilledCircle]\"\>",
2548 StripOnInput->False,
2549 FontSize->8.96], 246], {
2550 LineBox[{{1933., 5.4239999999999995`}, {1933., 5.414}}],
2551 LineBox[{
2552 Offset[{1.5, 0}, {1933., 5.4239999999999995`}],
2553 Offset[{-1.5, 0}, {1933., 5.4239999999999995`}]}],
2554 LineBox[{
2555 Offset[{1.5, 0}, {1933., 5.414}],
2556 Offset[{-1.5, 0}, {1933., 5.414}]}]}}, {InsetBox[
2557 StyleBox["\<\"\[FilledCircle]\"\>",
2558 StripOnInput->False,
2559 FontSize->8.96], 247], {
2560 LineBox[{{1963., 19.12}, {1963., 18.849999999999998`}}],
2561 LineBox[{
2562 Offset[{1.5, 0}, {1963., 19.12}], Offset[{-1.5, 0}, {1963., 19.12}]}],
2563 LineBox[{
2564 Offset[{1.5, 0}, {1963., 18.849999999999998`}],
2565 Offset[{-1.5, 0}, {1963., 18.849999999999998`}]}]}}, {InsetBox[
2566 StyleBox["\<\"\[FilledCircle]\"\>",
2567 StripOnInput->False,
2568 FontSize->8.96], 248], {LineBox[{{2017., 19.215}, {2017., 16.965}}],
2569 LineBox[{
2570 Offset[{1.5, 0}, {2017., 19.215}],
2571 Offset[{-1.5, 0}, {2017., 19.215}]}],
2572 LineBox[{
2573 Offset[{1.5, 0}, {2017., 16.965}],
2574 Offset[{-1.5, 0}, {2017., 16.965}]}]}}, {InsetBox[
2575 StyleBox["\<\"\[FilledCircle]\"\>",
2576 StripOnInput->False,
2577 FontSize->8.96], 249], {LineBox[{{2017., 5.443}, {2017., 5.395}}],
2578 LineBox[{
2579 Offset[{1.5, 0}, {2017., 5.443}], Offset[{-1.5, 0}, {2017., 5.443}]}],
2580 LineBox[{
2581 Offset[{1.5, 0}, {2017., 5.395}],
2582 Offset[{-1.5, 0}, {2017., 5.395}]}]}}, {InsetBox[
2583 StyleBox["\<\"\[FilledCircle]\"\>",
2584 StripOnInput->False,
2585 FontSize->8.96], 250], {
2586 LineBox[{{2022., 19.38}, {2022., 19.215999999999998`}}],
2587 LineBox[{
2588 Offset[{1.5, 0}, {2022., 19.38}], Offset[{-1.5, 0}, {2022., 19.38}]}],
2589 LineBox[{
2590 Offset[{1.5, 0}, {2022., 19.215999999999998`}],
2591 Offset[{-1.5, 0}, {2022., 19.215999999999998`}]}]}}, {InsetBox[
2592 StyleBox["\<\"\[FilledCircle]\"\>",
2593 StripOnInput->False,
2594 FontSize->8.96], 251], {
2595 LineBox[{{2053., 19.156}, {2053., 19.048000000000002`}}],
2596 LineBox[{
2597 Offset[{1.5, 0}, {2053., 19.156}],
2598 Offset[{-1.5, 0}, {2053., 19.156}]}],
2599 LineBox[{
2600 Offset[{1.5, 0}, {2053., 19.048000000000002`}],
2601 Offset[{-1.5, 0}, {2053., 19.048000000000002`}]}]}}, {InsetBox[
2602 StyleBox["\<\"\[FilledCircle]\"\>",
2603 StripOnInput->False,
2604 FontSize->8.96], 252], {LineBox[{{2082., 19.158}, {2082., 19.052}}],
2605 LineBox[{
2606 Offset[{1.5, 0}, {2082., 19.158}],
2607 Offset[{-1.5, 0}, {2082., 19.158}]}],
2608 LineBox[{
2609 Offset[{1.5, 0}, {2082., 19.052}],
2610 Offset[{-1.5, 0}, {2082., 19.052}]}]}}, {InsetBox[
2611 StyleBox["\<\"\[FilledCircle]\"\>",
2612 StripOnInput->False,
2613 FontSize->8.96], 253], {
2614 LineBox[{{2109., 19.281000000000002`}, {2109., 17.297}}],
2615 LineBox[{
2616 Offset[{1.5, 0}, {2109., 19.281000000000002`}],
2617 Offset[{-1.5, 0}, {2109., 19.281000000000002`}]}],
2618 LineBox[{
2619 Offset[{1.5, 0}, {2109., 17.297}],
2620 Offset[{-1.5, 0}, {2109., 17.297}]}]}}, {InsetBox[
2621 StyleBox["\<\"\[FilledCircle]\"\>",
2622 StripOnInput->False,
2623 FontSize->8.96], 254], {LineBox[{{2109., 5.431}, {2109., 5.393}}],
2624 LineBox[{
2625 Offset[{1.5, 0}, {2109., 5.431}], Offset[{-1.5, 0}, {2109., 5.431}]}],
2626 LineBox[{
2627 Offset[{1.5, 0}, {2109., 5.393}],
2628 Offset[{-1.5, 0}, {2109., 5.393}]}]}}, {InsetBox[
2629 StyleBox["\<\"\[FilledCircle]\"\>",
2630 StripOnInput->False,
2631 FontSize->8.96], 255], {LineBox[{{2113., 19.695}, {2113., 19.503}}],
2632 LineBox[{
2633 Offset[{1.5, 0}, {2113., 19.695}],
2634 Offset[{-1.5, 0}, {2113., 19.695}]}],
2635 LineBox[{
2636 Offset[{1.5, 0}, {2113., 19.503}],
2637 Offset[{-1.5, 0}, {2113., 19.503}]}]}}, {InsetBox[
2638 StyleBox["\<\"\[FilledCircle]\"\>",
2639 StripOnInput->False,
2640 FontSize->8.96], 256], {LineBox[{{2144., 19.336}, {2144., 19.07}}],
2641 LineBox[{
2642 Offset[{1.5, 0}, {2144., 19.336}],
2643 Offset[{-1.5, 0}, {2144., 19.336}]}],
2644 LineBox[{
2645 Offset[{1.5, 0}, {2144., 19.07}],
2646 Offset[{-1.5, 0}, {2144., 19.07}]}]}}, {InsetBox[
2647 StyleBox["\<\"\[FilledCircle]\"\>",
2648 StripOnInput->False,
2649 FontSize->8.96], 257], {
2650 LineBox[{{2176., 19.166}, {2176., 19.046000000000003`}}],
2651 LineBox[{
2652 Offset[{1.5, 0}, {2176., 19.166}],
2653 Offset[{-1.5, 0}, {2176., 19.166}]}],
2654 LineBox[{
2655 Offset[{1.5, 0}, {2176., 19.046000000000003`}],
2656 Offset[{-1.5, 0}, {2176., 19.046000000000003`}]}]}}, {InsetBox[
2657 StyleBox["\<\"\[FilledCircle]\"\>",
2658 StripOnInput->False,
2659 FontSize->8.96], 258], {LineBox[{{2207., 19.426}, {2207., 19.242}}],
2660 LineBox[{
2661 Offset[{1.5, 0}, {2207., 19.426}],
2662 Offset[{-1.5, 0}, {2207., 19.426}]}],
2663 LineBox[{
2664 Offset[{1.5, 0}, {2207., 19.242}],
2665 Offset[{-1.5, 0}, {2207., 19.242}]}]}}, {InsetBox[
2666 StyleBox["\<\"\[FilledCircle]\"\>",
2667 StripOnInput->False,
2668 FontSize->8.96], 259], {LineBox[{{2218., 19.316}, {2218., 17.682}}],
2669 LineBox[{
2670 Offset[{1.5, 0}, {2218., 19.316}],
2671 Offset[{-1.5, 0}, {2218., 19.316}]}],
2672 LineBox[{
2673 Offset[{1.5, 0}, {2218., 17.682}],
2674 Offset[{-1.5, 0}, {2218., 17.682}]}]}}, {InsetBox[
2675 StyleBox["\<\"\[FilledCircle]\"\>",
2676 StripOnInput->False,
2677 FontSize->8.96], 260], {LineBox[{{2218., 5.526}, {2218., 5.446}}],
2678 LineBox[{
2679 Offset[{1.5, 0}, {2218., 5.526}], Offset[{-1.5, 0}, {2218., 5.526}]}],
2680 LineBox[{
2681 Offset[{1.5, 0}, {2218., 5.446}],
2682 Offset[{-1.5, 0}, {2218., 5.446}]}]}}, {InsetBox[
2683 StyleBox["\<\"\[FilledCircle]\"\>",
2684 StripOnInput->False,
2685 FontSize->8.96], 261], {
2686 LineBox[{{2235., 18.974999999999998`}, {2235., 18.807}}],
2687 LineBox[{
2688 Offset[{1.5, 0}, {2235., 18.974999999999998`}],
2689 Offset[{-1.5, 0}, {2235., 18.974999999999998`}]}],
2690 LineBox[{
2691 Offset[{1.5, 0}, {2235., 18.807}],
2692 Offset[{-1.5, 0}, {2235., 18.807}]}]}}, {InsetBox[
2693 StyleBox["\<\"\[FilledCircle]\"\>",
2694 StripOnInput->False,
2695 FontSize->8.96], 262], {LineBox[{{2293., 19.037}, {2293., 17.509}}],
2696 LineBox[{
2697 Offset[{1.5, 0}, {2293., 19.037}],
2698 Offset[{-1.5, 0}, {2293., 19.037}]}],
2699 LineBox[{
2700 Offset[{1.5, 0}, {2293., 17.509}],
2701 Offset[{-1.5, 0}, {2293., 17.509}]}]}}, {InsetBox[
2702 StyleBox["\<\"\[FilledCircle]\"\>",
2703 StripOnInput->False,
2704 FontSize->8.96], 263], {LineBox[{{2292., 5.427}, {2292., 5.353}}],
2705 LineBox[{
2706 Offset[{1.5, 0}, {2292., 5.427}], Offset[{-1.5, 0}, {2292., 5.427}]}],
2707 LineBox[{
2708 Offset[{1.5, 0}, {2292., 5.353}],
2709 Offset[{-1.5, 0}, {2292., 5.353}]}]}}, {InsetBox[
2710 StyleBox["\<\"\[FilledCircle]\"\>",
2711 StripOnInput->False,
2712 FontSize->8.96], 264], {LineBox[{{2296., 19.082}, {2296., 18.97}}],
2713 LineBox[{
2714 Offset[{1.5, 0}, {2296., 19.082}],
2715 Offset[{-1.5, 0}, {2296., 19.082}]}],
2716 LineBox[{
2717 Offset[{1.5, 0}, {2296., 18.97}],
2718 Offset[{-1.5, 0}, {2296., 18.97}]}]}}, {InsetBox[
2719 StyleBox["\<\"\[FilledCircle]\"\>",
2720 StripOnInput->False,
2721 FontSize->8.96], 265], {
2722 LineBox[{{2326., 19.407999999999998`}, {2326., 19.224}}],
2723 LineBox[{
2724 Offset[{1.5, 0}, {2326., 19.407999999999998`}],
2725 Offset[{-1.5, 0}, {2326., 19.407999999999998`}]}],
2726 LineBox[{
2727 Offset[{1.5, 0}, {2326., 19.224}],
2728 Offset[{-1.5, 0}, {2326., 19.224}]}]}}, {InsetBox[
2729 StyleBox["\<\"\[FilledCircle]\"\>",
2730 StripOnInput->False,
2731 FontSize->8.96], 266], {LineBox[{{2358., 18.904}, {2358., 18.798}}],
2732 LineBox[{
2733 Offset[{1.5, 0}, {2358., 18.904}],
2734 Offset[{-1.5, 0}, {2358., 18.904}]}],
2735 LineBox[{
2736 Offset[{1.5, 0}, {2358., 18.798}],
2737 Offset[{-1.5, 0}, {2358., 18.798}]}]}}, {InsetBox[
2738 StyleBox["\<\"\[FilledCircle]\"\>",
2739 StripOnInput->False,
2740 FontSize->8.96], 267], {LineBox[{{2388., 19.179}, {2388., 19.081}}],
2741 LineBox[{
2742 Offset[{1.5, 0}, {2388., 19.179}],
2743 Offset[{-1.5, 0}, {2388., 19.179}]}],
2744 LineBox[{
2745 Offset[{1.5, 0}, {2388., 19.081}],
2746 Offset[{-1.5, 0}, {2388., 19.081}]}]}}, {InsetBox[
2747 StyleBox["\<\"\[FilledCircle]\"\>",
2748 StripOnInput->False,
2749 FontSize->8.96], 268], {
2750 LineBox[{{2401., 18.869}, {2401., 17.168999999999997`}}],
2751 LineBox[{
2752 Offset[{1.5, 0}, {2401., 18.869}],
2753 Offset[{-1.5, 0}, {2401., 18.869}]}],
2754 LineBox[{
2755 Offset[{1.5, 0}, {2401., 17.168999999999997`}],
2756 Offset[{-1.5, 0}, {2401., 17.168999999999997`}]}]}}, {InsetBox[
2757 StyleBox["\<\"\[FilledCircle]\"\>",
2758 StripOnInput->False,
2759 FontSize->8.96], 269], {
2760 LineBox[{{2449., 18.964000000000002`}, {2449., 18.752}}],
2761 LineBox[{
2762 Offset[{1.5, 0}, {2449., 18.964000000000002`}],
2763 Offset[{-1.5, 0}, {2449., 18.964000000000002`}]}],
2764 LineBox[{
2765 Offset[{1.5, 0}, {2449., 18.752}],
2766 Offset[{-1.5, 0}, {2449., 18.752}]}]}}, {InsetBox[
2767 StyleBox["\<\"\[FilledCircle]\"\>",
2768 StripOnInput->False,
2769 FontSize->8.96], 270], {LineBox[{{2481., 18.648}, {2481., 18.508}}],
2770 LineBox[{
2771 Offset[{1.5, 0}, {2481., 18.648}],
2772 Offset[{-1.5, 0}, {2481., 18.648}]}],
2773 LineBox[{
2774 Offset[{1.5, 0}, {2481., 18.508}],
2775 Offset[{-1.5, 0}, {2481., 18.508}]}]}}, {InsetBox[
2776 StyleBox["\<\"\[FilledCircle]\"\>",
2777 StripOnInput->False,
2778 FontSize->8.96], 271], {
2779 LineBox[{{2492., 18.816000000000003`}, {2492., 16.982}}],
2780 LineBox[{
2781 Offset[{1.5, 0}, {2492., 18.816000000000003`}],
2782 Offset[{-1.5, 0}, {2492., 18.816000000000003`}]}],
2783 LineBox[{
2784 Offset[{1.5, 0}, {2492., 16.982}],
2785 Offset[{-1.5, 0}, {2492., 16.982}]}]}}, {InsetBox[
2786 StyleBox["\<\"\[FilledCircle]\"\>",
2787 StripOnInput->False,
2788 FontSize->8.96], 272], {
2789 LineBox[{{2492., 5.3229999999999995`}, {2492., 5.277}}],
2790 LineBox[{
2791 Offset[{1.5, 0}, {2492., 5.3229999999999995`}],
2792 Offset[{-1.5, 0}, {2492., 5.3229999999999995`}]}],
2793 LineBox[{
2794 Offset[{1.5, 0}, {2492., 5.277}],
2795 Offset[{-1.5, 0}, {2492., 5.277}]}]}}, {InsetBox[
2796 StyleBox["\<\"\[FilledCircle]\"\>",
2797 StripOnInput->False,
2798 FontSize->8.96], 273], {LineBox[{{2510., 18.59}, {2510., 18.538}}],
2799 LineBox[{
2800 Offset[{1.5, 0}, {2510., 18.59}], Offset[{-1.5, 0}, {2510., 18.59}]}],
2801 LineBox[{
2802 Offset[{1.5, 0}, {2510., 18.538}],
2803 Offset[{-1.5, 0}, {2510., 18.538}]}]}}, {InsetBox[
2804 StyleBox["\<\"\[FilledCircle]\"\>",
2805 StripOnInput->False,
2806 FontSize->8.96], 274], {
2807 LineBox[{{2542., 19.213}, {2542., 18.808999999999997`}}],
2808 LineBox[{
2809 Offset[{1.5, 0}, {2542., 19.213}],
2810 Offset[{-1.5, 0}, {2542., 19.213}]}],
2811 LineBox[{
2812 Offset[{1.5, 0}, {2542., 18.808999999999997`}],
2813 Offset[{-1.5, 0}, {2542., 18.808999999999997`}]}]}}, {InsetBox[
2814 StyleBox["\<\"\[FilledCircle]\"\>",
2815 StripOnInput->False,
2816 FontSize->8.96], 275], {
2817 LineBox[{{2574., 18.567999999999998`}, {2574., 18.454}}],
2818 LineBox[{
2819 Offset[{1.5, 0}, {2574., 18.567999999999998`}],
2820 Offset[{-1.5, 0}, {2574., 18.567999999999998`}]}],
2821 LineBox[{
2822 Offset[{1.5, 0}, {2574., 18.454}],
2823 Offset[{-1.5, 0}, {2574., 18.454}]}]}}, {InsetBox[
2824 StyleBox["\<\"\[FilledCircle]\"\>",
2825 StripOnInput->False,
2826 FontSize->8.96], 276], {LineBox[{{2583., 18.929}, {2583., 17.251}}],
2827 LineBox[{
2828 Offset[{1.5, 0}, {2583., 18.929}],
2829 Offset[{-1.5, 0}, {2583., 18.929}]}],
2830 LineBox[{
2831 Offset[{1.5, 0}, {2583., 17.251}],
2832 Offset[{-1.5, 0}, {2583., 17.251}]}]}}, {InsetBox[
2833 StyleBox["\<\"\[FilledCircle]\"\>",
2834 StripOnInput->False,
2835 FontSize->8.96], 277], {LineBox[{{2582., 5.35}, {2582., 5.346}}],
2836 LineBox[{
2837 Offset[{1.5, 0}, {2582., 5.35}], Offset[{-1.5, 0}, {2582., 5.35}]}],
2838 LineBox[{
2839 Offset[{1.5, 0}, {2582., 5.346}],
2840 Offset[{-1.5, 0}, {2582., 5.346}]}]}}, {InsetBox[
2841 StyleBox["\<\"\[FilledCircle]\"\>",
2842 StripOnInput->False,
2843 FontSize->8.96], 278], {LineBox[{{2601., 18.902}, {2601., 18.79}}],
2844 LineBox[{
2845 Offset[{1.5, 0}, {2601., 18.902}],
2846 Offset[{-1.5, 0}, {2601., 18.902}]}],
2847 LineBox[{
2848 Offset[{1.5, 0}, {2601., 18.79}],
2849 Offset[{-1.5, 0}, {2601., 18.79}]}]}}, {InsetBox[
2850 StyleBox["\<\"\[FilledCircle]\"\>",
2851 StripOnInput->False,
2852 FontSize->8.96], 279], {LineBox[{{2632., 18.5}, {2632., 18.308}}],
2853 LineBox[{
2854 Offset[{1.5, 0}, {2632., 18.5}], Offset[{-1.5, 0}, {2632., 18.5}]}],
2855 LineBox[{
2856 Offset[{1.5, 0}, {2632., 18.308}],
2857 Offset[{-1.5, 0}, {2632., 18.308}]}]}}, {InsetBox[
2858 StyleBox["\<\"\[FilledCircle]\"\>",
2859 StripOnInput->False,
2860 FontSize->8.96], 280], {LineBox[{{2662., 18.528}, {2662., 18.436}}],
2861 LineBox[{
2862 Offset[{1.5, 0}, {2662., 18.528}],
2863 Offset[{-1.5, 0}, {2662., 18.528}]}],
2864 LineBox[{
2865 Offset[{1.5, 0}, {2662., 18.436}],
2866 Offset[{-1.5, 0}, {2662., 18.436}]}]}}, {InsetBox[
2867 StyleBox["\<\"\[FilledCircle]\"\>",
2868 StripOnInput->False,
2869 FontSize->8.96], 281], {LineBox[{{2675., 18.797}, {2675., 17.263}}],
2870 LineBox[{
2871 Offset[{1.5, 0}, {2675., 18.797}],
2872 Offset[{-1.5, 0}, {2675., 18.797}]}],
2873 LineBox[{
2874 Offset[{1.5, 0}, {2675., 17.263}],
2875 Offset[{-1.5, 0}, {2675., 17.263}]}]}}, {InsetBox[
2876 StyleBox["\<\"\[FilledCircle]\"\>",
2877 StripOnInput->False,
2878 FontSize->8.96], 282], {
2879 LineBox[{{2674., 5.359999999999999}, {2674., 5.324}}],
2880 LineBox[{
2881 Offset[{1.5, 0}, {2674., 5.359999999999999}],
2882 Offset[{-1.5, 0}, {2674., 5.359999999999999}]}],
2883 LineBox[{
2884 Offset[{1.5, 0}, {2674., 5.324}],
2885 Offset[{-1.5, 0}, {2674., 5.324}]}]}}, {InsetBox[
2886 StyleBox["\<\"\[FilledCircle]\"\>",
2887 StripOnInput->False,
2888 FontSize->8.96], 283], {LineBox[{{2755., 18.929}, {2755., 18.803}}],
2889 LineBox[{
2890 Offset[{1.5, 0}, {2755., 18.929}],
2891 Offset[{-1.5, 0}, {2755., 18.929}]}],
2892 LineBox[{
2893 Offset[{1.5, 0}, {2755., 18.803}],
2894 Offset[{-1.5, 0}, {2755., 18.803}]}]}}, {InsetBox[
2895 StyleBox["\<\"\[FilledCircle]\"\>",
2896 StripOnInput->False,
2897 FontSize->8.96], 284], {
2898 LineBox[{{2761., 18.453000000000003`}, {2761., 16.735}}],
2899 LineBox[{
2900 Offset[{1.5, 0}, {2761., 18.453000000000003`}],
2901 Offset[{-1.5, 0}, {2761., 18.453000000000003`}]}],
2902 LineBox[{
2903 Offset[{1.5, 0}, {2761., 16.735}],
2904 Offset[{-1.5, 0}, {2761., 16.735}]}]}}, {InsetBox[
2905 StyleBox["\<\"\[FilledCircle]\"\>",
2906 StripOnInput->False,
2907 FontSize->8.96], 285], {LineBox[{{2761., 5.419}, {2761., 5.361}}],
2908 LineBox[{
2909 Offset[{1.5, 0}, {2761., 5.419}], Offset[{-1.5, 0}, {2761., 5.419}]}],
2910 LineBox[{
2911 Offset[{1.5, 0}, {2761., 5.361}],
2912 Offset[{-1.5, 0}, {2761., 5.361}]}]}}, {InsetBox[
2913 StyleBox["\<\"\[FilledCircle]\"\>",
2914 StripOnInput->False,
2915 FontSize->8.96], 286], {LineBox[{{2814., 18.903}, {2814., 18.707}}],
2916 LineBox[{
2917 Offset[{1.5, 0}, {2814., 18.903}],
2918 Offset[{-1.5, 0}, {2814., 18.903}]}],
2919 LineBox[{
2920 Offset[{1.5, 0}, {2814., 18.707}],
2921 Offset[{-1.5, 0}, {2814., 18.707}]}]}}, {InsetBox[
2922 StyleBox["\<\"\[FilledCircle]\"\>",
2923 StripOnInput->False,
2924 FontSize->8.96], 287], {
2925 LineBox[{{2838., 5.361999999999999}, {2838., 5.338}}],
2926 LineBox[{
2927 Offset[{1.5, 0}, {2838., 5.361999999999999}],
2928 Offset[{-1.5, 0}, {2838., 5.361999999999999}]}],
2929 LineBox[{
2930 Offset[{1.5, 0}, {2838., 5.338}],
2931 Offset[{-1.5, 0}, {2838., 5.338}]}]}}, {InsetBox[
2932 StyleBox["\<\"\[FilledCircle]\"\>",
2933 StripOnInput->False,
2934 FontSize->8.96], 288], {
2935 LineBox[{{2838., 18.733}, {2838., 17.223000000000003`}}],
2936 LineBox[{
2937 Offset[{1.5, 0}, {2838., 18.733}],
2938 Offset[{-1.5, 0}, {2838., 18.733}]}],
2939 LineBox[{
2940 Offset[{1.5, 0}, {2838., 17.223000000000003`}],
2941 Offset[{-1.5, 0}, {2838., 17.223000000000003`}]}]}}, {InsetBox[
2942 StyleBox["\<\"\[FilledCircle]\"\>",
2943 StripOnInput->False,
2944 FontSize->8.96], 289], {
2945 LineBox[{{2848., 20.645}, {2848., 20.532999999999998`}}],
2946 LineBox[{
2947 Offset[{1.5, 0}, {2848., 20.645}],
2948 Offset[{-1.5, 0}, {2848., 20.645}]}],
2949 LineBox[{
2950 Offset[{1.5, 0}, {2848., 20.532999999999998`}],
2951 Offset[{-1.5, 0}, {2848., 20.532999999999998`}]}]}}, {InsetBox[
2952 StyleBox["\<\"\[FilledCircle]\"\>",
2953 StripOnInput->False,
2954 FontSize->8.96], 290], {
2955 LineBox[{{2875., 20.645}, {2875., 20.532999999999998`}}],
2956 LineBox[{
2957 Offset[{1.5, 0}, {2875., 20.645}],
2958 Offset[{-1.5, 0}, {2875., 20.645}]}],
2959 LineBox[{
2960 Offset[{1.5, 0}, {2875., 20.532999999999998`}],
2961 Offset[{-1.5, 0}, {2875., 20.532999999999998`}]}]}}, {InsetBox[
2962 StyleBox["\<\"\[FilledCircle]\"\>",
2963 StripOnInput->False,
2964 FontSize->8.96], 291], {
2965 LineBox[{{2938., 20.480999999999998`}, {2938., 20.233}}],
2966 LineBox[{
2967 Offset[{1.5, 0}, {2938., 20.480999999999998`}],
2968 Offset[{-1.5, 0}, {2938., 20.480999999999998`}]}],
2969 LineBox[{
2970 Offset[{1.5, 0}, {2938., 20.233}],
2971 Offset[{-1.5, 0}, {2938., 20.233}]}]}}, {InsetBox[
2972 StyleBox["\<\"\[FilledCircle]\"\>",
2973 StripOnInput->False,
2974 FontSize->8.96], 292], {LineBox[{{2941., 20.296}, {2941., 18.674}}],
2975 LineBox[{
2976 Offset[{1.5, 0}, {2941., 20.296}],
2977 Offset[{-1.5, 0}, {2941., 20.296}]}],
2978 LineBox[{
2979 Offset[{1.5, 0}, {2941., 18.674}],
2980 Offset[{-1.5, 0}, {2941., 18.674}]}]}}, {InsetBox[
2981 StyleBox["\<\"\[FilledCircle]\"\>",
2982 StripOnInput->False,
2983 FontSize->8.96], 293], {LineBox[{{2940., 5.816}, {2940., 5.774}}],
2984 LineBox[{
2985 Offset[{1.5, 0}, {2940., 5.816}], Offset[{-1.5, 0}, {2940., 5.816}]}],
2986 LineBox[{
2987 Offset[{1.5, 0}, {2940., 5.774}],
2988 Offset[{-1.5, 0}, {2940., 5.774}]}]}}, {InsetBox[
2989 StyleBox["\<\"\[FilledCircle]\"\>",
2990 StripOnInput->False,
2991 FontSize->8.96], 294], {
2992 LineBox[{{2966., 20.41}, {2966., 20.203999999999997`}}],
2993 LineBox[{
2994 Offset[{1.5, 0}, {2966., 20.41}], Offset[{-1.5, 0}, {2966., 20.41}]}],
2995 LineBox[{
2996 Offset[{1.5, 0}, {2966., 20.203999999999997`}],
2997 Offset[{-1.5, 0}, {2966., 20.203999999999997`}]}]}}, {InsetBox[
2998 StyleBox["\<\"\[FilledCircle]\"\>",
2999 StripOnInput->False,
3000 FontSize->8.96], 295], {
3001 LineBox[{{2997., 20.415000000000003`}, {2997., 20.053}}],
3002 LineBox[{
3003 Offset[{1.5, 0}, {2997., 20.415000000000003`}],
3004 Offset[{-1.5, 0}, {2997., 20.415000000000003`}]}],
3005 LineBox[{
3006 Offset[{1.5, 0}, {2997., 20.053}],
3007 Offset[{-1.5, 0}, {2997., 20.053}]}]}}, {InsetBox[
3008 StyleBox["\<\"\[FilledCircle]\"\>",
3009 StripOnInput->False,
3010 FontSize->8.96], 296], {LineBox[{{3025., 20.348}, {3025., 20.186}}],
3011 LineBox[{
3012 Offset[{1.5, 0}, {3025., 20.348}],
3013 Offset[{-1.5, 0}, {3025., 20.348}]}],
3014 LineBox[{
3015 Offset[{1.5, 0}, {3025., 20.186}],
3016 Offset[{-1.5, 0}, {3025., 20.186}]}]}}, {InsetBox[
3017 StyleBox["\<\"\[FilledCircle]\"\>",
3018 StripOnInput->False,
3019 FontSize->8.96], 297], {
3020 LineBox[{{3043., 20.331999999999997`}, {3043., 18.834}}],
3021 LineBox[{
3022 Offset[{1.5, 0}, {3043., 20.331999999999997`}],
3023 Offset[{-1.5, 0}, {3043., 20.331999999999997`}]}],
3024 LineBox[{
3025 Offset[{1.5, 0}, {3043., 18.834}],
3026 Offset[{-1.5, 0}, {3043., 18.834}]}]}}, {InsetBox[
3027 StyleBox["\<\"\[FilledCircle]\"\>",
3028 StripOnInput->False,
3029 FontSize->8.96], 298], {LineBox[{{3043., 5.492}, {3043., 5.206}}],
3030 LineBox[{
3031 Offset[{1.5, 0}, {3043., 5.492}], Offset[{-1.5, 0}, {3043., 5.492}]}],
3032 LineBox[{
3033 Offset[{1.5, 0}, {3043., 5.206}],
3034 Offset[{-1.5, 0}, {3043., 5.206}]}]}}, {InsetBox[
3035 StyleBox["\<\"\[FilledCircle]\"\>",
3036 StripOnInput->False,
3037 FontSize->8.96], 299], {
3038 LineBox[{{3063., 20.314}, {3063., 20.055999999999997`}}],
3039 LineBox[{
3040 Offset[{1.5, 0}, {3063., 20.314}],
3041 Offset[{-1.5, 0}, {3063., 20.314}]}],
3042 LineBox[{
3043 Offset[{1.5, 0}, {3063., 20.055999999999997`}],
3044 Offset[{-1.5, 0}, {3063., 20.055999999999997`}]}]}}, {InsetBox[
3045 StyleBox["\<\"\[FilledCircle]\"\>",
3046 StripOnInput->False,
3047 FontSize->8.96], 300], {
3048 LineBox[{{3090., 20.337}, {3090., 20.148999999999997`}}],
3049 LineBox[{
3050 Offset[{1.5, 0}, {3090., 20.337}],
3051 Offset[{-1.5, 0}, {3090., 20.337}]}],
3052 LineBox[{
3053 Offset[{1.5, 0}, {3090., 20.148999999999997`}],
3054 Offset[{-1.5, 0}, {3090., 20.148999999999997`}]}]}}, {InsetBox[
3055 StyleBox["\<\"\[FilledCircle]\"\>",
3056 StripOnInput->False,
3057 FontSize->8.96], 301], {LineBox[{{3139., 20.225}, {3139., 18.485}}],
3058 LineBox[{
3059 Offset[{1.5, 0}, {3139., 20.225}],
3060 Offset[{-1.5, 0}, {3139., 20.225}]}],
3061 LineBox[{
3062 Offset[{1.5, 0}, {3139., 18.485}],
3063 Offset[{-1.5, 0}, {3139., 18.485}]}]}}, {InsetBox[
3064 StyleBox["\<\"\[FilledCircle]\"\>",
3065 StripOnInput->False,
3066 FontSize->8.96], 302], {
3067 LineBox[{{3139., 5.848}, {3139., 5.787999999999999}}],
3068 LineBox[{
3069 Offset[{1.5, 0}, {3139., 5.848}], Offset[{-1.5, 0}, {3139., 5.848}]}],
3070 LineBox[{
3071 Offset[{1.5, 0}, {3139., 5.787999999999999}],
3072 Offset[{-1.5, 0}, {3139., 5.787999999999999}]}]}}, {InsetBox[
3073 StyleBox["\<\"\[FilledCircle]\"\>",
3074 StripOnInput->False,
3075 FontSize->8.96], 303], {
3076 LineBox[{{3151., 20.421}, {3151., 20.319000000000003`}}],
3077 LineBox[{
3078 Offset[{1.5, 0}, {3151., 20.421}],
3079 Offset[{-1.5, 0}, {3151., 20.421}]}],
3080 LineBox[{
3081 Offset[{1.5, 0}, {3151., 20.319000000000003`}],
3082 Offset[{-1.5, 0}, {3151., 20.319000000000003`}]}]}}, {InsetBox[
3083 StyleBox["\<\"\[FilledCircle]\"\>",
3084 StripOnInput->False,
3085 FontSize->8.96], 304], {LineBox[{{3182., 20.469}, {3182., 20.287}}],
3086 LineBox[{
3087 Offset[{1.5, 0}, {3182., 20.469}],
3088 Offset[{-1.5, 0}, {3182., 20.469}]}],
3089 LineBox[{
3090 Offset[{1.5, 0}, {3182., 20.287}],
3091 Offset[{-1.5, 0}, {3182., 20.287}]}]}}, {InsetBox[
3092 StyleBox["\<\"\[FilledCircle]\"\>",
3093 StripOnInput->False,
3094 FontSize->8.96], 305], {LineBox[{{3209., 20.596}, {3209., 18.946}}],
3095 LineBox[{
3096 Offset[{1.5, 0}, {3209., 20.596}],
3097 Offset[{-1.5, 0}, {3209., 20.596}]}],
3098 LineBox[{
3099 Offset[{1.5, 0}, {3209., 18.946}],
3100 Offset[{-1.5, 0}, {3209., 18.946}]}]}}, {InsetBox[
3101 StyleBox["\<\"\[FilledCircle]\"\>",
3102 StripOnInput->False,
3103 FontSize->8.96], 306], {
3104 LineBox[{{3214., 20.516000000000002`}, {3214., 20.334}}],
3105 LineBox[{
3106 Offset[{1.5, 0}, {3214., 20.516000000000002`}],
3107 Offset[{-1.5, 0}, {3214., 20.516000000000002`}]}],
3108 LineBox[{
3109 Offset[{1.5, 0}, {3214., 20.334}],
3110 Offset[{-1.5, 0}, {3214., 20.334}]}]}}, {InsetBox[
3111 StyleBox["\<\"\[FilledCircle]\"\>",
3112 StripOnInput->False,
3113 FontSize->8.96], 307], {
3114 LineBox[{{3243., 20.267}, {3243., 20.159000000000002`}}],
3115 LineBox[{
3116 Offset[{1.5, 0}, {3243., 20.267}],
3117 Offset[{-1.5, 0}, {3243., 20.267}]}],
3118 LineBox[{
3119 Offset[{1.5, 0}, {3243., 20.159000000000002`}],
3120 Offset[{-1.5, 0}, {3243., 20.159000000000002`}]}]}}, {InsetBox[
3121 StyleBox["\<\"\[FilledCircle]\"\>",
3122 StripOnInput->False,
3123 FontSize->8.96], 308], {LineBox[{{3274., 20.435}, {3274., 20.199}}],
3124 LineBox[{
3125 Offset[{1.5, 0}, {3274., 20.435}],
3126 Offset[{-1.5, 0}, {3274., 20.435}]}],
3127 LineBox[{
3128 Offset[{1.5, 0}, {3274., 20.199}],
3129 Offset[{-1.5, 0}, {3274., 20.199}]}]}}, {InsetBox[
3130 StyleBox["\<\"\[FilledCircle]\"\>",
3131 StripOnInput->False,
3132 FontSize->8.96], 309], {
3133 LineBox[{{3304., 20.520000000000003`}, {3304., 20.378}}],
3134 LineBox[{
3135 Offset[{1.5, 0}, {3304., 20.520000000000003`}],
3136 Offset[{-1.5, 0}, {3304., 20.520000000000003`}]}],
3137 LineBox[{
3138 Offset[{1.5, 0}, {3304., 20.378}],
3139 Offset[{-1.5, 0}, {3304., 20.378}]}]}}, {InsetBox[
3140 StyleBox["\<\"\[FilledCircle]\"\>",
3141 StripOnInput->False,
3142 FontSize->8.96], 310], {
3143 LineBox[{{3314., 20.631999999999998`}, {3314., 18.826}}],
3144 LineBox[{
3145 Offset[{1.5, 0}, {3314., 20.631999999999998`}],
3146 Offset[{-1.5, 0}, {3314., 20.631999999999998`}]}],
3147 LineBox[{
3148 Offset[{1.5, 0}, {3314., 18.826}],
3149 Offset[{-1.5, 0}, {3314., 18.826}]}]}}, {InsetBox[
3150 StyleBox["\<\"\[FilledCircle]\"\>",
3151 StripOnInput->False,
3152 FontSize->8.96], 311], {LineBox[{{3331., 20.446}, {3331., 20.248}}],
3153 LineBox[{
3154 Offset[{1.5, 0}, {3331., 20.446}],
3155 Offset[{-1.5, 0}, {3331., 20.446}]}],
3156 LineBox[{
3157 Offset[{1.5, 0}, {3331., 20.248}],
3158 Offset[{-1.5, 0}, {3331., 20.248}]}]}}, {InsetBox[
3159 StyleBox["\<\"\[FilledCircle]\"\>",
3160 StripOnInput->False,
3161 FontSize->8.96], 312], {LineBox[{{3362., 20.238}, {3362., 20.046}}],
3162 LineBox[{
3163 Offset[{1.5, 0}, {3362., 20.238}],
3164 Offset[{-1.5, 0}, {3362., 20.238}]}],
3165 LineBox[{
3166 Offset[{1.5, 0}, {3362., 20.046}],
3167 Offset[{-1.5, 0}, {3362., 20.046}]}]}}, {InsetBox[
3168 StyleBox["\<\"\[FilledCircle]\"\>",
3169 StripOnInput->False,
3170 FontSize->8.96], 313], {LineBox[{{3390., 20.339}, {3390., 20.189}}],
3171 LineBox[{
3172 Offset[{1.5, 0}, {3390., 20.339}],
3173 Offset[{-1.5, 0}, {3390., 20.339}]}],
3174 LineBox[{
3175 Offset[{1.5, 0}, {3390., 20.189}],
3176 Offset[{-1.5, 0}, {3390., 20.189}]}]}}, {InsetBox[
3177 StyleBox["\<\"\[FilledCircle]\"\>",
3178 StripOnInput->False,
3179 FontSize->8.96], 314], {
3180 LineBox[{{3454., 20.354}, {3454., 20.176000000000002`}}],
3181 LineBox[{
3182 Offset[{1.5, 0}, {3454., 20.354}],
3183 Offset[{-1.5, 0}, {3454., 20.354}]}],
3184 LineBox[{
3185 Offset[{1.5, 0}, {3454., 20.176000000000002`}],
3186 Offset[{-1.5, 0}, {3454., 20.176000000000002`}]}]}}, {InsetBox[
3187 StyleBox["\<\"\[FilledCircle]\"\>",
3188 StripOnInput->False,
3189 FontSize->8.96], 315], {LineBox[{{3510., 20.335}, {3510., 18.671}}],
3190 LineBox[{
3191 Offset[{1.5, 0}, {3510., 20.335}],
3192 Offset[{-1.5, 0}, {3510., 20.335}]}],
3193 LineBox[{
3194 Offset[{1.5, 0}, {3510., 18.671}],
3195 Offset[{-1.5, 0}, {3510., 18.671}]}]}}, {InsetBox[
3196 StyleBox["\<\"\[FilledCircle]\"\>",
3197 StripOnInput->False,
3198 FontSize->8.96], 316], {
3199 LineBox[{{3510., 5.726999999999999}, {3510., 5.723}}],
3200 LineBox[{
3201 Offset[{1.5, 0}, {3510., 5.726999999999999}],
3202 Offset[{-1.5, 0}, {3510., 5.726999999999999}]}],
3203 LineBox[{
3204 Offset[{1.5, 0}, {3510., 5.723}],
3205 Offset[{-1.5, 0}, {3510., 5.723}]}]}}, {InsetBox[
3206 StyleBox["\<\"\[FilledCircle]\"\>",
3207 StripOnInput->False,
3208 FontSize->8.96], 317], {
3209 LineBox[{{3517., 20.319999999999997`}, {3517., 20.224}}],
3210 LineBox[{
3211 Offset[{1.5, 0}, {3517., 20.319999999999997`}],
3212 Offset[{-1.5, 0}, {3517., 20.319999999999997`}]}],
3213 LineBox[{
3214 Offset[{1.5, 0}, {3517., 20.224}],
3215 Offset[{-1.5, 0}, {3517., 20.224}]}]}}, {InsetBox[
3216 StyleBox["\<\"\[FilledCircle]\"\>",
3217 StripOnInput->False,
3218 FontSize->8.96], 318], {
3219 LineBox[{{3577., 20.514999999999997`}, {3577., 20.355}}],
3220 LineBox[{
3221 Offset[{1.5, 0}, {3577., 20.514999999999997`}],
3222 Offset[{-1.5, 0}, {3577., 20.514999999999997`}]}],
3223 LineBox[{
3224 Offset[{1.5, 0}, {3577., 20.355}],
3225 Offset[{-1.5, 0}, {3577., 20.355}]}]}}, {InsetBox[
3226 StyleBox["\<\"\[FilledCircle]\"\>",
3227 StripOnInput->False,
3228 FontSize->8.96], 319], {LineBox[{{3594., 5.827}, {3594., 5.795}}],
3229 LineBox[{
3230 Offset[{1.5, 0}, {3594., 5.827}], Offset[{-1.5, 0}, {3594., 5.827}]}],
3231 LineBox[{
3232 Offset[{1.5, 0}, {3594., 5.795}],
3233 Offset[{-1.5, 0}, {3594., 5.795}]}]}}, {InsetBox[
3234 StyleBox["\<\"\[FilledCircle]\"\>",
3235 StripOnInput->False,
3236 FontSize->8.96], 320], {
3237 LineBox[{{3596., 20.461000000000002`}, {3596., 19.053}}],
3238 LineBox[{
3239 Offset[{1.5, 0}, {3596., 20.461000000000002`}],
3240 Offset[{-1.5, 0}, {3596., 20.461000000000002`}]}],
3241 LineBox[{
3242 Offset[{1.5, 0}, {3596., 19.053}],
3243 Offset[{-1.5, 0}, {3596., 19.053}]}]}}, {InsetBox[
3244 StyleBox["\<\"\[FilledCircle]\"\>",
3245 StripOnInput->False,
3246 FontSize->8.96], 321], {LineBox[{{3606., 21.034}, {3606., 20.83}}],
3247 LineBox[{
3248 Offset[{1.5, 0}, {3606., 21.034}],
3249 Offset[{-1.5, 0}, {3606., 21.034}]}],
3250 LineBox[{
3251 Offset[{1.5, 0}, {3606., 20.83}],
3252 Offset[{-1.5, 0}, {3606., 20.83}]}]}}, {InsetBox[
3253 StyleBox["\<\"\[FilledCircle]\"\>",
3254 StripOnInput->False,
3255 FontSize->8.96], 322], {LineBox[{{3637., 20.759}, {3637., 20.585}}],
3256 LineBox[{
3257 Offset[{1.5, 0}, {3637., 20.759}],
3258 Offset[{-1.5, 0}, {3637., 20.759}]}],
3259 LineBox[{
3260 Offset[{1.5, 0}, {3637., 20.585}],
3261 Offset[{-1.5, 0}, {3637., 20.585}]}]}}, {InsetBox[
3262 StyleBox["\<\"\[FilledCircle]\"\>",
3263 StripOnInput->False,
3264 FontSize->8.96], 323], {LineBox[{{3668., 20.433}, {3668., 20.281}}],
3265 LineBox[{
3266 Offset[{1.5, 0}, {3668., 20.433}],
3267 Offset[{-1.5, 0}, {3668., 20.433}]}],
3268 LineBox[{
3269 Offset[{1.5, 0}, {3668., 20.281}],
3270 Offset[{-1.5, 0}, {3668., 20.281}]}]}}, {InsetBox[
3271 StyleBox["\<\"\[FilledCircle]\"\>",
3272 StripOnInput->False,
3273 FontSize->8.96], 324], {LineBox[{{3694., 20.531}, {3694., 18.601}}],
3274 LineBox[{
3275 Offset[{1.5, 0}, {3694., 20.531}],
3276 Offset[{-1.5, 0}, {3694., 20.531}]}],
3277 LineBox[{
3278 Offset[{1.5, 0}, {3694., 18.601}],
3279 Offset[{-1.5, 0}, {3694., 18.601}]}]}}, {InsetBox[
3280 StyleBox["\<\"\[FilledCircle]\"\>",
3281 StripOnInput->False,
3282 FontSize->8.96], 325], {
3283 LineBox[{{3693., 5.8149999999999995`}, {3693., 5.795}}],
3284 LineBox[{
3285 Offset[{1.5, 0}, {3693., 5.8149999999999995`}],
3286 Offset[{-1.5, 0}, {3693., 5.8149999999999995`}]}],
3287 LineBox[{
3288 Offset[{1.5, 0}, {3693., 5.795}],
3289 Offset[{-1.5, 0}, {3693., 5.795}]}]}}, {InsetBox[
3290 StyleBox["\<\"\[FilledCircle]\"\>",
3291 StripOnInput->False,
3292 FontSize->8.96], 326], {
3293 LineBox[{{3695., 20.38}, {3695., 20.169999999999998`}}],
3294 LineBox[{
3295 Offset[{1.5, 0}, {3695., 20.38}], Offset[{-1.5, 0}, {3695., 20.38}]}],
3296 LineBox[{
3297 Offset[{1.5, 0}, {3695., 20.169999999999998`}],
3298 Offset[{-1.5, 0}, {3695., 20.169999999999998`}]}]}}}, {}}],
3299 AspectRatio->NCache[GoldenRatio^(-1), 0.6180339887498948],
3300 Axes->True,
3301 AxesOrigin->{0, 0},
3302 Frame->True,
3303 FrameLabel->{{
3304 FormBox["\"Coeff. calibratio Ouest (Jy)\"", TraditionalForm],
3305 FormBox["\"\"", TraditionalForm]}, {
3306 FormBox["\"Jour depuis 31 Jan. 2001\"", TraditionalForm],
3307 FormBox["\"1410 MHz\"", TraditionalForm]}},
3308 GridLines->Automatic,
3309 ImageSize->{866., Automatic},
3310 LabelStyle->Directive[
3311 RGBColor[0, 0, 1], Large],
3312 PlotRange->{All, {0, 25}},
3313 PlotRangeClipping->True,
3314 PlotRangePadding->{Automatic, Automatic}]], "Output",
3315 CellChangeTimes->{{3.5104811085131197`*^9, 3.5104811490941772`*^9}}]
3316}, Open ]]
3317},
3318WindowSize->{990, 761},
3319WindowMargins->{{0, Automatic}, {Automatic, 0}},
3320FrontEndVersion->"8.0 for Microsoft Windows (32-bit) (November 7, 2010)",
3321StyleDefinitions->"Default.nb"
3322]
3323(* End of Notebook Content *)
3324
3325(* Internal cache information *)
3326(*CellTagsOutline
3327CellTagsIndex->{}
3328*)
3329(*CellTagsIndex
3330CellTagsIndex->{}
3331*)
3332(*NotebookFileOutline
3333Notebook[{
3334Cell[557, 20, 180, 3, 31, "Input"],
3335Cell[740, 25, 179, 3, 52, InheritFromParent],
3336Cell[922, 30, 53, 1, 31, "Input"],
3337Cell[978, 33, 266, 7, 31, "Input"],
3338Cell[1247, 42, 79, 1, 31, "Input"],
3339Cell[1329, 45, 2119, 53, 92, "Input"],
3340Cell[CellGroupData[{
3341Cell[3473, 102, 1266, 28, 72, "Input"],
3342Cell[4742, 132, 67585, 1545, 597, "Output"]
3343}, Open ]],
3344Cell[72342, 1680, 242, 6, 31, "Input"],
3345Cell[72587, 1688, 1727, 48, 92, "Input"],
3346Cell[CellGroupData[{
3347Cell[74339, 1740, 937, 24, 72, "Input"],
3348Cell[75279, 1766, 67411, 1548, 589, "Output"]
3349}, Open ]]
3350}
3351]
3352*)
3353
3354(* End of internal cache information *)
Note: See TracBrowser for help on using the repository browser.