├── LICENSE
├── README.md
├── downloads
└── model.h
├── gesture-data
├── flex.csv
└── punch.csv
├── images
├── 3d-accelerometer.png
├── classifier-output.png
├── flex.png
├── gyroscope.png
├── model-h.png
├── model-head.png
├── plot.png
├── punch-data.png
└── serial-data.png
├── model.h
├── nano-gesture recognition
├── nano-classifier
│ ├── model.h
│ └── nano-classifier.ino
└── nano-data-collect.ino
└── tinyml_on_the_edge.ipynb
/LICENSE:
--------------------------------------------------------------------------------
1 | GNU GENERAL PUBLIC LICENSE
2 | Version 3, 29 June 2007
3 |
4 | Copyright (C) 2007 Free Software Foundation, Inc.
5 | Everyone is permitted to copy and distribute verbatim copies
6 | of this license document, but changing it is not allowed.
7 |
8 | Preamble
9 |
10 | The GNU General Public License is a free, copyleft license for
11 | software and other kinds of works.
12 |
13 | The licenses for most software and other practical works are designed
14 | to take away your freedom to share and change the works. By contrast,
15 | the GNU General Public License is intended to guarantee your freedom to
16 | share and change all versions of a program--to make sure it remains free
17 | software for all its users. We, the Free Software Foundation, use the
18 | GNU General Public License for most of our software; it applies also to
19 | any other work released this way by its authors. You can apply it to
20 | your programs, too.
21 |
22 | When we speak of free software, we are referring to freedom, not
23 | price. Our General Public Licenses are designed to make sure that you
24 | have the freedom to distribute copies of free software (and charge for
25 | them if you wish), that you receive source code or can get it if you
26 | want it, that you can change the software or use pieces of it in new
27 | free programs, and that you know you can do these things.
28 |
29 | To protect your rights, we need to prevent others from denying you
30 | these rights or asking you to surrender the rights. Therefore, you have
31 | certain responsibilities if you distribute copies of the software, or if
32 | you modify it: responsibilities to respect the freedom of others.
33 |
34 | For example, if you distribute copies of such a program, whether
35 | gratis or for a fee, you must pass on to the recipients the same
36 | freedoms that you received. You must make sure that they, too, receive
37 | or can get the source code. And you must show them these terms so they
38 | know their rights.
39 |
40 | Developers that use the GNU GPL protect your rights with two steps:
41 | (1) assert copyright on the software, and (2) offer you this License
42 | giving you legal permission to copy, distribute and/or modify it.
43 |
44 | For the developers' and authors' protection, the GPL clearly explains
45 | that there is no warranty for this free software. For both users' and
46 | authors' sake, the GPL requires that modified versions be marked as
47 | changed, so that their problems will not be attributed erroneously to
48 | authors of previous versions.
49 |
50 | Some devices are designed to deny users access to install or run
51 | modified versions of the software inside them, although the manufacturer
52 | can do so. This is fundamentally incompatible with the aim of
53 | protecting users' freedom to change the software. The systematic
54 | pattern of such abuse occurs in the area of products for individuals to
55 | use, which is precisely where it is most unacceptable. Therefore, we
56 | have designed this version of the GPL to prohibit the practice for those
57 | products. If such problems arise substantially in other domains, we
58 | stand ready to extend this provision to those domains in future versions
59 | of the GPL, as needed to protect the freedom of users.
60 |
61 | Finally, every program is threatened constantly by software patents.
62 | States should not allow patents to restrict development and use of
63 | software on general-purpose computers, but in those that do, we wish to
64 | avoid the special danger that patents applied to a free program could
65 | make it effectively proprietary. To prevent this, the GPL assures that
66 | patents cannot be used to render the program non-free.
67 |
68 | The precise terms and conditions for copying, distribution and
69 | modification follow.
70 |
71 | TERMS AND CONDITIONS
72 |
73 | 0. Definitions.
74 |
75 | "This License" refers to version 3 of the GNU General Public License.
76 |
77 | "Copyright" also means copyright-like laws that apply to other kinds of
78 | works, such as semiconductor masks.
79 |
80 | "The Program" refers to any copyrightable work licensed under this
81 | License. Each licensee is addressed as "you". "Licensees" and
82 | "recipients" may be individuals or organizations.
83 |
84 | To "modify" a work means to copy from or adapt all or part of the work
85 | in a fashion requiring copyright permission, other than the making of an
86 | exact copy. The resulting work is called a "modified version" of the
87 | earlier work or a work "based on" the earlier work.
88 |
89 | A "covered work" means either the unmodified Program or a work based
90 | on the Program.
91 |
92 | To "propagate" a work means to do anything with it that, without
93 | permission, would make you directly or secondarily liable for
94 | infringement under applicable copyright law, except executing it on a
95 | computer or modifying a private copy. Propagation includes copying,
96 | distribution (with or without modification), making available to the
97 | public, and in some countries other activities as well.
98 |
99 | To "convey" a work means any kind of propagation that enables other
100 | parties to make or receive copies. Mere interaction with a user through
101 | a computer network, with no transfer of a copy, is not conveying.
102 |
103 | An interactive user interface displays "Appropriate Legal Notices"
104 | to the extent that it includes a convenient and prominently visible
105 | feature that (1) displays an appropriate copyright notice, and (2)
106 | tells the user that there is no warranty for the work (except to the
107 | extent that warranties are provided), that licensees may convey the
108 | work under this License, and how to view a copy of this License. If
109 | the interface presents a list of user commands or options, such as a
110 | menu, a prominent item in the list meets this criterion.
111 |
112 | 1. Source Code.
113 |
114 | The "source code" for a work means the preferred form of the work
115 | for making modifications to it. "Object code" means any non-source
116 | form of a work.
117 |
118 | A "Standard Interface" means an interface that either is an official
119 | standard defined by a recognized standards body, or, in the case of
120 | interfaces specified for a particular programming language, one that
121 | is widely used among developers working in that language.
122 |
123 | The "System Libraries" of an executable work include anything, other
124 | than the work as a whole, that (a) is included in the normal form of
125 | packaging a Major Component, but which is not part of that Major
126 | Component, and (b) serves only to enable use of the work with that
127 | Major Component, or to implement a Standard Interface for which an
128 | implementation is available to the public in source code form. A
129 | "Major Component", in this context, means a major essential component
130 | (kernel, window system, and so on) of the specific operating system
131 | (if any) on which the executable work runs, or a compiler used to
132 | produce the work, or an object code interpreter used to run it.
133 |
134 | The "Corresponding Source" for a work in object code form means all
135 | the source code needed to generate, install, and (for an executable
136 | work) run the object code and to modify the work, including scripts to
137 | control those activities. However, it does not include the work's
138 | System Libraries, or general-purpose tools or generally available free
139 | programs which are used unmodified in performing those activities but
140 | which are not part of the work. For example, Corresponding Source
141 | includes interface definition files associated with source files for
142 | the work, and the source code for shared libraries and dynamically
143 | linked subprograms that the work is specifically designed to require,
144 | such as by intimate data communication or control flow between those
145 | subprograms and other parts of the work.
146 |
147 | The Corresponding Source need not include anything that users
148 | can regenerate automatically from other parts of the Corresponding
149 | Source.
150 |
151 | The Corresponding Source for a work in source code form is that
152 | same work.
153 |
154 | 2. Basic Permissions.
155 |
156 | All rights granted under this License are granted for the term of
157 | copyright on the Program, and are irrevocable provided the stated
158 | conditions are met. This License explicitly affirms your unlimited
159 | permission to run the unmodified Program. The output from running a
160 | covered work is covered by this License only if the output, given its
161 | content, constitutes a covered work. This License acknowledges your
162 | rights of fair use or other equivalent, as provided by copyright law.
163 |
164 | You may make, run and propagate covered works that you do not
165 | convey, without conditions so long as your license otherwise remains
166 | in force. You may convey covered works to others for the sole purpose
167 | of having them make modifications exclusively for you, or provide you
168 | with facilities for running those works, provided that you comply with
169 | the terms of this License in conveying all material for which you do
170 | not control copyright. Those thus making or running the covered works
171 | for you must do so exclusively on your behalf, under your direction
172 | and control, on terms that prohibit them from making any copies of
173 | your copyrighted material outside their relationship with you.
174 |
175 | Conveying under any other circumstances is permitted solely under
176 | the conditions stated below. Sublicensing is not allowed; section 10
177 | makes it unnecessary.
178 |
179 | 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
180 |
181 | No covered work shall be deemed part of an effective technological
182 | measure under any applicable law fulfilling obligations under article
183 | 11 of the WIPO copyright treaty adopted on 20 December 1996, or
184 | similar laws prohibiting or restricting circumvention of such
185 | measures.
186 |
187 | When you convey a covered work, you waive any legal power to forbid
188 | circumvention of technological measures to the extent such circumvention
189 | is effected by exercising rights under this License with respect to
190 | the covered work, and you disclaim any intention to limit operation or
191 | modification of the work as a means of enforcing, against the work's
192 | users, your or third parties' legal rights to forbid circumvention of
193 | technological measures.
194 |
195 | 4. Conveying Verbatim Copies.
196 |
197 | You may convey verbatim copies of the Program's source code as you
198 | receive it, in any medium, provided that you conspicuously and
199 | appropriately publish on each copy an appropriate copyright notice;
200 | keep intact all notices stating that this License and any
201 | non-permissive terms added in accord with section 7 apply to the code;
202 | keep intact all notices of the absence of any warranty; and give all
203 | recipients a copy of this License along with the Program.
204 |
205 | You may charge any price or no price for each copy that you convey,
206 | and you may offer support or warranty protection for a fee.
207 |
208 | 5. Conveying Modified Source Versions.
209 |
210 | You may convey a work based on the Program, or the modifications to
211 | produce it from the Program, in the form of source code under the
212 | terms of section 4, provided that you also meet all of these conditions:
213 |
214 | a) The work must carry prominent notices stating that you modified
215 | it, and giving a relevant date.
216 |
217 | b) The work must carry prominent notices stating that it is
218 | released under this License and any conditions added under section
219 | 7. This requirement modifies the requirement in section 4 to
220 | "keep intact all notices".
221 |
222 | c) You must license the entire work, as a whole, under this
223 | License to anyone who comes into possession of a copy. This
224 | License will therefore apply, along with any applicable section 7
225 | additional terms, to the whole of the work, and all its parts,
226 | regardless of how they are packaged. This License gives no
227 | permission to license the work in any other way, but it does not
228 | invalidate such permission if you have separately received it.
229 |
230 | d) If the work has interactive user interfaces, each must display
231 | Appropriate Legal Notices; however, if the Program has interactive
232 | interfaces that do not display Appropriate Legal Notices, your
233 | work need not make them do so.
234 |
235 | A compilation of a covered work with other separate and independent
236 | works, which are not by their nature extensions of the covered work,
237 | and which are not combined with it such as to form a larger program,
238 | in or on a volume of a storage or distribution medium, is called an
239 | "aggregate" if the compilation and its resulting copyright are not
240 | used to limit the access or legal rights of the compilation's users
241 | beyond what the individual works permit. Inclusion of a covered work
242 | in an aggregate does not cause this License to apply to the other
243 | parts of the aggregate.
244 |
245 | 6. Conveying Non-Source Forms.
246 |
247 | You may convey a covered work in object code form under the terms
248 | of sections 4 and 5, provided that you also convey the
249 | machine-readable Corresponding Source under the terms of this License,
250 | in one of these ways:
251 |
252 | a) Convey the object code in, or embodied in, a physical product
253 | (including a physical distribution medium), accompanied by the
254 | Corresponding Source fixed on a durable physical medium
255 | customarily used for software interchange.
256 |
257 | b) Convey the object code in, or embodied in, a physical product
258 | (including a physical distribution medium), accompanied by a
259 | written offer, valid for at least three years and valid for as
260 | long as you offer spare parts or customer support for that product
261 | model, to give anyone who possesses the object code either (1) a
262 | copy of the Corresponding Source for all the software in the
263 | product that is covered by this License, on a durable physical
264 | medium customarily used for software interchange, for a price no
265 | more than your reasonable cost of physically performing this
266 | conveying of source, or (2) access to copy the
267 | Corresponding Source from a network server at no charge.
268 |
269 | c) Convey individual copies of the object code with a copy of the
270 | written offer to provide the Corresponding Source. This
271 | alternative is allowed only occasionally and noncommercially, and
272 | only if you received the object code with such an offer, in accord
273 | with subsection 6b.
274 |
275 | d) Convey the object code by offering access from a designated
276 | place (gratis or for a charge), and offer equivalent access to the
277 | Corresponding Source in the same way through the same place at no
278 | further charge. You need not require recipients to copy the
279 | Corresponding Source along with the object code. If the place to
280 | copy the object code is a network server, the Corresponding Source
281 | may be on a different server (operated by you or a third party)
282 | that supports equivalent copying facilities, provided you maintain
283 | clear directions next to the object code saying where to find the
284 | Corresponding Source. Regardless of what server hosts the
285 | Corresponding Source, you remain obligated to ensure that it is
286 | available for as long as needed to satisfy these requirements.
287 |
288 | e) Convey the object code using peer-to-peer transmission, provided
289 | you inform other peers where the object code and Corresponding
290 | Source of the work are being offered to the general public at no
291 | charge under subsection 6d.
292 |
293 | A separable portion of the object code, whose source code is excluded
294 | from the Corresponding Source as a System Library, need not be
295 | included in conveying the object code work.
296 |
297 | A "User Product" is either (1) a "consumer product", which means any
298 | tangible personal property which is normally used for personal, family,
299 | or household purposes, or (2) anything designed or sold for incorporation
300 | into a dwelling. In determining whether a product is a consumer product,
301 | doubtful cases shall be resolved in favor of coverage. For a particular
302 | product received by a particular user, "normally used" refers to a
303 | typical or common use of that class of product, regardless of the status
304 | of the particular user or of the way in which the particular user
305 | actually uses, or expects or is expected to use, the product. A product
306 | is a consumer product regardless of whether the product has substantial
307 | commercial, industrial or non-consumer uses, unless such uses represent
308 | the only significant mode of use of the product.
309 |
310 | "Installation Information" for a User Product means any methods,
311 | procedures, authorization keys, or other information required to install
312 | and execute modified versions of a covered work in that User Product from
313 | a modified version of its Corresponding Source. The information must
314 | suffice to ensure that the continued functioning of the modified object
315 | code is in no case prevented or interfered with solely because
316 | modification has been made.
317 |
318 | If you convey an object code work under this section in, or with, or
319 | specifically for use in, a User Product, and the conveying occurs as
320 | part of a transaction in which the right of possession and use of the
321 | User Product is transferred to the recipient in perpetuity or for a
322 | fixed term (regardless of how the transaction is characterized), the
323 | Corresponding Source conveyed under this section must be accompanied
324 | by the Installation Information. But this requirement does not apply
325 | if neither you nor any third party retains the ability to install
326 | modified object code on the User Product (for example, the work has
327 | been installed in ROM).
328 |
329 | The requirement to provide Installation Information does not include a
330 | requirement to continue to provide support service, warranty, or updates
331 | for a work that has been modified or installed by the recipient, or for
332 | the User Product in which it has been modified or installed. Access to a
333 | network may be denied when the modification itself materially and
334 | adversely affects the operation of the network or violates the rules and
335 | protocols for communication across the network.
336 |
337 | Corresponding Source conveyed, and Installation Information provided,
338 | in accord with this section must be in a format that is publicly
339 | documented (and with an implementation available to the public in
340 | source code form), and must require no special password or key for
341 | unpacking, reading or copying.
342 |
343 | 7. Additional Terms.
344 |
345 | "Additional permissions" are terms that supplement the terms of this
346 | License by making exceptions from one or more of its conditions.
347 | Additional permissions that are applicable to the entire Program shall
348 | be treated as though they were included in this License, to the extent
349 | that they are valid under applicable law. If additional permissions
350 | apply only to part of the Program, that part may be used separately
351 | under those permissions, but the entire Program remains governed by
352 | this License without regard to the additional permissions.
353 |
354 | When you convey a copy of a covered work, you may at your option
355 | remove any additional permissions from that copy, or from any part of
356 | it. (Additional permissions may be written to require their own
357 | removal in certain cases when you modify the work.) You may place
358 | additional permissions on material, added by you to a covered work,
359 | for which you have or can give appropriate copyright permission.
360 |
361 | Notwithstanding any other provision of this License, for material you
362 | add to a covered work, you may (if authorized by the copyright holders of
363 | that material) supplement the terms of this License with terms:
364 |
365 | a) Disclaiming warranty or limiting liability differently from the
366 | terms of sections 15 and 16 of this License; or
367 |
368 | b) Requiring preservation of specified reasonable legal notices or
369 | author attributions in that material or in the Appropriate Legal
370 | Notices displayed by works containing it; or
371 |
372 | c) Prohibiting misrepresentation of the origin of that material, or
373 | requiring that modified versions of such material be marked in
374 | reasonable ways as different from the original version; or
375 |
376 | d) Limiting the use for publicity purposes of names of licensors or
377 | authors of the material; or
378 |
379 | e) Declining to grant rights under trademark law for use of some
380 | trade names, trademarks, or service marks; or
381 |
382 | f) Requiring indemnification of licensors and authors of that
383 | material by anyone who conveys the material (or modified versions of
384 | it) with contractual assumptions of liability to the recipient, for
385 | any liability that these contractual assumptions directly impose on
386 | those licensors and authors.
387 |
388 | All other non-permissive additional terms are considered "further
389 | restrictions" within the meaning of section 10. If the Program as you
390 | received it, or any part of it, contains a notice stating that it is
391 | governed by this License along with a term that is a further
392 | restriction, you may remove that term. If a license document contains
393 | a further restriction but permits relicensing or conveying under this
394 | License, you may add to a covered work material governed by the terms
395 | of that license document, provided that the further restriction does
396 | not survive such relicensing or conveying.
397 |
398 | If you add terms to a covered work in accord with this section, you
399 | must place, in the relevant source files, a statement of the
400 | additional terms that apply to those files, or a notice indicating
401 | where to find the applicable terms.
402 |
403 | Additional terms, permissive or non-permissive, may be stated in the
404 | form of a separately written license, or stated as exceptions;
405 | the above requirements apply either way.
406 |
407 | 8. Termination.
408 |
409 | You may not propagate or modify a covered work except as expressly
410 | provided under this License. Any attempt otherwise to propagate or
411 | modify it is void, and will automatically terminate your rights under
412 | this License (including any patent licenses granted under the third
413 | paragraph of section 11).
414 |
415 | However, if you cease all violation of this License, then your
416 | license from a particular copyright holder is reinstated (a)
417 | provisionally, unless and until the copyright holder explicitly and
418 | finally terminates your license, and (b) permanently, if the copyright
419 | holder fails to notify you of the violation by some reasonable means
420 | prior to 60 days after the cessation.
421 |
422 | Moreover, your license from a particular copyright holder is
423 | reinstated permanently if the copyright holder notifies you of the
424 | violation by some reasonable means, this is the first time you have
425 | received notice of violation of this License (for any work) from that
426 | copyright holder, and you cure the violation prior to 30 days after
427 | your receipt of the notice.
428 |
429 | Termination of your rights under this section does not terminate the
430 | licenses of parties who have received copies or rights from you under
431 | this License. If your rights have been terminated and not permanently
432 | reinstated, you do not qualify to receive new licenses for the same
433 | material under section 10.
434 |
435 | 9. Acceptance Not Required for Having Copies.
436 |
437 | You are not required to accept this License in order to receive or
438 | run a copy of the Program. Ancillary propagation of a covered work
439 | occurring solely as a consequence of using peer-to-peer transmission
440 | to receive a copy likewise does not require acceptance. However,
441 | nothing other than this License grants you permission to propagate or
442 | modify any covered work. These actions infringe copyright if you do
443 | not accept this License. Therefore, by modifying or propagating a
444 | covered work, you indicate your acceptance of this License to do so.
445 |
446 | 10. Automatic Licensing of Downstream Recipients.
447 |
448 | Each time you convey a covered work, the recipient automatically
449 | receives a license from the original licensors, to run, modify and
450 | propagate that work, subject to this License. You are not responsible
451 | for enforcing compliance by third parties with this License.
452 |
453 | An "entity transaction" is a transaction transferring control of an
454 | organization, or substantially all assets of one, or subdividing an
455 | organization, or merging organizations. If propagation of a covered
456 | work results from an entity transaction, each party to that
457 | transaction who receives a copy of the work also receives whatever
458 | licenses to the work the party's predecessor in interest had or could
459 | give under the previous paragraph, plus a right to possession of the
460 | Corresponding Source of the work from the predecessor in interest, if
461 | the predecessor has it or can get it with reasonable efforts.
462 |
463 | You may not impose any further restrictions on the exercise of the
464 | rights granted or affirmed under this License. For example, you may
465 | not impose a license fee, royalty, or other charge for exercise of
466 | rights granted under this License, and you may not initiate litigation
467 | (including a cross-claim or counterclaim in a lawsuit) alleging that
468 | any patent claim is infringed by making, using, selling, offering for
469 | sale, or importing the Program or any portion of it.
470 |
471 | 11. Patents.
472 |
473 | A "contributor" is a copyright holder who authorizes use under this
474 | License of the Program or a work on which the Program is based. The
475 | work thus licensed is called the contributor's "contributor version".
476 |
477 | A contributor's "essential patent claims" are all patent claims
478 | owned or controlled by the contributor, whether already acquired or
479 | hereafter acquired, that would be infringed by some manner, permitted
480 | by this License, of making, using, or selling its contributor version,
481 | but do not include claims that would be infringed only as a
482 | consequence of further modification of the contributor version. For
483 | purposes of this definition, "control" includes the right to grant
484 | patent sublicenses in a manner consistent with the requirements of
485 | this License.
486 |
487 | Each contributor grants you a non-exclusive, worldwide, royalty-free
488 | patent license under the contributor's essential patent claims, to
489 | make, use, sell, offer for sale, import and otherwise run, modify and
490 | propagate the contents of its contributor version.
491 |
492 | In the following three paragraphs, a "patent license" is any express
493 | agreement or commitment, however denominated, not to enforce a patent
494 | (such as an express permission to practice a patent or covenant not to
495 | sue for patent infringement). To "grant" such a patent license to a
496 | party means to make such an agreement or commitment not to enforce a
497 | patent against the party.
498 |
499 | If you convey a covered work, knowingly relying on a patent license,
500 | and the Corresponding Source of the work is not available for anyone
501 | to copy, free of charge and under the terms of this License, through a
502 | publicly available network server or other readily accessible means,
503 | then you must either (1) cause the Corresponding Source to be so
504 | available, or (2) arrange to deprive yourself of the benefit of the
505 | patent license for this particular work, or (3) arrange, in a manner
506 | consistent with the requirements of this License, to extend the patent
507 | license to downstream recipients. "Knowingly relying" means you have
508 | actual knowledge that, but for the patent license, your conveying the
509 | covered work in a country, or your recipient's use of the covered work
510 | in a country, would infringe one or more identifiable patents in that
511 | country that you have reason to believe are valid.
512 |
513 | If, pursuant to or in connection with a single transaction or
514 | arrangement, you convey, or propagate by procuring conveyance of, a
515 | covered work, and grant a patent license to some of the parties
516 | receiving the covered work authorizing them to use, propagate, modify
517 | or convey a specific copy of the covered work, then the patent license
518 | you grant is automatically extended to all recipients of the covered
519 | work and works based on it.
520 |
521 | A patent license is "discriminatory" if it does not include within
522 | the scope of its coverage, prohibits the exercise of, or is
523 | conditioned on the non-exercise of one or more of the rights that are
524 | specifically granted under this License. You may not convey a covered
525 | work if you are a party to an arrangement with a third party that is
526 | in the business of distributing software, under which you make payment
527 | to the third party based on the extent of your activity of conveying
528 | the work, and under which the third party grants, to any of the
529 | parties who would receive the covered work from you, a discriminatory
530 | patent license (a) in connection with copies of the covered work
531 | conveyed by you (or copies made from those copies), or (b) primarily
532 | for and in connection with specific products or compilations that
533 | contain the covered work, unless you entered into that arrangement,
534 | or that patent license was granted, prior to 28 March 2007.
535 |
536 | Nothing in this License shall be construed as excluding or limiting
537 | any implied license or other defenses to infringement that may
538 | otherwise be available to you under applicable patent law.
539 |
540 | 12. No Surrender of Others' Freedom.
541 |
542 | If conditions are imposed on you (whether by court order, agreement or
543 | otherwise) that contradict the conditions of this License, they do not
544 | excuse you from the conditions of this License. If you cannot convey a
545 | covered work so as to satisfy simultaneously your obligations under this
546 | License and any other pertinent obligations, then as a consequence you may
547 | not convey it at all. For example, if you agree to terms that obligate you
548 | to collect a royalty for further conveying from those to whom you convey
549 | the Program, the only way you could satisfy both those terms and this
550 | License would be to refrain entirely from conveying the Program.
551 |
552 | 13. Use with the GNU Affero General Public License.
553 |
554 | Notwithstanding any other provision of this License, you have
555 | permission to link or combine any covered work with a work licensed
556 | under version 3 of the GNU Affero General Public License into a single
557 | combined work, and to convey the resulting work. The terms of this
558 | License will continue to apply to the part which is the covered work,
559 | but the special requirements of the GNU Affero General Public License,
560 | section 13, concerning interaction through a network will apply to the
561 | combination as such.
562 |
563 | 14. Revised Versions of this License.
564 |
565 | The Free Software Foundation may publish revised and/or new versions of
566 | the GNU General Public License from time to time. Such new versions will
567 | be similar in spirit to the present version, but may differ in detail to
568 | address new problems or concerns.
569 |
570 | Each version is given a distinguishing version number. If the
571 | Program specifies that a certain numbered version of the GNU General
572 | Public License "or any later version" applies to it, you have the
573 | option of following the terms and conditions either of that numbered
574 | version or of any later version published by the Free Software
575 | Foundation. If the Program does not specify a version number of the
576 | GNU General Public License, you may choose any version ever published
577 | by the Free Software Foundation.
578 |
579 | If the Program specifies that a proxy can decide which future
580 | versions of the GNU General Public License can be used, that proxy's
581 | public statement of acceptance of a version permanently authorizes you
582 | to choose that version for the Program.
583 |
584 | Later license versions may give you additional or different
585 | permissions. However, no additional obligations are imposed on any
586 | author or copyright holder as a result of your choosing to follow a
587 | later version.
588 |
589 | 15. Disclaimer of Warranty.
590 |
591 | THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
592 | APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
593 | HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
594 | OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
595 | THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
596 | PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
597 | IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
598 | ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
599 |
600 | 16. Limitation of Liability.
601 |
602 | IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
603 | WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
604 | THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
605 | GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
606 | USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
607 | DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
608 | PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
609 | EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
610 | SUCH DAMAGES.
611 |
612 | 17. Interpretation of Sections 15 and 16.
613 |
614 | If the disclaimer of warranty and limitation of liability provided
615 | above cannot be given local legal effect according to their terms,
616 | reviewing courts shall apply local law that most closely approximates
617 | an absolute waiver of all civil liability in connection with the
618 | Program, unless a warranty or assumption of liability accompanies a
619 | copy of the Program in return for a fee.
620 |
621 | END OF TERMS AND CONDITIONS
622 |
623 | How to Apply These Terms to Your New Programs
624 |
625 | If you develop a new program, and you want it to be of the greatest
626 | possible use to the public, the best way to achieve this is to make it
627 | free software which everyone can redistribute and change under these terms.
628 |
629 | To do so, attach the following notices to the program. It is safest
630 | to attach them to the start of each source file to most effectively
631 | state the exclusion of warranty; and each file should have at least
632 | the "copyright" line and a pointer to where the full notice is found.
633 |
634 |
635 | Copyright (C)
636 |
637 | This program is free software: you can redistribute it and/or modify
638 | it under the terms of the GNU General Public License as published by
639 | the Free Software Foundation, either version 3 of the License, or
640 | (at your option) any later version.
641 |
642 | This program is distributed in the hope that it will be useful,
643 | but WITHOUT ANY WARRANTY; without even the implied warranty of
644 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
645 | GNU General Public License for more details.
646 |
647 | You should have received a copy of the GNU General Public License
648 | along with this program. If not, see .
649 |
650 | Also add information on how to contact you by electronic and paper mail.
651 |
652 | If the program does terminal interaction, make it output a short
653 | notice like this when it starts in an interactive mode:
654 |
655 | Copyright (C)
656 | This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
657 | This is free software, and you are welcome to redistribute it
658 | under certain conditions; type `show c' for details.
659 |
660 | The hypothetical commands `show w' and `show c' should show the appropriate
661 | parts of the General Public License. Of course, your program's commands
662 | might be different; for a GUI interface, you would use an "about box".
663 |
664 | You should also get your employer (if you work as a programmer) or school,
665 | if any, to sign a "copyright disclaimer" for the program, if necessary.
666 | For more information on this, and how to apply and follow the GNU GPL, see
667 | .
668 |
669 | The GNU General Public License does not permit incorporating your program
670 | into proprietary programs. If your program is a subroutine library, you
671 | may consider it more useful to permit linking proprietary applications with
672 | the library. If this is what you want to do, use the GNU Lesser General
673 | Public License instead of this License. But first, please read
674 | .
675 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | # Tinyml-on-the-edge
2 | Arduino Nano 33 BLE Sense can be used to recognize gestures using machine learning. A tensorflow model is designed, built and trained using accelerometer and gyroscope sensors data on Google Colaboratory, which can handle jupyter notebooks online. The model is converted to tensorflow-lite model and later encoded on Arduino Nano 33 BLE Sense header file. A a gesture classifier uses the model to classify the data from both sensor types. IMU has numerous sensors including accelerometer, gyroscope and magnetometer. In this project, we are going to use accelerometer and gyroscope data to predict punch and flex gesture. This is based on [arduino tutorials](https://github.com/arduino/ArduinoTensorFlowLiteTutorials).
3 |
4 | This project will follow the following procedure.
5 | 1. Revisit [setting up arduino IDE](https://github.com/billiyz/nano-33-ble-sense) without going through the programming part of sensor data collection.
6 | 2. Look into accelerometer and gyroscope operation
7 | 3. Write a sketch to collect accelerometer and gyroscope data
8 | 4. Upload the data to the google colaboratory platform
9 | 5. Train a neural network
10 | 6. Convert the trained model into tensorflow lite model
11 | 7. Encode the model in arduino header file
12 |
13 | # Accelerometer and gyroscope operation.
14 | IMU sensor on the Arduino Nano 33 BLE Sense has three sensors; accelerometer, gyroscope and magretometer. These sensors measure forces acting on the body. They give acceleration and rotation information on the x, y and Z.
15 |
16 | Many accelerometers and gyroscopes are fabricated using micro-electromechanical systems (MEMS). The production process for the MEMS sensor combines silicon and mechanical functions on the same micrometer silicon substrate. The major components in these devices are the mechanical elements, the sensing mechanism and the application specific integrated circuit (ASIC) as explained in [digi-key](https://www.digikey.com/en/articles/techzone/2018/jan/apply-sensor-fusion-to-accelerometers-and-gyroscopes).
17 |
18 | ## Application
19 | * Mobile Smart Phones
20 | * Drones
21 | * Aeroplanes
22 | * Mobile IoT Devices
23 | * Anti-theft/Asset Tracking/Security Devices
24 |
25 | ## Operation
26 | ### Accelerometer
27 | In IMU 3d accelerometer sensor, the sensing mechanism for all three accelerometers is capacitive. The accelerometer measures linear acceleration along the x, y, and z axis. It has three sensors. The three sensors are mounted orthogonally.
28 |
29 | 
30 |
31 | ### Gyroscope
32 | The gyroscpe measures the rate of change of angular velocity over time (angular changes). Many of these sensors are also manufactured using MEMS. Gyroscope also relies on the varying capacitance between silicon and mechanical elements, but with this configuration, the sensor generates capacitive changes with angular velocity changes. A 3D gyroscope also has 3 gyroscopic sensors mounted orthogonally to each other.
33 |
34 | 
35 |
36 | Accelerometer and gyrometer sensors face position and angular errors respectively, but fussion process in which they are made and manufactured, aims at perfecting on each other errors thus accuracy is reached.
37 |
38 | # Collect accelerometer and gyroscope sensor data
39 |
40 | To capture the accelerometer and gyroscope data, A sketch is written on arduino IDE and uploaded to the board, or go to [arduinoTensorFlowLite Tutorials](https://github.com/arduino/ArduinoTensorFlowLiteTutorials) for the skethes. The sketch in this repository is labelled
41 | **nano-33-gesture**. Set up Arduino IDE. It helps both in uploading inference models to Arduino Nano 33 BLE Sense as well as download training data from it in **.csv** format. Incase you haven't installed and configured your arduiono desktop IDE, please check the repository on installing Arduino desktop IDE or use the arduino web IDE.
42 |
43 | Plug the Arduino Nano 33 BLE Sense board to the computer, select the board type and the port. Arduino boards run small applications (also called sketches) which are compiled from .ino format Arduino source code, and programmed onto the board using the Arduino IDE or Arduino Create. Its time to collect the training data.
44 |
45 | ## Visualize collected data.
46 |
47 | On Arduino desktop IDE open Files, click New and save the sketch as **nan0-data-collect.ino**. There is a filter that performs signal preprocessing and filtering on the device before the data is output to the log. The skech does the following;
48 |
49 | 1. Detect motion using accelerometer and gyroscope
50 | 2. Trigger a sample window on detecting significant linear acceleration of the board
51 | 3. Sample the data every second at a frequency of 119Hz
52 | 4. Format a CSV data output via serial port
53 |
54 | When the scketch is ready, save. Go to Sketch, and click Upload. The sketch will indicate **Done uploading**. Turn to Tools. and click Serial Monitor to see the accelerometer and gyroscope data. You can as well plot on serial plot. However, our main objective is to have our data output in .csv formated document to be used in model training later on.
55 |
56 |  
57 |
58 | Make sure at the top of the serial monitor you have aX,aY,aZ,gX,gY,gZ. With the Arduino Nano 33 BLE Sense in your hand, make a fist to signify a punch. Stretch the hand with the punch pointing the computer or other direction you choose for consistency. Make 20 punches. On the Serial monitor, uncheck Autoscrol button and copy the data. Save the data on your pc as **punch.csv**. Flex your hand from the screen or the direction you chose towards your body 20 times too while checking Serial Monitor and copy the data again, but this time save as **flex.csv** on your PC.
59 |
60 | # Google colaboratory data upload
61 |
62 | Open [google Colaboratory platorm](https://colab.research.google.com/drive/1uefbFF_D5cxqgREjxsKVwR9kD4K7tjtZ#scrollTo=Y2gs-PL4xDkZ), Move to Files. Drag and drop your **punch.csv** and **flex.csv** files in the sample_data folder. The Google colaboratory provides a Jupyter notebook that allows us to run our TensorFlow training in a web browser.
63 |
64 | 
65 |
66 | 
67 |
68 |
69 | # Train neural network, build and train a model
70 |
71 | While on the Google colaboratory platform, go trough the notebook till the end. Convertion of the trained model into tensorflow lite model is done near the end. When the **model.h** file is created under Files, click on the **model.h** file to download to your pc. If you open the model.h file, it will look like the one below.
72 |
73 | 
74 |
75 | # Encode the model in arduino header file
76 |
77 | Open accelerometer and gyroscope clasifier sketch on this repository named as **nano-classifier.ino**. It was created by Don Coleman, Sandeep Mistry and modified by Dominic Pajak, Sandeep Mistry. On the far top right, click on the drop down button and click New Tab. Name the file as **model.h** when you save it. Open the downloaded **model.h** file on your favourite editor and copy the content. Paste in your new **model.h** file you created alongside the classifier sketch and save. Upload the sketch and turn to Serial Monitor on on Tools to view result. The confidence of each gesture will be printed to the Serial Monitor showing (0 = low confidence, 1 = high confidence)
78 |
79 | 
80 | 
81 |
82 | Thank you.
83 |
84 |
85 |
86 |
87 |
88 |
89 |
90 |
91 |
92 |
93 |
94 |
95 |
96 |
97 |
98 |
99 |
100 |
101 |
102 |
103 |
--------------------------------------------------------------------------------
/gesture-data/punch.csv:
--------------------------------------------------------------------------------
1 | aX,aY,aZ,gX,gY,gZ
2 | 1.134,-1.803,0.960,135.681,64.392,-205.994
3 | 1.620,-2.044,0.945,144.409,92.346,-170.715
4 | 1.884,-2.040,0.843,135.803,110.352,-103.943
5 | 1.710,-1.835,0.711,97.778,120.422,-29.175
6 | 1.138,-1.357,0.601,55.664,113.159,39.490
7 | 0.433,-0.844,0.518,16.846,82.520,78.918
8 | -0.159,-0.419,0.492,-10.315,32.349,77.393
9 | -0.469,-0.178,0.498,-23.315,-21.301,46.753
10 | -0.525,-0.151,0.566,-21.240,-63.293,7.263
11 | -0.403,-0.295,0.712,-8.667,-83.313,-25.330
12 | -0.190,-0.477,0.860,4.578,-82.458,-45.837
13 | 0.010,-0.648,0.973,14.099,-69.031,-51.941
14 | 0.158,-0.764,1.014,17.761,-49.011,-43.213
15 | 0.229,-0.789,0.977,17.578,-27.161,-26.611
16 | 0.235,-0.746,0.901,16.541,-9.277,-9.888
17 | 0.197,-0.712,0.833,17.334,1.831,2.686
18 | 0.140,-0.675,0.812,19.165,6.531,9.888
19 | 0.072,-0.640,0.812,20.081,5.920,12.024
20 | 0.030,-0.620,0.824,16.357,1.465,12.146
21 | 0.015,-0.608,0.837,10.315,-5.676,9.216
22 | 0.011,-0.602,0.854,4.272,-12.817,5.676
23 | 0.020,-0.597,0.854,0.488,-17.029,3.601
24 | 0.032,-0.594,0.859,-0.977,-17.334,3.540
25 | 0.034,-0.596,0.875,-0.244,-15.320,4.822
26 | 0.035,-0.591,0.894,0.122,-12.329,6.104
27 | 0.035,-0.594,0.907,-0.916,-9.583,7.080
28 | 0.069,-0.577,0.917,-1.709,-7.080,7.446
29 | 0.061,-0.621,0.919,-3.845,-4.150,6.531
30 | 0.098,-0.611,0.907,-3.174,-1.282,7.568
31 | 0.117,-0.620,0.882,-3.296,1.648,8.423
32 | 0.133,-0.634,0.865,-4.028,2.502,8.972
33 | 0.100,-0.612,0.863,-5.005,2.563,11.414
34 | 0.063,-0.590,0.850,-8.362,3.540,13.306
35 | 0.051,-0.573,0.835,-10.193,5.005,12.756
36 | 0.053,-0.551,0.814,-10.498,5.310,10.498
37 | 0.077,-0.554,0.796,-8.972,3.479,8.484
38 | 0.026,-0.610,0.833,-6.104,0.305,7.263
39 | 0.206,-0.565,0.844,-2.747,-3.357,6.226
40 | 0.189,-0.649,0.857,-1.282,-4.089,2.686
41 | 0.174,-0.641,0.856,-0.183,-1.770,8.850
42 | 0.141,-0.630,0.863,-0.122,-0.305,13.184
43 | 0.134,-0.607,0.865,-1.160,-0.427,15.747
44 | 0.109,-0.566,0.871,-2.502,-0.916,17.761
45 | 0.094,-0.557,0.853,-4.822,-1.282,17.639
46 | 0.113,-0.566,0.853,-6.409,-3.906,14.771
47 | 0.139,-0.577,0.850,-6.348,-5.798,11.597
48 | 0.170,-0.598,0.842,-5.859,-6.470,9.644
49 | 0.205,-0.617,0.835,-4.822,-6.958,9.277
50 | 0.229,-0.639,0.841,-4.272,-7.202,9.766
51 | 0.240,-0.651,0.845,-3.296,-7.935,11.108
52 | 0.237,-0.652,0.854,-2.686,-8.667,12.390
53 | 0.235,-0.647,0.853,-2.502,-9.338,12.817
54 | 0.229,-0.638,0.850,-3.113,-10.925,13.550
55 | 0.207,-0.626,0.856,-3.662,-13.489,15.686
56 | 0.183,-0.608,0.865,-4.456,-16.052,17.273
57 | 0.154,-0.589,0.874,-6.042,-17.212,16.907
58 | 0.128,-0.570,0.876,-7.751,-16.479,15.076
59 | 0.116,-0.552,0.868,-8.484,-14.282,12.024
60 | 0.116,-0.536,0.860,-8.057,-11.841,9.277
61 | 0.097,-0.514,0.852,-5.981,-10.437,9.827
62 | 0.088,-0.505,0.847,-4.395,-9.277,11.780
63 | 0.073,-0.478,0.842,-2.808,-8.484,13.733
64 | 0.057,-0.456,0.838,-2.197,-8.362,15.320
65 | 0.052,-0.442,0.825,-2.380,-8.240,14.709
66 | 0.048,-0.433,0.830,-2.197,-9.155,13.611
67 | 0.059,-0.434,0.824,-2.563,-9.583,11.902
68 | 0.067,-0.426,0.830,-2.563,-10.376,11.780
69 | 0.066,-0.423,0.831,-2.686,-10.742,12.939
70 | 0.066,-0.406,0.846,-2.258,-11.414,13.611
71 | 0.061,-0.384,0.867,-2.563,-10.864,14.587
72 | 0.044,-0.350,0.886,-3.418,-9.827,15.869
73 | 0.012,-0.292,0.914,-5.127,-9.705,17.639
74 | -0.036,-0.223,0.957,-8.423,-10.437,19.226
75 | -0.172,-0.064,1.032,-12.695,-11.902,20.996
76 | -0.399,0.142,1.081,-19.226,-12.756,23.682
77 | -0.671,0.453,1.114,-29.663,-11.047,23.193
78 | -1.030,0.783,1.037,-40.955,-7.263,23.376
79 | -1.282,0.838,0.833,-46.143,-0.427,20.874
80 | -1.326,0.660,0.635,-28.015,7.141,-1.953
81 | -1.081,0.271,0.546,16.968,12.268,-47.302
82 | -0.627,-0.302,0.583,72.021,13.306,-102.417
83 | -0.057,-0.988,0.681,122.925,15.259,-145.569
84 | 0.587,-1.615,0.881,155.151,22.400,-165.283
85 | 1.177,-1.980,1.070,156.250,33.020,-155.762
86 | 1.544,-2.099,1.193,130.798,42.725,-112.854
87 | 1.607,-2.006,1.137,82.336,56.335,-47.363
88 | 1.311,-1.683,0.950,32.898,71.655,19.531
89 | 0.762,-1.218,0.719,-5.493,77.637,74.280
90 | 0.192,-0.787,0.541,-27.527,66.772,101.501
91 | -0.203,-0.475,0.467,-33.691,41.504,92.651
92 | -0.393,-0.326,0.495,-29.419,7.141,62.866
93 | -0.434,-0.329,0.602,-21.606,-25.085,28.503
94 | -0.345,-0.421,0.727,-14.954,-45.837,-1.770
95 | -0.187,-0.528,0.831,-8.545,-49.988,-20.264
96 | -0.031,-0.628,0.892,-2.136,-38.635,-25.879
97 | 0.084,-0.683,0.894,2.502,-19.470,-22.095
98 | 0.146,-0.698,0.855,4.700,-1.526,-13.245
99 | 0.177,-0.698,0.808,5.981,11.963,-4.639
100 | 0.157,-0.676,0.778,8.362,20.752,3.052
101 | 0.120,-0.657,0.762,10.681,27.283,10.071
102 | 0.095,-0.641,0.752,10.925,30.884,11.963
103 | 0.101,-0.630,0.736,8.423,29.236,10.010
104 | 0.084,-0.608,0.732,4.456,23.254,7.202
105 | 0.052,-0.579,0.733,-0.061,16.296,5.432
106 | 0.043,-0.559,0.726,-4.333,10.742,2.869
107 | 0.047,-0.546,0.729,-6.226,6.775,0.244
108 | 0.066,-0.547,0.740,-6.042,4.761,-1.709
109 | 0.077,-0.550,0.762,-4.333,4.333,-3.174
110 | 0.103,-0.564,0.791,-1.831,5.249,-3.357
111 | 0.126,-0.588,0.820,0.732,6.836,-3.113
112 | 0.154,-0.609,0.839,2.136,8.911,-2.869
113 | 0.181,-0.623,0.842,2.869,10.803,-2.380
114 | 0.214,-0.638,0.829,3.235,12.756,-1.404
115 | 0.243,-0.647,0.812,2.869,13.977,0.671
116 | 0.265,-0.660,0.795,2.197,13.550,3.479
117 | 0.275,-0.657,0.777,0.610,11.108,5.371
118 | 0.270,-0.654,0.766,-1.465,6.714,7.019
119 | 0.260,-0.656,0.762,-3.235,2.197,7.568
120 | 0.265,-0.663,0.763,-4.211,-1.831,6.409
121 |
122 | -1.043,0.705,0.762,0.061,2.197,1.038
123 | -1.139,0.439,0.628,22.949,-4.517,-44.739
124 | -1.122,0.023,0.627,53.040,-23.071,-111.084
125 | -0.917,-0.540,0.701,79.224,-39.551,-175.232
126 | -0.551,-1.106,0.778,94.849,-38.391,-216.125
127 | -0.044,-1.577,0.794,102.966,-14.771,-222.107
128 | 0.559,-1.905,0.779,103.271,18.616,-208.862
129 | 1.192,-2.111,0.695,94.482,31.860,-189.575
130 | 1.720,-2.165,0.641,83.069,15.991,-161.743
131 | 1.940,-2.077,0.591,66.528,-7.385,-120.178
132 | 1.704,-1.799,0.503,44.556,-18.860,-62.195
133 | 1.052,-1.387,0.438,22.583,-21.057,-1.404
134 | 0.186,-0.901,0.491,7.263,-28.076,40.039
135 | -0.573,-0.499,0.606,-1.404,-40.894,48.950
136 | -1.010,-0.247,0.716,-7.507,-55.908,29.053
137 | -1.061,-0.187,0.780,-8.606,-64.880,-2.625
138 | -0.829,-0.287,0.788,-4.089,-60.303,-30.090
139 | -0.467,-0.461,0.767,4.150,-47.607,-46.875
140 | -0.120,-0.632,0.752,10.864,-35.400,-52.795
141 | 0.111,-0.766,0.749,13.123,-27.344,-48.340
142 | 0.206,-0.853,0.761,11.658,-21.484,-35.950
143 | 0.183,-0.883,0.793,9.766,-15.930,-19.165
144 | 0.083,-0.856,0.817,7.446,-9.644,-3.540
145 | -0.036,-0.797,0.811,4.028,-5.432,7.385
146 | -0.131,-0.734,0.787,-0.488,-4.272,12.268
147 | -0.200,-0.685,0.766,-4.150,-4.639,13.123
148 | -0.229,-0.648,0.748,-6.958,-4.822,11.353
149 | -0.218,-0.633,0.747,-8.179,-4.578,8.423
150 | -0.189,-0.645,0.770,-8.240,-4.333,6.104
151 | -0.151,-0.665,0.805,-6.836,-2.136,5.737
152 | -0.114,-0.691,0.838,-5.371,2.563,6.958
153 | -0.082,-0.709,0.857,-3.723,8.179,9.277
154 | -0.057,-0.723,0.878,-2.747,12.390,12.146
155 | -0.052,-0.728,0.891,-2.869,15.442,14.832
156 | -0.057,-0.717,0.890,-4.456,17.578,17.090
157 | -0.070,-0.687,0.871,-5.981,18.616,18.799
158 | -0.079,-0.675,0.846,-6.958,17.761,18.860
159 | -0.063,-0.675,0.835,-7.019,13.550,16.968
160 | -0.027,-0.700,0.826,-7.812,7.568,13.611
161 | 0.019,-0.733,0.822,-8.484,2.441,11.658
162 | 0.059,-0.766,0.826,-8.240,0.366,12.146
163 | 0.087,-0.793,0.834,-8.240,0.305,13.916
164 | 0.097,-0.804,0.826,-9.277,0.061,16.968
165 | 0.102,-0.802,0.818,-10.071,-0.977,20.386
166 | 0.084,-0.797,0.821,-10.864,-2.625,23.804
167 | 0.062,-0.784,0.827,-12.085,-4.150,26.428
168 | 0.041,-0.775,0.836,-12.878,-4.150,27.954
169 | 0.025,-0.765,0.845,-13.428,-2.686,29.480
170 | 0.014,-0.757,0.847,-14.221,0.183,31.128
171 | 0.002,-0.743,0.845,-14.893,4.639,33.264
172 | -0.011,-0.730,0.841,-15.442,9.460,35.217
173 | -0.015,-0.719,0.821,-15.869,14.648,36.743
174 | -0.004,-0.689,0.789,-14.343,18.799,39.063
175 | -0.017,-0.647,0.774,-11.658,20.142,43.213
176 | -0.047,-0.609,0.770,-9.216,19.409,46.265
177 | -0.055,-0.571,0.758,-8.484,17.639,45.227
178 | -0.061,-0.541,0.750,-9.521,12.390,42.664
179 | -0.068,-0.521,0.752,-12.207,3.235,37.842
180 | -0.060,-0.511,0.755,-15.564,-6.531,30.518
181 | -0.051,-0.514,0.769,-17.273,-13.733,23.132
182 | -0.019,-0.520,0.774,-16.479,-15.442,18.372
183 | -0.006,-0.520,0.782,-13.855,-13.550,16.418
184 | 0.011,-0.520,0.781,-10.864,-11.047,16.296
185 | 0.018,-0.516,0.791,-7.507,-10.803,17.395
186 | 0.010,-0.511,0.812,-5.249,-13.000,18.860
187 | 0.005,-0.505,0.829,-4.639,-15.015,18.433
188 | 0.000,-0.502,0.835,-4.883,-16.846,16.907
189 | 0.000,-0.496,0.839,-4.944,-18.127,14.893
190 | 0.001,-0.484,0.846,-4.395,-19.226,12.207
191 | -0.003,-0.481,0.858,-3.296,-20.264,9.827
192 | -0.002,-0.483,0.870,-2.869,-20.447,7.812
193 | 0.001,-0.482,0.877,-2.747,-19.531,5.981
194 | 0.006,-0.479,0.877,-2.441,-18.127,5.310
195 | 0.014,-0.476,0.875,-1.160,-16.357,5.432
196 | 0.016,-0.472,0.877,0.122,-14.587,6.531
197 | 0.017,-0.466,0.877,1.038,-12.756,7.690
198 | 0.016,-0.458,0.876,1.160,-11.475,8.667
199 | 0.018,-0.447,0.873,0.366,-10.986,8.911
200 | 0.020,-0.434,0.864,-0.671,-11.292,8.606
201 | 0.016,-0.425,0.860,-1.160,-11.841,7.874
202 | 0.020,-0.419,0.857,-1.221,-12.146,6.470
203 | 0.024,-0.416,0.858,-0.977,-12.207,5.127
204 | 0.025,-0.412,0.857,-0.671,-11.292,4.089
205 | 0.034,-0.410,0.854,-0.366,-10.437,3.418
206 | 0.034,-0.406,0.853,-0.366,-10.071,3.296
207 | 0.029,-0.406,0.856,-0.366,-9.766,2.625
208 | 0.032,-0.400,0.858,-0.305,-9.399,1.221
209 | 0.032,-0.392,0.860,-0.122,-9.705,-0.610
210 | 0.031,-0.384,0.861,0.061,-9.827,-2.136
211 | 0.028,-0.370,0.875,0.549,-10.437,-3.601
212 | 0.014,-0.343,0.895,0.610,-11.230,-5.188
213 | 0.001,-0.304,0.908,0.305,-11.292,-6.897
214 | -0.026,-0.245,0.926,-0.793,-11.902,-8.667
215 | -0.085,-0.146,0.967,-2.563,-14.526,-11.597
216 | -0.192,-0.011,1.013,-4.944,-17.151,-15.869
217 | -0.299,0.112,1.006,-8.240,-17.212,-21.118
218 | -0.413,0.230,0.951,-10.315,-14.038,-26.794
219 | -0.544,0.276,0.871,-8.606,-12.512,-32.410
220 | -0.717,0.267,0.813,-2.197,-13.367,-42.053
221 | -0.838,0.179,0.754,9.644,-13.062,-58.289
222 | -0.925,-0.004,0.709,26.550,-9.705,-78.064
223 | -0.898,-0.302,0.682,46.448,-4.578,-102.234
224 | -0.733,-0.636,0.667,62.561,-2.319,-128.479
225 | -0.499,-0.966,0.690,72.144,-5.676,-147.827
226 | -0.190,-1.280,0.725,76.782,-7.751,-154.724
227 | 0.175,-1.542,0.778,78.796,-5.066,-149.780
228 | 0.530,-1.755,0.853,77.393,-2.869,-136.841
229 | 0.862,-1.889,0.943,71.350,-5.188,-118.103
230 | 1.034,-1.896,1.008,57.739,-9.460,-88.745
231 | 0.970,-1.732,0.979,37.537,-5.127,-44.922
232 | 0.631,-1.414,0.843,16.174,10.742,5.798
233 | 0.104,-1.004,0.700,2.075,28.870,49.744
234 | -0.390,-0.627,0.613,-4.517,34.790,69.458
235 | -0.712,-0.380,0.577,-9.338,21.545,59.326
236 | -0.810,-0.266,0.576,-11.902,-2.380,30.823
237 | -0.724,-0.287,0.602,-10.376,-20.081,1.343
238 | -0.555,-0.386,0.643,-4.028,-24.963,-17.456
239 | -0.382,-0.517,0.700,3.418,-20.874,-25.513
240 | -0.219,-0.644,0.755,8.728,-14.221,-27.039
241 |
242 | 0.902,-1.961,0.766,89.050,5.432,-161.926
243 | 1.258,-2.085,0.943,81.116,-2.075,-136.475
244 | 1.383,-2.045,1.034,61.768,-4.333,-93.201
245 | 1.167,-1.795,0.959,29.846,2.441,-32.715
246 | 0.579,-1.387,0.798,0.671,15.930,29.236
247 | -0.123,-0.893,0.695,-12.634,28.259,73.730
248 | -0.684,-0.515,0.635,-15.503,31.738,83.923
249 | -0.955,-0.292,0.597,-15.503,19.409,60.181
250 | -0.902,-0.260,0.574,-12.390,-2.625,18.127
251 | -0.646,-0.363,0.591,-6.897,-20.142,-19.165
252 | -0.353,-0.542,0.642,0.977,-24.841,-39.978
253 | -0.097,-0.722,0.711,9.216,-19.897,-45.593
254 | 0.083,-0.860,0.772,13.367,-13.977,-39.429
255 | 0.158,-0.933,0.812,12.451,-8.423,-25.146
256 | 0.104,-0.919,0.832,10.315,-2.258,-6.775
257 | -0.021,-0.853,0.814,8.057,7.324,9.949
258 | -0.144,-0.768,0.774,6.592,14.343,20.569
259 | -0.225,-0.692,0.728,4.517,14.771,22.644
260 | -0.249,-0.647,0.680,1.648,10.132,18.127
261 | -0.230,-0.633,0.665,0.061,3.601,10.742
262 | -0.199,-0.648,0.684,0.183,-2.014,4.761
263 | -0.155,-0.677,0.717,0.366,-4.822,1.160
264 | -0.112,-0.709,0.758,0.488,-5.737,0.305
265 | -0.080,-0.748,0.794,0.854,-5.493,1.282
266 | -0.047,-0.780,0.823,1.221,-4.150,2.563
267 | -0.030,-0.805,0.841,0.916,-2.991,4.639
268 | -0.021,-0.811,0.851,-0.061,-1.160,8.362
269 | -0.030,-0.806,0.850,-1.770,0.916,12.085
270 | -0.042,-0.792,0.831,-4.517,2.075,15.442
271 | -0.045,-0.778,0.812,-7.019,1.526,16.357
272 | -0.037,-0.775,0.796,-8.972,-0.610,15.564
273 | -0.017,-0.782,0.788,-10.193,-2.930,14.648
274 | -0.003,-0.798,0.793,-10.864,-4.639,14.709
275 | 0.011,-0.819,0.805,-10.925,-4.944,15.686
276 | 0.023,-0.835,0.812,-11.292,-4.822,17.639
277 | 0.024,-0.840,0.812,-12.146,-4.639,20.508
278 | 0.019,-0.839,0.812,-13.000,-5.554,23.682
279 | 0.003,-0.837,0.808,-14.587,-6.958,26.611
280 | -0.008,-0.826,0.802,-16.663,-8.789,27.832
281 | -0.025,-0.821,0.801,-18.860,-10.742,28.503
282 | -0.034,-0.811,0.795,-20.691,-11.841,29.358
283 | -0.042,-0.798,0.788,-22.034,-11.108,31.067
284 | -0.056,-0.777,0.775,-22.522,-8.972,33.936
285 | -0.066,-0.753,0.758,-22.461,-6.409,36.987
286 | -0.085,-0.723,0.746,-21.423,-5.676,39.429
287 | -0.107,-0.700,0.743,-20.142,-6.042,40.527
288 | -0.114,-0.688,0.735,-19.226,-6.470,38.757
289 | -0.110,-0.689,0.728,-17.761,-7.690,35.828
290 | -0.101,-0.692,0.728,-16.174,-9.583,32.959
291 | -0.086,-0.704,0.732,-14.709,-10.315,30.762
292 | -0.065,-0.705,0.733,-13.550,-9.521,30.396
293 | -0.057,-0.682,0.737,-12.939,-7.996,32.654
294 | -0.061,-0.650,0.728,-13.062,-6.042,36.377
295 | -0.074,-0.615,0.722,-13.123,-4.578,39.246
296 | -0.092,-0.587,0.717,-12.634,-4.456,40.283
297 | -0.098,-0.572,0.717,-11.719,-5.737,38.269
298 | -0.080,-0.568,0.716,-11.658,-8.728,34.241
299 | -0.077,-0.574,0.728,-11.841,-12.939,31.372
300 | -0.073,-0.573,0.735,-11.047,-14.465,29.541
301 | -0.056,-0.564,0.740,-9.216,-13.000,28.259
302 | -0.052,-0.534,0.754,-7.629,-11.475,29.358
303 | -0.059,-0.520,0.756,-6.653,-10.254,30.273
304 | -0.060,-0.509,0.752,-6.348,-10.193,29.541
305 | -0.057,-0.501,0.761,-6.165,-12.329,27.466
306 | -0.057,-0.500,0.775,-6.836,-15.381,25.269
307 | -0.064,-0.500,0.785,-7.996,-16.785,23.071
308 | -0.064,-0.491,0.799,-8.789,-17.212,20.874
309 | -0.063,-0.470,0.812,-9.155,-17.395,18.982
310 | -0.057,-0.448,0.827,-9.094,-16.602,16.907
311 | -0.051,-0.431,0.838,-8.972,-15.686,15.625
312 | -0.043,-0.410,0.851,-8.362,-14.771,15.137
313 | -0.035,-0.395,0.858,-7.385,-13.245,14.832
314 | -0.036,-0.370,0.874,-5.981,-11.963,15.076
315 | -0.035,-0.353,0.887,-4.883,-10.559,14.282
316 | -0.027,-0.341,0.901,-3.967,-9.460,12.512
317 | -0.024,-0.339,0.912,-3.601,-9.644,10.254
318 | -0.015,-0.341,0.919,-3.723,-10.193,7.629
319 | -0.006,-0.347,0.923,-3.784,-10.315,5.188
320 | 0.000,-0.348,0.930,-3.418,-9.399,3.174
321 | 0.004,-0.342,0.931,-3.113,-8.423,1.282
322 | 0.006,-0.342,0.936,-3.296,-8.667,-1.404
323 | 0.004,-0.347,0.944,-3.784,-9.460,-3.357
324 | -0.010,-0.323,0.967,-3.967,-9.155,-5.066
325 | -0.053,-0.281,0.995,-3.418,-7.324,-5.615
326 | -0.089,-0.245,0.995,-2.686,-3.540,-5.737
327 | -0.135,-0.159,0.995,-2.625,0.793,-6.958
328 | -0.214,-0.023,1.001,-0.732,5.066,-7.385
329 | -0.299,0.106,0.976,1.892,13.306,-7.568
330 | -0.442,0.251,0.948,4.517,21.484,-8.484
331 | -0.631,0.362,0.901,8.118,27.405,-11.719
332 | -0.859,0.461,0.847,12.695,32.654,-19.653
333 | -1.051,0.408,0.708,18.738,39.246,-32.104
334 | -1.132,0.151,0.496,26.306,45.593,-52.185
335 | -1.073,-0.223,0.352,41.443,42.725,-78.430
336 | -0.934,-0.623,0.305,61.218,34.912,-103.088
337 | -0.695,-1.057,0.292,81.360,35.278,-121.338
338 | -0.232,-1.518,0.304,99.915,42.969,-135.803
339 | 0.283,-1.869,0.475,113.464,40.588,-143.494
340 | 0.811,-2.136,0.678,114.136,28.992,-143.005
341 | 1.288,-2.305,0.854,100.952,16.541,-130.005
342 | 1.551,-2.320,0.959,77.515,4.700,-97.229
343 | 1.461,-2.092,0.986,45.715,-2.808,-47.119
344 | 0.918,-1.667,0.899,10.437,-3.296,12.085
345 | 0.117,-1.114,0.786,-13.306,6.226,63.416
346 | -0.570,-0.586,0.662,-20.386,17.517,86.975
347 | -0.956,-0.246,0.549,-20.020,17.639,74.219
348 | -0.969,-0.127,0.501,-13.794,3.662,37.903
349 | -0.723,-0.226,0.520,-4.883,-11.108,-0.610
350 | -0.399,-0.421,0.589,4.700,-17.944,-25.635
351 | -0.116,-0.626,0.682,11.475,-18.311,-37.598
352 | 0.092,-0.811,0.756,12.756,-17.517,-40.161
353 | 0.183,-0.924,0.802,10.193,-17.151,-33.081
354 | 0.138,-0.931,0.829,6.775,-13.794,-17.700
355 | 0.007,-0.879,0.814,3.601,-6.470,-1.465
356 | -0.112,-0.813,0.783,0.977,-2.625,8.179
357 | -0.186,-0.751,0.751,-1.953,-4.639,9.827
358 | -0.219,-0.699,0.719,-4.578,-7.202,7.874
359 | -0.231,-0.674,0.703,-5.005,-7.568,6.409
360 | -0.220,-0.668,0.709,-3.723,-7.263,4.578
361 |
362 | 1.106,-2.313,0.989,122.742,-21.912,-185.181
363 | 1.682,-2.492,1.228,102.417,-37.598,-164.734
364 | 2.001,-2.444,1.200,63.721,-30.579,-107.849
365 | 1.483,-2.024,1.040,16.846,-12.817,-18.066
366 | 0.296,-1.239,0.901,-13.428,16.052,81.299
367 | -0.747,-0.534,0.659,-22.339,60.852,139.465
368 | -1.251,-0.131,0.465,-15.747,76.538,122.375
369 | -1.178,-0.001,0.379,-5.066,38.086,57.251
370 | -0.795,-0.178,0.389,1.587,-9.521,-9.644
371 | -0.377,-0.444,0.492,12.390,-31.189,-47.363
372 | -0.071,-0.714,0.644,25.146,-31.128,-59.204
373 | 0.140,-0.920,0.800,30.090,-28.503,-58.044
374 | 0.256,-1.028,0.885,22.827,-28.137,-47.729
375 | 0.248,-1.054,0.902,11.658,-21.057,-28.259
376 | 0.139,-1.005,0.869,5.737,-7.690,-5.737
377 | 0.017,-0.941,0.823,3.845,2.197,9.827
378 | -0.071,-0.868,0.791,0.366,1.282,15.503
379 | -0.127,-0.805,0.766,-4.883,-6.042,13.245
380 | -0.152,-0.765,0.749,-8.667,-12.573,8.606
381 | -0.152,-0.748,0.756,-9.705,-16.418,4.639
382 | -0.132,-0.755,0.780,-9.888,-18.372,1.465
383 | -0.123,-0.755,0.814,-10.498,-19.165,-0.183
384 | -0.147,-0.724,0.834,-10.681,-16.357,2.625
385 | -0.166,-0.707,0.835,-8.240,-7.263,8.057
386 | -0.177,-0.697,0.854,-3.357,0.488,11.414
387 | -0.161,-0.708,0.874,-0.305,4.883,10.315
388 | -0.135,-0.710,0.879,-0.061,5.920,7.263
389 | -0.106,-0.719,0.859,-1.465,6.714,5.859
390 | -0.074,-0.723,0.832,-2.380,7.385,5.005
391 | -0.035,-0.741,0.809,-3.113,6.958,3.357
392 | 0.008,-0.764,0.797,-4.211,4.150,1.221
393 | 0.046,-0.792,0.791,-5.127,1.099,-0.061
394 | 0.066,-0.817,0.799,-6.104,-1.404,0.427
395 | 0.070,-0.834,0.802,-7.568,-2.502,2.563
396 | 0.072,-0.841,0.800,-9.338,-2.319,4.456
397 | 0.065,-0.836,0.801,-11.536,-2.441,7.141
398 | 0.045,-0.826,0.794,-13.733,-2.319,10.437
399 | 0.028,-0.818,0.781,-15.808,-1.953,12.207
400 | 0.013,-0.813,0.776,-17.090,-2.136,12.817
401 | 0.005,-0.810,0.772,-18.494,-1.892,13.489
402 | -0.000,-0.805,0.765,-20.874,-1.282,14.709
403 | -0.016,-0.797,0.755,-23.499,-0.488,16.296
404 | -0.025,-0.792,0.725,-26.367,0.977,17.517
405 | -0.021,-0.765,0.689,-28.137,0.671,20.142
406 | -0.043,-0.724,0.677,-27.954,-1.343,25.452
407 | -0.062,-0.713,0.673,-26.917,-1.770,29.358
408 | -0.080,-0.712,0.680,-25.818,-2.197,30.640
409 | -0.092,-0.714,0.693,-25.818,-3.967,30.212
410 | -0.084,-0.716,0.695,-27.588,-6.348,28.748
411 | -0.059,-0.702,0.701,-29.236,-9.338,28.992
412 | -0.054,-0.653,0.714,-30.273,-11.169,32.288
413 | -0.073,-0.611,0.716,-30.823,-10.986,38.086
414 | -0.097,-0.569,0.716,-30.334,-10.010,42.358
415 | -0.112,-0.536,0.722,-28.687,-10.132,43.396
416 | -0.117,-0.520,0.746,-26.245,-11.169,42.725
417 | -0.134,-0.516,0.781,-24.048,-11.292,41.382
418 | -0.142,-0.515,0.796,-23.560,-10.437,38.025
419 | -0.134,-0.507,0.797,-24.658,-12.329,32.776
420 | -0.111,-0.492,0.802,-26.184,-16.907,27.222
421 | -0.093,-0.483,0.811,-27.344,-19.958,24.170
422 | -0.082,-0.466,0.817,-27.710,-20.386,22.827
423 | -0.074,-0.437,0.813,-27.710,-18.738,21.912
424 | -0.071,-0.394,0.809,-26.489,-17.944,21.667
425 | -0.076,-0.361,0.812,-24.109,-18.066,20.752
426 | -0.079,-0.339,0.820,-21.851,-18.372,18.860
427 | -0.086,-0.334,0.841,-19.592,-18.433,16.113
428 | -0.080,-0.333,0.854,-18.005,-17.761,12.390
429 | -0.074,-0.342,0.867,-17.151,-17.212,8.972
430 | -0.078,-0.354,0.881,-15.503,-16.357,6.775
431 | -0.062,-0.360,0.891,-13.245,-13.000,5.005
432 | -0.045,-0.361,0.903,-11.169,-9.705,4.578
433 | -0.035,-0.363,0.903,-9.583,-6.897,6.042
434 | -0.030,-0.360,0.896,-8.057,-4.456,7.507
435 | -0.021,-0.359,0.887,-6.531,-2.502,8.728
436 | -0.030,-0.356,0.890,-4.883,-1.709,9.521
437 | -0.030,-0.354,0.888,-3.235,-1.038,8.423
438 | -0.025,-0.354,0.887,-2.808,-1.465,6.348
439 | -0.027,-0.353,0.887,-2.686,-2.563,4.028
440 | -0.021,-0.355,0.884,-1.953,-2.747,1.587
441 | -0.017,-0.353,0.888,-0.549,-2.502,0.061
442 | -0.015,-0.350,0.894,0.732,-1.953,-0.916
443 | -0.018,-0.349,0.892,1.526,-1.343,-1.404
444 | -0.021,-0.344,0.890,2.014,-1.343,-2.136
445 | -0.028,-0.335,0.897,2.930,-1.404,-2.930
446 | -0.045,-0.326,0.905,4.272,-1.709,-3.662
447 | -0.057,-0.323,0.907,5.005,-1.831,-5.676
448 | -0.073,-0.310,0.916,5.127,-2.808,-8.606
449 | -0.104,-0.267,0.939,5.249,-4.211,-11.353
450 | -0.137,-0.234,0.943,5.554,-4.150,-13.733
451 | -0.159,-0.198,0.927,5.737,-2.197,-16.357
452 | -0.196,-0.161,0.909,5.981,-1.404,-18.616
453 | -0.245,-0.108,0.891,7.874,-0.610,-20.508
454 | -0.284,-0.084,0.848,11.963,3.235,-21.790
455 | -0.352,-0.025,0.823,18.372,8.850,-22.400
456 | -0.440,0.004,0.772,26.428,15.137,-21.484
457 | -0.534,-0.012,0.696,34.546,22.705,-22.095
458 | -0.619,-0.069,0.619,44.128,28.809,-27.771
459 | -0.659,-0.196,0.551,54.199,31.616,-38.025
460 | -0.631,-0.366,0.498,61.890,30.151,-51.880
461 | -0.572,-0.573,0.471,66.467,23.621,-64.331
462 | -0.516,-0.742,0.497,69.458,17.944,-74.280
463 | -0.430,-0.926,0.511,70.984,18.127,-79.712
464 | -0.270,-1.106,0.521,72.327,22.217,-85.999
465 | -0.018,-1.303,0.586,74.951,20.630,-95.764
466 | 0.272,-1.467,0.715,75.928,9.399,-106.812
467 | 0.596,-1.641,0.884,70.984,-6.470,-113.159
468 | 0.825,-1.746,1.050,58.533,-22.583,-106.201
469 | 0.908,-1.714,1.131,39.917,-29.785,-78.247
470 | 0.770,-1.535,1.072,18.250,-20.020,-36.560
471 | 0.439,-1.250,0.935,0.305,-2.441,8.423
472 | 0.043,-0.946,0.799,-8.850,12.939,41.382
473 | -0.292,-0.656,0.707,-11.047,19.226,54.504
474 | -0.507,-0.479,0.643,-10.803,15.686,47.791
475 | -0.555,-0.391,0.609,-9.216,4.700,28.809
476 | -0.494,-0.407,0.618,-5.676,-7.568,7.507
477 | -0.370,-0.485,0.661,0.061,-15.503,-8.301
478 | -0.224,-0.592,0.721,6.104,-16.785,-16.602
479 | -0.094,-0.704,0.775,10.193,-14.404,-18.311
480 | 0.002,-0.787,0.820,11.475,-11.536,-15.503
481 |
482 | 0.781,-1.879,1.058,83.862,37.292,-95.886
483 | 0.912,-1.852,1.165,64.209,31.006,-70.984
484 | 0.826,-1.669,1.118,38.025,31.494,-34.607
485 | 0.547,-1.394,0.958,11.902,37.048,5.615
486 | 0.156,-1.059,0.804,-4.395,39.490,36.255
487 | -0.215,-0.729,0.705,-10.986,35.339,49.316
488 | -0.459,-0.520,0.633,-13.733,26.550,44.495
489 | -0.543,-0.415,0.618,-11.475,13.367,26.550
490 | -0.495,-0.428,0.644,-6.104,0.916,5.981
491 | -0.364,-0.514,0.702,1.099,-5.249,-10.559
492 | -0.209,-0.639,0.769,7.080,-6.592,-20.081
493 | -0.068,-0.757,0.821,10.437,-5.310,-22.461
494 | 0.047,-0.850,0.846,11.536,-2.197,-19.287
495 | 0.120,-0.908,0.851,10.803,2.075,-11.719
496 | 0.139,-0.930,0.844,8.484,5.432,-2.319
497 | 0.120,-0.921,0.826,4.211,5.737,6.531
498 | 0.084,-0.899,0.807,-0.977,2.380,12.329
499 | 0.057,-0.873,0.791,-6.348,-4.150,13.794
500 | 0.036,-0.858,0.789,-11.536,-12.878,12.756
501 | 0.025,-0.848,0.799,-15.625,-21.912,10.742
502 | 0.016,-0.845,0.823,-18.433,-28.442,9.277
503 | 0.006,-0.844,0.854,-19.958,-31.677,9.399
504 | -0.012,-0.833,0.879,-20.813,-31.128,11.719
505 | -0.037,-0.813,0.889,-20.935,-26.794,15.686
506 | -0.062,-0.793,0.891,-20.752,-20.935,19.775
507 | -0.089,-0.766,0.886,-20.630,-16.724,22.949
508 | -0.113,-0.740,0.870,-20.508,-13.733,24.658
509 | -0.123,-0.715,0.844,-20.630,-11.963,24.597
510 | -0.122,-0.699,0.827,-21.179,-11.841,23.071
511 | -0.116,-0.688,0.813,-21.729,-12.268,21.301
512 | -0.108,-0.683,0.797,-21.973,-12.024,20.264
513 | -0.104,-0.672,0.786,-21.484,-11.414,20.142
514 | -0.114,-0.653,0.783,-20.386,-10.803,21.179
515 | -0.124,-0.638,0.778,-19.836,-9.583,21.973
516 | -0.132,-0.624,0.774,-19.714,-8.667,22.400
517 | -0.139,-0.613,0.771,-19.104,-8.118,22.278
518 | -0.141,-0.602,0.770,-18.250,-8.240,21.362
519 | -0.138,-0.594,0.774,-17.090,-8.179,20.264
520 | -0.136,-0.588,0.782,-15.808,-7.568,19.287
521 | -0.137,-0.588,0.794,-15.320,-7.385,18.188
522 | -0.136,-0.590,0.805,-15.991,-7.446,16.724
523 | -0.137,-0.599,0.811,-16.724,-7.568,15.564
524 | -0.125,-0.598,0.817,-16.357,-6.592,14.832
525 | -0.112,-0.601,0.822,-15.747,-4.944,15.686
526 | -0.105,-0.598,0.819,-15.259,-2.686,18.005
527 | -0.105,-0.592,0.809,-14.404,-0.183,20.325
528 | -0.105,-0.586,0.797,-14.099,1.953,21.057
529 | -0.100,-0.583,0.790,-13.733,2.380,20.325
530 | -0.090,-0.582,0.789,-13.428,1.465,18.555
531 | -0.081,-0.584,0.788,-13.611,-0.183,17.334
532 | -0.078,-0.578,0.790,-13.550,-1.465,16.968
533 | -0.082,-0.562,0.792,-13.672,-2.502,16.418
534 | -0.087,-0.546,0.791,-14.404,-3.845,15.869
535 | -0.086,-0.535,0.787,-15.442,-5.554,14.587
536 | -0.078,-0.525,0.778,-15.442,-6.836,13.123
537 | -0.068,-0.520,0.779,-14.526,-7.874,12.024
538 | -0.064,-0.517,0.784,-13.245,-8.545,12.268
539 | -0.068,-0.515,0.793,-12.207,-8.423,12.695
540 | -0.071,-0.512,0.802,-12.024,-8.484,12.512
541 | -0.077,-0.510,0.812,-12.634,-9.644,12.024
542 | -0.081,-0.505,0.819,-13.306,-10.925,11.475
543 | -0.082,-0.500,0.820,-13.428,-10.864,11.353
544 | -0.085,-0.490,0.821,-12.817,-9.705,11.780
545 | -0.092,-0.480,0.818,-12.146,-8.057,12.634
546 | -0.094,-0.471,0.814,-11.169,-6.592,12.268
547 | -0.089,-0.463,0.813,-10.437,-5.981,10.925
548 | -0.085,-0.460,0.816,-10.132,-5.981,10.010
549 | -0.078,-0.458,0.816,-10.010,-5.981,9.277
550 | -0.073,-0.454,0.815,-9.338,-5.310,9.521
551 | -0.070,-0.446,0.812,-8.545,-4.028,10.193
552 | -0.073,-0.441,0.810,-8.240,-2.747,10.864
553 | -0.077,-0.433,0.804,-8.118,-1.770,11.047
554 | -0.074,-0.422,0.792,-7.324,-1.160,10.559
555 | -0.073,-0.413,0.785,-6.226,-1.099,9.216
556 | -0.066,-0.407,0.782,-4.761,-1.221,7.812
557 | -0.063,-0.396,0.782,-3.296,-1.282,6.836
558 | -0.068,-0.384,0.783,-1.953,-1.404,6.226
559 | -0.076,-0.369,0.782,-0.488,-1.465,5.127
560 | -0.083,-0.350,0.786,0.916,-2.197,3.174
561 | -0.104,-0.317,0.809,2.197,-3.723,0.793
562 | -0.138,-0.272,0.837,3.174,-5.005,-1.587
563 | -0.153,-0.229,0.838,4.089,-3.723,-3.113
564 | -0.182,-0.158,0.842,5.249,-1.038,-3.479
565 | -0.232,-0.070,0.843,7.507,3.052,-3.601
566 | -0.311,0.060,0.843,11.353,9.705,-3.479
567 | -0.418,0.196,0.829,17.517,19.409,-2.930
568 | -0.553,0.295,0.790,24.963,31.067,-3.357
569 | -0.684,0.341,0.718,32.166,40.771,-8.362
570 | -0.761,0.254,0.613,39.795,45.837,-20.447
571 | -0.797,0.103,0.537,49.622,45.593,-39.673
572 | -0.779,-0.110,0.488,62.805,42.358,-60.791
573 | -0.709,-0.377,0.455,76.294,42.725,-80.688
574 | -0.597,-0.650,0.437,88.318,48.401,-95.032
575 | -0.418,-0.936,0.416,97.839,58.105,-103.516
576 | -0.157,-1.214,0.446,105.957,64.941,-113.281
577 | 0.214,-1.489,0.538,110.718,59.021,-124.268
578 | 0.613,-1.793,0.702,106.445,40.771,-131.592
579 | 0.994,-1.996,0.943,95.703,14.282,-129.944
580 | 1.232,-2.048,1.123,74.890,-6.042,-109.192
581 | 1.214,-1.937,1.126,41.931,-10.498,-64.941
582 | 0.826,-1.579,1.018,8.606,-3.235,-7.263
583 | 0.205,-1.162,0.888,-12.756,9.216,43.701
584 | -0.332,-0.690,0.777,-18.127,22.888,71.777
585 | -0.661,-0.427,0.678,-17.151,26.794,67.871
586 | -0.726,-0.304,0.602,-11.719,16.357,40.894
587 | -0.614,-0.327,0.578,-3.235,0.854,9.399
588 | -0.432,-0.440,0.617,6.226,-7.751,-13.123
589 | -0.245,-0.599,0.698,15.564,-9.277,-25.757
590 | -0.083,-0.754,0.777,20.874,-8.423,-29.663
591 | 0.049,-0.881,0.832,20.630,-7.690,-27.344
592 | 0.121,-0.961,0.867,17.822,-6.165,-19.409
593 | 0.118,-0.980,0.882,13.977,-2.563,-7.080
594 | 0.071,-0.960,0.879,8.972,0.916,4.822
595 | 0.021,-0.927,0.863,3.418,0.488,12.085
596 | -0.005,-0.896,0.846,-2.136,-4.578,13.306
597 | -0.015,-0.879,0.839,-7.507,-12.146,11.841
598 | -0.020,-0.871,0.847,-11.841,-19.348,10.071
599 | -0.023,-0.870,0.865,-14.893,-24.292,9.033
600 | -0.032,-0.865,0.890,-17.578,-27.832,9.094
601 |
602 | 0.245,-1.770,1.038,106.750,19.836,-118.164
603 | 0.548,-1.906,1.165,97.900,19.470,-107.422
604 | 0.777,-1.915,1.222,83.801,20.935,-86.792
605 | 0.840,-1.807,1.149,57.434,25.635,-50.598
606 | 0.622,-1.521,0.994,26.794,30.701,-6.409
607 | 0.200,-1.182,0.830,3.662,35.522,32.654
608 | -0.228,-0.791,0.727,-6.531,37.170,53.223
609 | -0.522,-0.509,0.644,-10.010,29.724,50.720
610 | -0.614,-0.402,0.584,-10.742,15.137,29.724
611 | -0.518,-0.432,0.586,-5.737,-1.770,1.587
612 | -0.349,-0.546,0.652,2.380,-13.977,-20.081
613 | -0.179,-0.709,0.744,9.460,-17.578,-31.433
614 | -0.042,-0.843,0.829,12.695,-15.930,-32.837
615 | 0.038,-0.939,0.891,11.353,-12.878,-25.940
616 | 0.059,-0.969,0.914,7.385,-8.301,-13.367
617 | 0.037,-0.963,0.907,2.991,-3.723,-0.793
618 | -0.001,-0.928,0.884,-2.136,-1.648,9.216
619 | -0.037,-0.891,0.855,-7.202,-3.296,15.015
620 | -0.065,-0.861,0.838,-11.475,-7.812,16.541
621 | -0.093,-0.839,0.846,-15.137,-13.855,16.357
622 | -0.115,-0.828,0.868,-18.372,-18.677,15.747
623 | -0.128,-0.815,0.887,-20.813,-21.118,15.503
624 | -0.141,-0.803,0.901,-22.644,-21.301,16.907
625 | -0.153,-0.791,0.905,-23.804,-19.226,18.738
626 | -0.160,-0.781,0.902,-24.902,-17.090,20.630
627 | -0.165,-0.772,0.900,-25.574,-15.503,21.545
628 | -0.167,-0.769,0.895,-25.879,-13.794,22.095
629 | -0.164,-0.766,0.884,-26.001,-11.353,22.766
630 | -0.162,-0.759,0.870,-25.940,-8.728,24.231
631 | -0.166,-0.735,0.849,-25.391,-5.981,26.428
632 | -0.178,-0.705,0.820,-25.635,-3.723,28.809
633 | -0.191,-0.673,0.792,-26.245,-2.930,29.663
634 | -0.192,-0.643,0.770,-26.062,-3.174,28.992
635 | -0.191,-0.624,0.760,-25.269,-4.211,27.832
636 | -0.196,-0.614,0.767,-24.231,-5.371,26.123
637 | -0.199,-0.612,0.779,-23.499,-5.798,23.804
638 | -0.202,-0.611,0.792,-23.254,-6.042,21.790
639 | -0.198,-0.601,0.800,-23.254,-6.104,20.386
640 | -0.198,-0.590,0.799,-23.376,-5.798,20.020
641 | -0.199,-0.569,0.791,-22.888,-4.944,20.386
642 | -0.197,-0.553,0.786,-21.484,-3.906,20.447
643 | -0.192,-0.541,0.784,-20.264,-3.357,20.874
644 | -0.188,-0.535,0.789,-19.287,-2.869,21.362
645 | -0.192,-0.532,0.798,-18.555,-1.831,21.973
646 | -0.198,-0.532,0.802,-18.738,-1.221,21.423
647 | -0.201,-0.531,0.805,-19.226,-2.563,18.921
648 | -0.189,-0.534,0.811,-19.592,-4.395,15.198
649 | -0.174,-0.536,0.816,-19.714,-5.127,12.695
650 | -0.161,-0.537,0.810,-19.592,-4.822,12.024
651 | -0.149,-0.530,0.804,-18.311,-4.150,12.817
652 | -0.150,-0.522,0.799,-17.151,-3.723,14.648
653 | -0.150,-0.514,0.788,-16.174,-2.869,16.174
654 | -0.151,-0.509,0.778,-15.015,-2.625,17.212
655 | -0.149,-0.507,0.775,-14.648,-3.845,16.785
656 | -0.142,-0.510,0.776,-15.198,-6.226,14.954
657 | -0.138,-0.516,0.782,-16.052,-8.850,12.573
658 | -0.138,-0.526,0.787,-17.029,-10.498,10.925
659 | -0.139,-0.525,0.783,-16.968,-9.949,10.254
660 | -0.134,-0.520,0.775,-16.724,-8.362,10.071
661 | -0.131,-0.508,0.766,-16.235,-7.446,10.620
662 | -0.133,-0.498,0.761,-15.686,-7.385,11.658
663 | -0.130,-0.490,0.758,-15.320,-7.507,12.207
664 | -0.135,-0.486,0.758,-15.503,-7.996,12.695
665 | -0.145,-0.487,0.765,-15.442,-8.423,12.817
666 | -0.149,-0.492,0.770,-15.625,-8.240,12.024
667 | -0.156,-0.494,0.774,-16.235,-7.690,11.414
668 | -0.162,-0.493,0.775,-16.846,-6.775,11.047
669 | -0.164,-0.480,0.771,-17.456,-5.127,11.047
670 | -0.160,-0.463,0.766,-18.188,-3.357,11.108
671 | -0.151,-0.434,0.752,-18.066,-1.343,12.085
672 | -0.146,-0.398,0.747,-17.090,0.122,13.916
673 | -0.142,-0.361,0.746,-15.869,2.014,15.442
674 | -0.136,-0.335,0.745,-14.832,2.747,16.296
675 | -0.128,-0.312,0.750,-14.221,2.075,16.785
676 | -0.125,-0.290,0.760,-14.099,1.160,17.151
677 | -0.125,-0.268,0.768,-13.184,1.099,17.456
678 | -0.125,-0.248,0.772,-12.329,0.366,17.761
679 | -0.120,-0.221,0.786,-11.292,-0.977,18.005
680 | -0.129,-0.156,0.801,-10.254,-2.075,18.616
681 | -0.145,-0.079,0.807,-8.911,-2.380,21.545
682 | -0.177,0.030,0.811,-5.676,0.061,27.344
683 | -0.266,0.201,0.809,1.099,7.202,37.170
684 | -0.388,0.414,0.779,12.451,20.996,49.805
685 | -0.529,0.645,0.690,26.611,39.734,60.059
686 | -0.759,0.761,0.557,37.903,54.504,62.988
687 | -0.983,0.778,0.443,55.176,58.655,52.551
688 | -1.162,0.641,0.345,76.172,53.589,24.048
689 | -1.239,0.325,0.272,97.595,43.518,-21.057
690 | -1.103,-0.119,0.223,116.821,31.372,-80.078
691 | -0.844,-0.649,0.241,130.554,15.808,-133.850
692 | -0.554,-1.119,0.352,139.832,1.221,-165.039
693 | -0.259,-1.482,0.488,145.874,-0.977,-171.021
694 | 0.036,-1.748,0.667,148.315,10.132,-159.729
695 | 0.328,-1.966,0.849,143.799,20.874,-141.235
696 | 0.607,-2.112,1.043,133.240,19.836,-125.305
697 | 0.878,-2.198,1.268,115.234,6.714,-114.868
698 | 1.089,-2.161,1.376,85.876,-7.629,-97.717
699 | 1.044,-1.970,1.307,46.570,-13.977,-61.646
700 | 0.677,-1.615,1.106,8.911,-10.742,-11.963
701 | 0.145,-1.237,0.921,-13.733,-2.625,30.212
702 | -0.299,-0.822,0.806,-20.935,2.441,51.086
703 | -0.571,-0.580,0.706,-21.240,2.136,48.523
704 | -0.639,-0.462,0.654,-15.808,-2.380,30.640
705 | -0.584,-0.453,0.663,-7.202,-7.629,10.559
706 | -0.473,-0.516,0.705,1.770,-8.789,-3.784
707 | -0.334,-0.615,0.750,10.376,-4.822,-11.230
708 | -0.189,-0.729,0.792,16.602,0.061,-14.282
709 | -0.067,-0.840,0.831,18.677,3.540,-13.611
710 | 0.014,-0.922,0.858,16.602,5.920,-8.240
711 | 0.038,-0.973,0.876,12.390,8.423,-0.854
712 | 0.031,-0.990,0.874,6.775,9.094,6.836
713 | 0.009,-0.977,0.861,0.183,6.348,12.573
714 | -0.018,-0.956,0.845,-6.409,1.221,15.259
715 | -0.042,-0.936,0.834,-12.085,-4.150,15.625
716 | -0.067,-0.920,0.841,-16.479,-9.583,15.015
717 | -0.094,-0.901,0.862,-20.020,-14.526,14.404
718 | -0.119,-0.876,0.882,-23.437,-17.456,14.160
719 | -0.147,-0.849,0.893,-26.306,-18.860,15.198
720 | -0.174,-0.825,0.896,-27.527,-17.639,16.846
721 |
722 | 0.451,-2.187,1.056,153.442,1.160,-148.987
723 | 0.730,-2.394,1.335,136.475,5.798,-130.493
724 | 1.037,-2.484,1.574,112.305,0.305,-113.098
725 | 1.225,-2.378,1.574,72.205,-1.648,-83.801
726 | 0.959,-1.933,1.314,20.447,3.601,-26.672
727 | 0.223,-1.351,0.934,-16.418,25.330,43.579
728 | -0.422,-0.695,0.584,-23.376,55.725,90.393
729 | -0.833,-0.322,0.413,-10.498,61.951,89.905
730 | -0.868,-0.196,0.410,4.028,36.499,48.279
731 | -0.660,-0.321,0.509,12.329,1.221,-1.587
732 | -0.376,-0.529,0.629,19.653,-15.686,-31.189
733 | -0.138,-0.777,0.749,30.029,-11.780,-39.001
734 | 0.065,-0.996,0.869,37.720,-4.517,-35.583
735 | 0.187,-1.157,0.969,34.973,-4.456,-27.100
736 | 0.201,-1.204,1.007,23.254,-5.371,-13.000
737 | 0.109,-1.153,0.997,10.315,-2.075,4.272
738 | -0.016,-1.081,0.952,0.732,1.648,19.104
739 | -0.097,-1.010,0.915,-6.714,0.183,24.780
740 | -0.142,-0.966,0.889,-13.184,-5.798,22.949
741 | -0.160,-0.923,0.877,-18.066,-12.207,18.921
742 | -0.177,-0.896,0.874,-20.935,-15.503,16.602
743 | -0.184,-0.884,0.882,-21.606,-15.564,16.235
744 | -0.174,-0.885,0.899,-21.545,-13.733,16.541
745 | -0.159,-0.896,0.906,-21.606,-11.169,17.822
746 | -0.140,-0.908,0.906,-22.034,-8.118,18.677
747 | -0.124,-0.915,0.900,-23.560,-6.348,19.775
748 | -0.113,-0.916,0.881,-26.306,-5.981,21.606
749 | -0.104,-0.911,0.853,-29.175,-6.348,22.522
750 | -0.099,-0.897,0.833,-31.982,-8.057,22.766
751 | -0.101,-0.887,0.816,-35.583,-10.376,23.193
752 | -0.102,-0.875,0.798,-38.574,-12.146,23.132
753 | -0.103,-0.858,0.788,-40.955,-13.489,23.254
754 | -0.104,-0.842,0.783,-42.969,-14.587,23.865
755 | -0.113,-0.826,0.778,-43.884,-14.038,25.513
756 | -0.129,-0.808,0.780,-43.152,-12.390,27.771
757 | -0.157,-0.795,0.786,-42.053,-9.644,29.236
758 | -0.169,-0.781,0.783,-41.992,-7.935,28.931
759 | -0.163,-0.770,0.772,-42.908,-8.301,27.405
760 | -0.151,-0.771,0.765,-43.396,-8.728,26.123
761 | -0.147,-0.759,0.766,-43.335,-7.568,26.672
762 | -0.142,-0.727,0.757,-43.457,-4.944,28.503
763 | -0.143,-0.686,0.740,-44.128,-2.380,31.006
764 | -0.153,-0.638,0.726,-45.349,-2.136,32.410
765 | -0.152,-0.606,0.711,-46.387,-3.174,31.006
766 | -0.145,-0.578,0.713,-46.326,-5.554,28.625
767 | -0.136,-0.566,0.725,-44.800,-7.263,25.818
768 | -0.129,-0.561,0.748,-42.664,-7.507,23.315
769 | -0.135,-0.558,0.770,-40.955,-6.531,22.400
770 | -0.131,-0.545,0.780,-39.612,-4.150,22.461
771 | -0.127,-0.536,0.782,-39.001,-2.197,23.254
772 | -0.115,-0.521,0.779,-38.940,-0.549,24.536
773 | -0.099,-0.506,0.770,-37.903,0.916,26.306
774 | -0.092,-0.491,0.773,-36.194,1.770,29.053
775 | -0.098,-0.475,0.775,-34.363,3.479,31.128
776 | -0.111,-0.458,0.775,-33.386,3.845,30.945
777 | -0.120,-0.447,0.765,-33.569,2.075,27.161
778 | -0.108,-0.444,0.760,-33.691,-1.221,21.301
779 | -0.096,-0.453,0.766,-33.203,-4.761,15.991
780 | -0.073,-0.468,0.767,-32.837,-6.653,12.878
781 | -0.056,-0.477,0.767,-32.227,-6.592,13.489
782 | -0.055,-0.479,0.764,-31.067,-5.127,17.090
783 | -0.061,-0.465,0.756,-30.151,-2.258,21.179
784 | -0.074,-0.436,0.752,-29.175,0.366,24.353
785 | -0.068,-0.394,0.744,-28.015,1.526,25.391
786 | -0.069,-0.360,0.737,-27.649,0.732,24.475
787 | -0.064,-0.331,0.736,-27.039,-1.282,22.827
788 | -0.053,-0.302,0.736,-25.635,-2.930,20.874
789 | -0.049,-0.274,0.744,-23.376,-3.906,19.775
790 | -0.045,-0.249,0.755,-21.118,-4.333,18.860
791 | -0.048,-0.224,0.775,-18.555,-4.639,17.822
792 | -0.055,-0.202,0.794,-16.418,-5.371,16.235
793 | -0.046,-0.177,0.811,-14.282,-5.737,13.794
794 | -0.035,-0.160,0.819,-11.353,-5.920,11.475
795 | -0.031,-0.153,0.833,-7.202,-5.737,9.827
796 | -0.024,-0.153,0.850,-2.747,-4.883,8.301
797 | -0.021,-0.153,0.868,1.343,-4.517,6.775
798 | -0.021,-0.154,0.876,4.333,-4.211,4.761
799 | -0.024,-0.148,0.881,6.897,-4.211,2.136
800 | -0.027,-0.137,0.887,9.949,-4.456,-0.549
801 | -0.026,-0.118,0.906,13.367,-3.967,-2.625
802 | -0.029,-0.085,0.926,16.785,-2.441,-3.479
803 | -0.039,-0.046,0.926,21.057,1.160,-3.113
804 | -0.054,0.020,0.927,26.306,6.592,-2.441
805 | -0.081,0.071,0.914,31.921,11.963,-2.075
806 | -0.115,0.074,0.855,36.865,16.846,-2.991
807 | -0.148,0.065,0.804,41.260,17.944,-7.690
808 | -0.206,0.037,0.762,45.227,13.977,-15.625
809 | -0.266,0.036,0.721,49.133,10.437,-23.560
810 | -0.320,-0.015,0.657,54.932,10.132,-31.067
811 | -0.377,-0.094,0.589,60.852,11.841,-37.476
812 | -0.459,-0.183,0.521,66.345,12.268,-42.908
813 | -0.545,-0.251,0.473,72.815,13.794,-48.767
814 | -0.640,-0.320,0.425,79.834,17.456,-54.810
815 | -0.754,-0.437,0.348,86.731,23.437,-60.791
816 | -0.782,-0.647,0.270,95.398,29.114,-73.792
817 | -0.665,-0.952,0.274,106.750,26.489,-95.459
818 | -0.419,-1.266,0.414,118.042,12.390,-119.019
819 | -0.031,-1.593,0.669,123.352,-4.517,-137.024
820 | 0.307,-1.854,0.929,117.249,-13.977,-140.686
821 | 0.638,-2.033,1.144,103.577,-15.076,-123.352
822 | 0.877,-2.102,1.287,81.543,-13.367,-93.567
823 | 0.920,-1.966,1.299,49.927,-10.498,-52.612
824 | 0.642,-1.630,1.148,13.794,-1.526,-0.732
825 | 0.154,-1.255,0.952,-12.329,15.686,49.744
826 | -0.286,-0.834,0.792,-20.325,30.457,79.529
827 | -0.580,-0.556,0.674,-18.921,32.043,82.336
828 | -0.682,-0.424,0.613,-16.174,20.386,62.988
829 | -0.634,-0.391,0.594,-13.489,3.113,35.217
830 | -0.531,-0.434,0.596,-11.597,-8.972,13.000
831 | -0.400,-0.526,0.620,-6.958,-13.184,-0.854
832 | -0.260,-0.636,0.667,-1.343,-13.672,-7.568
833 | -0.151,-0.751,0.730,2.136,-14.160,-8.972
834 | -0.067,-0.848,0.790,2.625,-13.367,-6.897
835 | -0.019,-0.923,0.843,1.709,-10.925,-1.587
836 | -0.010,-0.958,0.878,-0.732,-7.629,6.409
837 | -0.023,-0.963,0.901,-4.944,-5.127,14.465
838 | -0.056,-0.949,0.912,-10.620,-4.944,20.874
839 | -0.094,-0.934,0.920,-16.479,-7.263,23.437
840 | -0.122,-0.920,0.925,-22.156,-11.414,23.010
841 |
842 | 0.746,-2.263,1.224,136.658,-18.860,-146.912
843 | 1.075,-2.380,1.503,110.657,-23.621,-122.620
844 | 1.193,-2.271,1.578,69.946,-16.724,-80.139
845 | 0.984,-1.944,1.401,20.081,-2.563,-23.804
846 | 0.457,-1.495,1.121,-18.555,13.306,32.349
847 | -0.049,-0.960,0.884,-35.278,28.809,69.092
848 | -0.407,-0.590,0.676,-37.781,36.377,77.576
849 | -0.557,-0.382,0.552,-31.555,29.358,61.768
850 | -0.537,-0.302,0.503,-22.522,12.878,34.912
851 | -0.451,-0.328,0.507,-15.198,-1.648,11.169
852 | -0.331,-0.400,0.553,-7.935,-8.789,-4.700
853 | -0.224,-0.511,0.631,-1.770,-13.184,-14.587
854 | -0.121,-0.631,0.713,2.075,-16.296,-20.508
855 | -0.022,-0.744,0.780,3.906,-15.991,-22.034
856 | 0.048,-0.829,0.829,4.456,-11.841,-18.127
857 | 0.085,-0.882,0.854,3.662,-6.226,-9.705
858 | 0.083,-0.903,0.874,1.221,-2.625,-0.305
859 | 0.061,-0.895,0.877,-2.991,-1.648,7.202
860 | 0.034,-0.867,0.865,-9.155,-3.662,11.658
861 | 0.002,-0.833,0.852,-15.991,-8.850,13.367
862 | -0.033,-0.797,0.849,-22.278,-15.686,12.329
863 | -0.054,-0.764,0.849,-27.039,-21.301,9.705
864 | -0.072,-0.740,0.854,-29.541,-24.963,7.996
865 | -0.089,-0.720,0.867,-29.968,-25.635,7.446
866 | -0.102,-0.705,0.881,-29.297,-23.804,7.690
867 | -0.108,-0.690,0.891,-28.687,-20.935,8.728
868 | -0.109,-0.671,0.896,-27.100,-17.334,10.437
869 | -0.110,-0.657,0.889,-24.963,-12.756,12.573
870 | -0.115,-0.640,0.877,-22.827,-8.606,15.015
871 | -0.124,-0.630,0.866,-20.569,-5.798,15.991
872 | -0.120,-0.632,0.859,-18.677,-4.211,15.320
873 | -0.112,-0.644,0.856,-17.273,-3.357,13.855
874 | -0.097,-0.655,0.851,-16.052,-1.770,12.817
875 | -0.079,-0.667,0.850,-15.076,0.549,12.878
876 | -0.069,-0.668,0.852,-15.747,2.136,13.855
877 | -0.065,-0.672,0.844,-17.761,2.686,14.954
878 | -0.070,-0.666,0.835,-20.569,1.160,15.991
879 | -0.079,-0.650,0.827,-23.376,-0.977,15.930
880 | -0.088,-0.638,0.820,-25.879,-2.747,15.503
881 | -0.103,-0.630,0.817,-27.588,-4.517,15.076
882 | -0.116,-0.625,0.817,-28.748,-6.348,13.672
883 | -0.126,-0.627,0.821,-29.785,-7.751,11.841
884 | -0.126,-0.624,0.822,-31.067,-8.423,9.705
885 | -0.117,-0.616,0.823,-32.837,-8.545,9.216
886 | -0.118,-0.601,0.820,-34.973,-8.240,10.925
887 | -0.124,-0.581,0.811,-36.621,-7.202,13.855
888 | -0.142,-0.557,0.805,-38.147,-5.920,16.602
889 | -0.152,-0.528,0.789,-39.368,-5.066,17.944
890 | -0.166,-0.502,0.780,-40.039,-5.371,18.066
891 | -0.155,-0.495,0.771,-40.588,-6.104,16.357
892 | -0.149,-0.490,0.769,-41.748,-8.179,15.198
893 | -0.142,-0.481,0.767,-42.847,-10.376,14.221
894 | -0.127,-0.475,0.768,-43.640,-12.024,13.123
895 | -0.120,-0.455,0.767,-44.250,-14.771,13.550
896 | -0.122,-0.429,0.767,-43.823,-18.311,14.832
897 | -0.126,-0.398,0.768,-42.053,-21.057,16.296
898 | -0.140,-0.373,0.780,-39.124,-22.278,17.090
899 | -0.148,-0.352,0.791,-35.400,-21.729,16.296
900 | -0.158,-0.340,0.806,-31.799,-20.813,14.832
901 | -0.167,-0.327,0.819,-28.076,-19.775,13.062
902 | -0.175,-0.314,0.835,-24.292,-18.311,11.047
903 | -0.172,-0.293,0.850,-21.484,-16.541,8.606
904 | -0.165,-0.276,0.850,-19.165,-14.587,6.470
905 | -0.158,-0.255,0.850,-16.541,-13.245,4.761
906 | -0.156,-0.241,0.851,-13.672,-11.963,3.723
907 | -0.146,-0.227,0.853,-10.620,-10.193,2.319
908 | -0.142,-0.221,0.857,-7.996,-8.789,0.977
909 | -0.143,-0.217,0.860,-5.066,-7.385,-0.244
910 | -0.135,-0.215,0.853,-1.770,-5.310,-2.319
911 | -0.128,-0.215,0.855,2.380,-3.967,-3.723
912 | -0.123,-0.215,0.856,6.226,-3.113,-5.005
913 | -0.116,-0.212,0.859,9.705,-2.136,-6.165
914 | -0.112,-0.211,0.861,12.817,-0.671,-6.897
915 | -0.116,-0.208,0.868,15.320,0.793,-7.202
916 | -0.122,-0.205,0.868,16.785,2.075,-7.019
917 | -0.131,-0.196,0.862,18.188,3.906,-6.897
918 | -0.142,-0.185,0.856,19.653,5.798,-6.897
919 | -0.151,-0.172,0.846,20.752,7.507,-6.531
920 | -0.168,-0.160,0.833,21.606,8.606,-6.165
921 | -0.185,-0.150,0.811,22.644,9.583,-6.470
922 | -0.202,-0.139,0.785,24.109,10.376,-6.958
923 | -0.225,-0.123,0.771,26.917,10.376,-7.935
924 | -0.250,-0.109,0.754,31.128,10.864,-9.155
925 | -0.272,-0.103,0.739,36.194,12.939,-10.437
926 | -0.304,-0.093,0.732,42.236,15.503,-10.803
927 | -0.362,-0.080,0.723,47.913,19.409,-10.498
928 | -0.413,-0.057,0.696,53.406,25.452,-10.742
929 | -0.467,-0.066,0.646,58.716,32.227,-12.634
930 | -0.530,-0.067,0.598,64.087,36.560,-16.907
931 | -0.599,-0.097,0.548,70.007,39.246,-23.987
932 | -0.669,-0.115,0.506,76.660,41.260,-34.119
933 | -0.751,-0.163,0.455,83.557,43.213,-44.312
934 | -0.776,-0.303,0.363,91.370,48.218,-55.908
935 | -0.714,-0.519,0.291,101.746,52.185,-73.303
936 | -0.566,-0.786,0.312,115.662,47.913,-92.834
937 | -0.350,-1.075,0.443,127.930,36.438,-110.962
938 | -0.089,-1.360,0.638,133.118,25.391,-125.488
939 | 0.180,-1.655,0.880,129.700,16.602,-132.019
940 | 0.476,-1.875,1.114,118.896,6.348,-127.991
941 | 0.741,-1.986,1.282,99.060,-0.244,-114.502
942 | 0.865,-1.964,1.318,66.284,-1.160,-85.083
943 | 0.750,-1.736,1.238,29.541,2.808,-41.992
944 | 0.381,-1.407,1.093,-2.075,10.803,2.747
945 | -0.045,-1.065,0.936,-20.264,20.996,34.729
946 | -0.337,-0.694,0.791,-25.940,26.428,45.166
947 | -0.488,-0.520,0.643,-27.100,22.827,35.461
948 | -0.463,-0.443,0.548,-19.836,11.780,14.587
949 | -0.355,-0.485,0.543,-7.690,-1.160,-6.897
950 | -0.239,-0.586,0.625,4.272,-11.353,-22.400
951 | -0.138,-0.718,0.744,12.878,-16.541,-30.701
952 | -0.060,-0.834,0.856,16.541,-17.273,-32.532
953 | -0.002,-0.916,0.935,16.235,-14.465,-28.870
954 | 0.035,-0.965,0.971,12.756,-9.216,-20.752
955 | 0.045,-0.983,0.966,8.118,-2.930,-9.583
956 | 0.036,-0.969,0.946,4.578,3.906,0.549
957 | 0.018,-0.954,0.916,0.793,8.118,8.423
958 | 0.004,-0.939,0.892,-4.028,6.348,12.329
959 | -0.003,-0.927,0.884,-10.132,-0.977,12.573
960 | -0.018,-0.913,0.883,-17.212,-9.521,12.024
961 |
962 | 0.443,-1.775,1.063,105.652,41.626,-75.928
963 | 0.665,-1.880,1.153,88.806,35.522,-64.087
964 | 0.780,-1.878,1.203,66.895,29.541,-44.250
965 | 0.781,-1.779,1.196,41.443,24.719,-14.526
966 | 0.625,-1.596,1.102,12.756,23.254,17.456
967 | 0.371,-1.380,0.994,-12.146,20.203,44.739
968 | 0.128,-1.173,0.879,-30.823,12.573,58.594
969 | -0.052,-0.978,0.802,-42.053,-1.526,58.777
970 | -0.151,-0.853,0.752,-49.072,-16.785,49.622
971 | -0.178,-0.771,0.723,-50.415,-29.419,37.048
972 | -0.162,-0.724,0.726,-46.997,-36.499,27.527
973 | -0.156,-0.697,0.752,-41.443,-37.476,22.461
974 | -0.164,-0.684,0.788,-36.011,-33.997,20.874
975 | -0.175,-0.671,0.820,-32.043,-29.114,21.057
976 | -0.188,-0.641,0.842,-28.687,-24.414,22.156
977 | -0.210,-0.618,0.855,-25.574,-19.714,22.949
978 | -0.215,-0.600,0.865,-22.339,-15.381,22.339
979 | -0.215,-0.578,0.866,-19.470,-11.780,19.897
980 | -0.204,-0.568,0.864,-17.029,-9.155,17.212
981 | -0.187,-0.566,0.854,-14.893,-7.935,14.832
982 | -0.167,-0.569,0.847,-12.939,-7.263,12.817
983 | -0.143,-0.578,0.840,-11.475,-6.348,11.414
984 | -0.124,-0.590,0.835,-10.132,-5.188,10.254
985 | -0.106,-0.603,0.832,-9.338,-4.211,8.789
986 | -0.083,-0.616,0.824,-9.094,-3.723,7.263
987 | -0.064,-0.628,0.812,-9.949,-4.150,7.019
988 | -0.048,-0.640,0.801,-11.353,-4.700,7.385
989 | -0.040,-0.649,0.791,-12.329,-5.127,7.935
990 | -0.035,-0.657,0.785,-12.573,-5.554,8.362
991 | -0.028,-0.662,0.778,-13.062,-6.287,8.484
992 | -0.021,-0.666,0.773,-13.428,-7.629,8.606
993 | -0.020,-0.672,0.775,-14.221,-9.583,8.972
994 | -0.025,-0.677,0.784,-15.503,-11.658,9.583
995 | -0.031,-0.679,0.791,-17.151,-13.000,9.949
996 | -0.036,-0.678,0.803,-19.348,-14.404,10.925
997 | -0.053,-0.669,0.814,-21.851,-15.503,12.329
998 | -0.068,-0.664,0.814,-23.926,-15.137,13.245
999 | -0.075,-0.653,0.818,-24.963,-14.221,13.672
1000 | -0.083,-0.645,0.828,-25.146,-13.550,14.343
1001 | -0.090,-0.637,0.839,-25.024,-12.756,15.137
1002 | -0.094,-0.626,0.840,-24.963,-11.902,15.991
1003 | -0.096,-0.612,0.838,-25.085,-10.986,16.907
1004 | -0.097,-0.601,0.835,-25.330,-10.376,17.883
1005 | -0.099,-0.588,0.833,-25.574,-10.559,18.372
1006 | -0.103,-0.579,0.832,-25.635,-11.169,18.127
1007 | -0.101,-0.572,0.836,-25.757,-11.719,17.151
1008 | -0.098,-0.566,0.841,-26.306,-12.512,16.052
1009 | -0.099,-0.559,0.837,-27.405,-13.550,15.381
1010 | -0.097,-0.556,0.835,-27.893,-14.404,14.648
1011 | -0.098,-0.550,0.835,-27.832,-14.954,13.794
1012 | -0.094,-0.546,0.833,-27.405,-14.954,13.550
1013 | -0.087,-0.541,0.825,-26.917,-14.526,13.794
1014 | -0.087,-0.532,0.825,-25.879,-14.099,14.832
1015 | -0.092,-0.514,0.823,-25.024,-12.817,15.991
1016 | -0.094,-0.499,0.818,-24.780,-10.925,16.296
1017 | -0.093,-0.475,0.810,-25.208,-10.071,16.174
1018 | -0.088,-0.447,0.806,-25.879,-10.010,15.747
1019 | -0.079,-0.417,0.802,-26.489,-10.132,15.015
1020 | -0.076,-0.387,0.800,-26.428,-10.071,14.771
1021 | -0.082,-0.359,0.797,-25.452,-9.705,14.893
1022 | -0.087,-0.336,0.795,-23.621,-8.789,14.404
1023 | -0.083,-0.315,0.799,-21.362,-8.240,13.184
1024 | -0.083,-0.297,0.809,-19.104,-8.789,12.207
1025 | -0.083,-0.283,0.822,-17.151,-9.033,11.658
1026 | -0.086,-0.272,0.836,-15.198,-7.874,11.169
1027 | -0.089,-0.259,0.845,-13.123,-6.531,10.742
1028 | -0.087,-0.249,0.854,-11.108,-5.432,9.949
1029 | -0.081,-0.242,0.858,-9.644,-4.944,8.850
1030 | -0.075,-0.235,0.861,-8.545,-5.127,8.240
1031 | -0.071,-0.230,0.863,-7.141,-4.822,7.935
1032 | -0.073,-0.224,0.866,-4.822,-4.028,7.507
1033 | -0.077,-0.216,0.872,-2.502,-3.052,6.714
1034 | -0.083,-0.205,0.871,-0.427,-2.136,5.005
1035 | -0.085,-0.201,0.869,2.014,-1.892,2.747
1036 | -0.088,-0.195,0.866,4.944,-2.075,0.427
1037 | -0.092,-0.183,0.879,8.057,-2.197,-1.160
1038 | -0.103,-0.160,0.894,10.864,-0.916,-1.892
1039 | -0.118,-0.123,0.893,13.000,2.075,-1.404
1040 | -0.138,-0.073,0.882,14.771,5.493,-0.732
1041 | -0.166,-0.010,0.871,17.151,7.874,-1.160
1042 | -0.207,0.059,0.864,19.958,9.583,-2.625
1043 | -0.260,0.158,0.864,23.437,11.597,-4.272
1044 | -0.330,0.278,0.845,28.015,15.015,-5.371
1045 | -0.417,0.386,0.777,33.447,21.790,-5.188
1046 | -0.515,0.422,0.681,40.833,30.518,-6.714
1047 | -0.594,0.377,0.551,51.086,37.415,-12.207
1048 | -0.699,0.281,0.446,62.622,40.710,-23.071
1049 | -0.759,0.078,0.337,76.355,39.856,-36.194
1050 | -0.775,-0.174,0.245,91.736,38.574,-55.725
1051 | -0.750,-0.486,0.212,109.314,34.729,-79.651
1052 | -0.651,-0.774,0.226,125.732,28.198,-102.051
1053 | -0.503,-1.104,0.274,136.597,22.827,-118.042
1054 | -0.296,-1.401,0.399,142.578,16.785,-128.296
1055 | -0.092,-1.639,0.614,143.921,8.362,-134.766
1056 | 0.172,-1.878,0.877,138.916,-2.075,-137.878
1057 | 0.483,-2.082,1.148,125.793,-11.108,-133.667
1058 | 0.746,-2.204,1.394,104.797,-15.930,-117.676
1059 | 0.922,-2.195,1.491,74.951,-13.489,-87.402
1060 | 0.907,-1.987,1.395,35.889,-2.625,-42.542
1061 | 0.609,-1.667,1.159,-2.930,11.292,10.803
1062 | 0.200,-1.325,0.926,-27.649,22.827,54.016
1063 | -0.160,-0.935,0.770,-36.804,25.940,73.914
1064 | -0.406,-0.682,0.664,-39.917,16.785,70.740
1065 | -0.501,-0.532,0.613,-38.696,0.366,51.514
1066 | -0.469,-0.466,0.603,-33.875,-14.160,27.832
1067 | -0.399,-0.490,0.626,-26.367,-22.095,10.315
1068 | -0.328,-0.540,0.682,-16.785,-22.461,0.427
1069 | -0.270,-0.612,0.747,-8.484,-18.555,-3.601
1070 | -0.216,-0.684,0.805,-3.784,-14.709,-4.578
1071 | -0.162,-0.748,0.845,-1.831,-11.475,-3.906
1072 | -0.111,-0.804,0.873,-1.160,-8.362,-2.502
1073 | -0.079,-0.843,0.900,-1.587,-5.981,1.770
1074 | -0.072,-0.868,0.918,-3.052,-3.967,7.019
1075 | -0.075,-0.870,0.918,-6.104,-2.563,11.719
1076 | -0.086,-0.859,0.907,-10.559,-2.686,15.747
1077 | -0.101,-0.838,0.893,-15.320,-3.906,17.944
1078 | -0.118,-0.823,0.874,-19.592,-5.432,18.555
1079 | -0.116,-0.805,0.857,-22.278,-6.531,18.127
1080 | -0.110,-0.789,0.852,-23.743,-7.507,17.578
1081 |
1082 | 0.388,-1.980,1.162,120.972,-2.136,-128.540
1083 | 0.689,-2.137,1.353,105.591,-1.099,-114.563
1084 | 0.926,-2.168,1.430,81.360,2.808,-87.036
1085 | 0.963,-2.033,1.360,44.922,8.545,-45.349
1086 | 0.753,-1.776,1.167,6.104,14.893,4.272
1087 | 0.396,-1.481,0.973,-22.278,19.714,46.326
1088 | 0.053,-1.164,0.830,-37.048,18.250,68.970
1089 | -0.225,-0.869,0.764,-43.823,6.226,71.533
1090 | -0.384,-0.703,0.720,-48.950,-10.193,59.082
1091 | -0.427,-0.587,0.697,-49.072,-25.269,39.978
1092 | -0.402,-0.540,0.689,-45.715,-33.447,23.132
1093 | -0.359,-0.532,0.702,-38.879,-33.875,13.062
1094 | -0.324,-0.550,0.734,-29.236,-28.503,8.423
1095 | -0.294,-0.582,0.770,-20.203,-21.301,6.836
1096 | -0.265,-0.620,0.800,-14.221,-15.503,6.042
1097 | -0.235,-0.652,0.828,-10.559,-12.085,5.066
1098 | -0.209,-0.691,0.861,-8.789,-10.193,4.517
1099 | -0.192,-0.722,0.887,-8.301,-9.155,5.066
1100 | -0.184,-0.743,0.907,-8.240,-7.629,6.470
1101 | -0.181,-0.753,0.913,-9.094,-6.165,8.362
1102 | -0.178,-0.759,0.911,-10.681,-5.371,10.559
1103 | -0.171,-0.760,0.900,-12.817,-4.517,12.146
1104 | -0.157,-0.754,0.886,-14.099,-3.052,13.428
1105 | -0.144,-0.745,0.872,-15.259,-1.587,14.771
1106 | -0.134,-0.737,0.857,-16.052,-0.549,16.296
1107 | -0.125,-0.725,0.839,-17.456,0.122,17.456
1108 | -0.117,-0.714,0.822,-19.287,-0.549,18.555
1109 | -0.104,-0.718,0.810,-21.057,-1.770,19.531
1110 | -0.102,-0.723,0.809,-21.973,-3.296,19.897
1111 | -0.103,-0.722,0.812,-22.827,-5.005,19.348
1112 | -0.104,-0.724,0.819,-24.414,-6.653,18.799
1113 | -0.108,-0.723,0.824,-26.794,-8.606,19.043
1114 | -0.114,-0.720,0.819,-29.602,-10.315,19.470
1115 | -0.121,-0.715,0.810,-31.128,-10.742,20.203
1116 | -0.126,-0.710,0.817,-31.799,-10.315,21.606
1117 | -0.140,-0.698,0.825,-32.898,-9.827,23.560
1118 | -0.155,-0.689,0.835,-34.180,-8.850,24.536
1119 | -0.157,-0.676,0.832,-35.217,-7.629,24.292
1120 | -0.151,-0.661,0.828,-36.194,-7.019,24.292
1121 | -0.149,-0.648,0.829,-36.133,-6.958,24.902
1122 | -0.149,-0.633,0.835,-35.889,-6.348,25.574
1123 | -0.151,-0.611,0.834,-35.950,-5.676,25.818
1124 | -0.156,-0.594,0.831,-36.804,-5.676,25.513
1125 | -0.162,-0.581,0.833,-38.208,-6.592,23.926
1126 | -0.156,-0.558,0.827,-39.124,-8.179,21.729
1127 | -0.142,-0.546,0.825,-39.734,-9.033,19.958
1128 | -0.130,-0.538,0.825,-39.856,-9.338,19.592
1129 | -0.121,-0.525,0.817,-39.734,-8.789,20.386
1130 | -0.115,-0.512,0.805,-38.635,-7.202,21.423
1131 | -0.111,-0.495,0.797,-36.499,-5.798,22.888
1132 | -0.110,-0.469,0.796,-34.485,-4.700,24.719
1133 | -0.108,-0.451,0.788,-32.715,-3.662,25.757
1134 | -0.102,-0.429,0.785,-31.189,-2.991,26.184
1135 | -0.102,-0.409,0.783,-29.663,-3.174,26.184
1136 | -0.099,-0.390,0.788,-28.564,-3.723,24.841
1137 | -0.101,-0.377,0.797,-28.625,-5.127,23.132
1138 | -0.110,-0.358,0.810,-29.419,-7.202,21.118
1139 | -0.111,-0.344,0.822,-29.968,-8.606,18.494
1140 | -0.107,-0.331,0.827,-29.968,-8.850,16.296
1141 | -0.109,-0.311,0.824,-28.931,-8.301,15.686
1142 | -0.111,-0.293,0.825,-26.367,-6.653,15.503
1143 | -0.111,-0.273,0.822,-23.132,-4.761,15.625
1144 | -0.114,-0.255,0.825,-20.264,-3.418,15.442
1145 | -0.114,-0.239,0.830,-17.822,-2.625,14.709
1146 | -0.111,-0.226,0.829,-15.808,-1.892,13.672
1147 | -0.106,-0.211,0.825,-14.038,-1.404,12.390
1148 | -0.100,-0.198,0.821,-11.963,-0.916,10.986
1149 | -0.094,-0.190,0.816,-9.766,-0.305,9.766
1150 | -0.089,-0.180,0.816,-7.507,0.488,8.301
1151 | -0.084,-0.173,0.814,-5.249,1.648,7.263
1152 | -0.077,-0.162,0.809,-2.930,2.075,6.165
1153 | -0.077,-0.152,0.807,-1.099,1.648,5.188
1154 | -0.079,-0.139,0.808,1.160,0.916,4.395
1155 | -0.089,-0.131,0.808,3.601,0.671,3.357
1156 | -0.096,-0.123,0.807,5.859,0.977,2.136
1157 | -0.098,-0.119,0.803,8.240,1.160,0.671
1158 | -0.102,-0.114,0.802,10.620,1.160,-1.038
1159 | -0.105,-0.108,0.805,12.939,0.854,-2.563
1160 | -0.115,-0.099,0.809,14.954,0.793,-3.296
1161 | -0.130,-0.080,0.812,17.334,1.526,-4.028
1162 | -0.154,-0.048,0.816,20.203,3.357,-5.066
1163 | -0.175,-0.021,0.813,23.376,5.920,-6.531
1164 | -0.196,-0.001,0.800,26.184,8.179,-9.155
1165 | -0.225,0.022,0.792,28.687,8.789,-12.939
1166 | -0.258,0.049,0.778,32.104,8.667,-16.846
1167 | -0.287,0.051,0.755,36.865,10.254,-20.996
1168 | -0.311,0.054,0.728,42.664,13.489,-25.391
1169 | -0.342,0.059,0.703,49.255,17.151,-28.809
1170 | -0.384,0.046,0.665,55.847,22.217,-31.128
1171 | -0.432,0.005,0.612,62.256,27.771,-34.241
1172 | -0.470,-0.051,0.553,68.115,33.264,-39.246
1173 | -0.514,-0.136,0.474,74.707,37.354,-45.410
1174 | -0.548,-0.239,0.382,83.435,41.260,-52.368
1175 | -0.576,-0.345,0.299,96.741,44.434,-60.730
1176 | -0.637,-0.446,0.256,114.624,48.218,-67.993
1177 | -0.669,-0.614,0.232,133.911,56.824,-76.721
1178 | -0.618,-0.837,0.246,152.588,67.627,-90.942
1179 | -0.501,-1.074,0.323,167.969,70.374,-106.506
1180 | -0.338,-1.338,0.475,173.584,62.988,-120.300
1181 | -0.086,-1.656,0.665,170.410,49.011,-130.798
1182 | 0.259,-1.987,0.903,162.781,35.522,-138.000
1183 | 0.658,-2.264,1.169,149.231,20.264,-136.353
1184 | 1.063,-2.451,1.341,123.962,7.263,-119.385
1185 | 1.274,-2.403,1.348,84.290,3.662,-81.482
1186 | 1.038,-2.050,1.225,35.034,4.517,-22.278
1187 | 0.461,-1.650,1.043,-6.165,9.155,36.255
1188 | -0.030,-1.156,0.905,-25.208,16.785,70.618
1189 | -0.357,-0.822,0.805,-33.508,13.184,74.768
1190 | -0.493,-0.654,0.756,-34.912,-0.549,56.824
1191 | -0.467,-0.574,0.743,-28.992,-12.939,32.715
1192 | -0.398,-0.587,0.745,-21.973,-16.113,16.418
1193 | -0.325,-0.633,0.762,-13.306,-12.085,8.606
1194 | -0.254,-0.698,0.789,-5.737,-6.775,5.005
1195 | -0.185,-0.772,0.820,-1.709,-4.700,2.747
1196 | -0.120,-0.840,0.849,-0.366,-4.822,1.770
1197 | -0.073,-0.890,0.867,-0.610,-5.127,3.052
1198 | -0.054,-0.914,0.877,-1.465,-4.700,6.775
1199 | -0.058,-0.923,0.880,-3.052,-3.296,12.024
1200 | -0.071,-0.922,0.878,-5.493,-2.625,15.930
1201 |
1202 | 0.468,-1.870,0.926,122.742,54.077,-88.135
1203 | 0.826,-1.992,1.045,102.783,32.959,-93.201
1204 | 1.101,-2.042,1.131,80.688,18.677,-83.801
1205 | 1.179,-1.960,1.150,51.880,8.911,-55.054
1206 | 0.950,-1.714,1.064,19.409,3.479,-11.963
1207 | 0.506,-1.373,0.945,-6.714,3.662,30.212
1208 | 0.041,-1.028,0.850,-21.606,6.897,58.105
1209 | -0.310,-0.709,0.803,-25.818,4.272,63.232
1210 | -0.491,-0.542,0.756,-25.757,-2.441,50.598
1211 | -0.505,-0.461,0.705,-21.851,-8.423,29.602
1212 | -0.437,-0.454,0.671,-15.381,-10.071,13.000
1213 | -0.339,-0.495,0.666,-7.812,-7.385,2.441
1214 | -0.233,-0.569,0.694,-0.732,-3.601,-3.723
1215 | -0.130,-0.658,0.735,4.028,-1.221,-7.568
1216 | -0.032,-0.749,0.775,5.798,0.793,-9.338
1217 | 0.039,-0.810,0.809,5.493,2.563,-6.409
1218 | 0.086,-0.859,0.826,4.028,5.310,-1.343
1219 | 0.109,-0.884,0.821,1.343,6.470,4.639
1220 | 0.115,-0.896,0.812,-2.991,3.601,9.766
1221 | 0.113,-0.899,0.802,-8.606,-2.441,12.512
1222 | 0.104,-0.896,0.794,-15.015,-9.766,13.550
1223 | 0.089,-0.881,0.787,-21.545,-17.456,13.977
1224 | 0.065,-0.866,0.790,-26.550,-24.170,14.282
1225 | 0.034,-0.846,0.798,-30.334,-29.053,15.198
1226 | -0.000,-0.820,0.803,-32.837,-31.189,16.418
1227 | -0.035,-0.794,0.804,-34.607,-30.945,17.456
1228 | -0.062,-0.774,0.797,-35.461,-29.297,18.555
1229 | -0.078,-0.766,0.797,-34.973,-26.489,19.226
1230 | -0.079,-0.766,0.798,-33.386,-22.400,19.836
1231 | -0.075,-0.764,0.801,-31.982,-17.944,21.301
1232 | -0.071,-0.764,0.799,-31.250,-13.428,22.705
1233 | -0.072,-0.751,0.797,-32.349,-9.827,24.353
1234 | -0.083,-0.725,0.787,-34.546,-7.324,25.452
1235 | -0.092,-0.686,0.771,-37.231,-5.920,25.391
1236 | -0.108,-0.658,0.765,-39.551,-5.920,24.170
1237 | -0.113,-0.631,0.766,-41.016,-7.690,21.179
1238 | -0.105,-0.617,0.770,-41.931,-10.315,17.212
1239 | -0.099,-0.613,0.783,-41.931,-13.062,14.282
1240 | -0.084,-0.615,0.791,-41.199,-15.076,13.062
1241 | -0.080,-0.630,0.809,-39.856,-15.564,13.733
1242 | -0.082,-0.613,0.828,-38.574,-15.320,16.663
1243 | -0.081,-0.584,0.842,-39.001,-13.550,19.104
1244 | -0.082,-0.550,0.841,-40.466,-12.268,21.790
1245 | -0.082,-0.524,0.838,-42.053,-12.756,24.231
1246 | -0.080,-0.501,0.841,-43.762,-14.038,25.513
1247 | -0.090,-0.486,0.844,-44.861,-15.381,26.062
1248 | -0.090,-0.471,0.844,-45.349,-15.381,24.780
1249 | -0.090,-0.458,0.849,-44.556,-15.442,23.071
1250 | -0.093,-0.451,0.861,-43.335,-15.808,21.606
1251 | -0.094,-0.445,0.877,-42.053,-15.808,20.142
1252 | -0.087,-0.424,0.888,-41.443,-14.893,18.799
1253 | -0.080,-0.409,0.886,-40.894,-13.428,18.250
1254 | -0.076,-0.382,0.886,-39.673,-12.329,19.409
1255 | -0.084,-0.362,0.894,-38.025,-11.719,21.057
1256 | -0.094,-0.340,0.900,-36.072,-10.437,22.156
1257 | -0.100,-0.320,0.901,-34.119,-8.545,21.606
1258 | -0.100,-0.302,0.893,-32.104,-7.202,20.020
1259 | -0.099,-0.284,0.882,-29.053,-6.714,17.761
1260 | -0.093,-0.271,0.883,-24.292,-6.287,15.137
1261 | -0.083,-0.262,0.891,-20.081,-5.676,12.268
1262 | -0.072,-0.256,0.898,-17.273,-4.578,10.071
1263 | -0.059,-0.248,0.898,-15.381,-3.235,8.484
1264 | -0.053,-0.243,0.894,-14.404,-2.502,7.690
1265 | -0.046,-0.235,0.890,-13.245,-2.197,6.958
1266 | -0.037,-0.229,0.885,-11.841,-1.953,5.798
1267 | -0.022,-0.224,0.884,-10.010,-1.770,5.005
1268 | -0.011,-0.222,0.889,-8.118,-1.770,5.310
1269 | -0.005,-0.216,0.892,-6.409,-0.916,5.554
1270 | -0.007,-0.207,0.893,-4.883,-0.122,5.615
1271 | -0.013,-0.199,0.890,-3.845,0.061,4.822
1272 | -0.022,-0.197,0.891,-2.808,-0.366,3.113
1273 | -0.032,-0.194,0.895,-1.648,-0.732,0.671
1274 | -0.039,-0.188,0.895,0.122,-0.366,-2.014
1275 | -0.042,-0.179,0.895,2.136,0.549,-4.150
1276 | -0.041,-0.167,0.892,4.395,1.099,-6.653
1277 | -0.041,-0.150,0.895,6.714,1.953,-8.789
1278 | -0.045,-0.124,0.899,8.911,3.052,-10.132
1279 | -0.061,-0.091,0.903,11.536,5.188,-10.498
1280 | -0.089,-0.049,0.903,13.855,8.545,-10.071
1281 | -0.126,0.004,0.895,15.991,12.085,-9.583
1282 | -0.170,0.057,0.879,18.372,15.503,-9.583
1283 | -0.218,0.127,0.856,21.729,19.165,-10.315
1284 | -0.278,0.177,0.827,25.452,22.644,-11.414
1285 | -0.341,0.234,0.784,30.334,25.208,-13.367
1286 | -0.409,0.247,0.738,35.156,27.039,-16.113
1287 | -0.462,0.202,0.674,40.710,29.907,-20.996
1288 | -0.509,0.107,0.604,47.119,33.447,-27.954
1289 | -0.552,-0.005,0.559,54.321,36.804,-37.476
1290 | -0.589,-0.124,0.514,62.622,39.856,-47.546
1291 | -0.618,-0.277,0.479,69.641,45.715,-57.312
1292 | -0.622,-0.445,0.412,77.026,53.589,-65.979
1293 | -0.619,-0.664,0.391,89.783,62.988,-76.355
1294 | -0.538,-0.873,0.372,107.239,71.899,-91.370
1295 | -0.419,-1.001,0.442,131.226,76.050,-103.210
1296 | -0.266,-1.124,0.524,146.423,79.224,-111.511
1297 | -0.044,-1.351,0.656,155.457,81.055,-117.615
1298 | 0.192,-1.510,0.779,152.344,75.195,-121.643
1299 | 0.480,-1.664,0.905,142.212,63.293,-119.080
1300 | 0.693,-1.761,1.009,122.192,50.293,-108.582
1301 | 0.867,-1.802,1.075,96.375,36.560,-86.609
1302 | 0.874,-1.703,1.077,64.880,26.489,-54.443
1303 | 0.693,-1.529,1.010,31.799,22.034,-16.418
1304 | 0.385,-1.327,0.921,5.554,19.714,14.587
1305 | 0.092,-1.099,0.837,-10.925,13.672,30.273
1306 | -0.119,-0.876,0.802,-18.860,0.977,29.968
1307 | -0.223,-0.754,0.736,-25.269,-11.658,20.691
1308 | -0.228,-0.703,0.710,-24.780,-20.752,7.019
1309 | -0.170,-0.696,0.704,-19.104,-25.146,-5.005
1310 | -0.107,-0.731,0.734,-13.855,-25.330,-12.695
1311 | -0.028,-0.795,0.774,-9.155,-22.888,-14.221
1312 | 0.039,-0.841,0.811,-6.531,-18.311,-11.902
1313 | 0.091,-0.880,0.840,-4.395,-12.634,-6.897
1314 | 0.120,-0.899,0.856,-2.869,-7.080,-0.916
1315 | 0.135,-0.907,0.862,-3.113,-3.052,5.432
1316 | 0.143,-0.911,0.861,-4.517,-1.526,10.010
1317 | 0.144,-0.904,0.856,-6.531,-1.709,13.550
1318 | 0.139,-0.899,0.846,-9.399,-2.808,16.785
1319 | 0.135,-0.876,0.829,-12.817,-4.517,19.653
1320 | 0.118,-0.873,0.819,-16.541,-6.592,21.240
1321 |
1322 | 1.140,-2.054,0.753,114.014,16.663,-135.376
1323 | 1.281,-2.114,0.957,85.876,-3.418,-104.919
1324 | 1.180,-1.958,1.087,50.354,-13.550,-56.335
1325 | 0.801,-1.683,1.052,9.888,-11.169,-0.916
1326 | 0.376,-1.388,0.943,-19.897,-2.869,42.297
1327 | 0.028,-1.053,0.836,-35.461,-0.732,62.378
1328 | -0.208,-0.815,0.751,-42.236,-8.362,59.631
1329 | -0.296,-0.682,0.686,-44.922,-19.165,41.748
1330 | -0.267,-0.621,0.654,-40.527,-26.978,22.095
1331 | -0.196,-0.632,0.657,-31.128,-28.320,8.118
1332 | -0.117,-0.671,0.693,-19.775,-24.353,1.343
1333 | -0.049,-0.728,0.734,-10.437,-17.578,-0.122
1334 | 0.004,-0.787,0.767,-4.150,-11.169,1.099
1335 | 0.053,-0.838,0.801,-0.610,-6.958,3.357
1336 | 0.085,-0.877,0.832,0.305,-5.554,6.409
1337 | 0.096,-0.906,0.859,-0.366,-5.615,10.071
1338 | 0.091,-0.922,0.880,-2.319,-6.470,13.489
1339 | 0.078,-0.922,0.897,-5.005,-7.812,15.381
1340 | 0.065,-0.914,0.906,-8.789,-9.705,17.212
1341 | 0.054,-0.904,0.904,-13.428,-11.780,18.677
1342 | 0.047,-0.886,0.891,-17.517,-13.123,19.897
1343 | 0.042,-0.872,0.877,-19.836,-13.306,20.752
1344 | 0.036,-0.856,0.866,-21.057,-12.573,21.729
1345 | 0.031,-0.838,0.855,-22.522,-11.963,22.400
1346 | 0.029,-0.819,0.834,-24.292,-11.719,22.583
1347 | 0.026,-0.805,0.817,-26.062,-12.451,22.644
1348 | 0.022,-0.790,0.806,-27.649,-13.672,22.888
1349 | 0.016,-0.785,0.800,-28.931,-14.343,22.461
1350 | 0.010,-0.777,0.793,-30.334,-15.076,21.606
1351 | 0.005,-0.777,0.786,-31.677,-15.869,20.630
1352 | 0.011,-0.774,0.775,-32.715,-16.602,19.653
1353 | 0.016,-0.778,0.767,-33.447,-17.456,19.348
1354 | 0.024,-0.763,0.766,-34.729,-17.639,19.775
1355 | 0.028,-0.746,0.756,-36.316,-17.212,20.752
1356 | 0.029,-0.722,0.746,-37.781,-16.968,23.193
1357 | 0.013,-0.700,0.740,-38.208,-17.151,26.001
1358 | -0.005,-0.686,0.739,-38.147,-16.846,27.100
1359 | -0.006,-0.672,0.748,-37.415,-16.663,25.879
1360 | -0.006,-0.666,0.762,-36.987,-17.334,24.719
1361 | -0.010,-0.658,0.779,-36.316,-17.761,24.536
1362 | -0.014,-0.654,0.784,-36.377,-16.357,25.085
1363 | -0.019,-0.647,0.783,-36.499,-14.832,25.452
1364 | -0.014,-0.627,0.786,-36.377,-13.855,25.574
1365 | -0.012,-0.609,0.783,-36.621,-13.000,25.635
1366 | -0.017,-0.594,0.776,-37.659,-13.367,25.330
1367 | -0.015,-0.584,0.768,-38.757,-14.587,23.804
1368 | -0.007,-0.574,0.762,-39.978,-16.357,22.522
1369 | -0.004,-0.559,0.759,-40.588,-18.250,21.851
1370 | -0.001,-0.540,0.756,-40.649,-19.287,22.461
1371 | -0.004,-0.515,0.759,-40.405,-19.958,23.682
1372 | -0.008,-0.485,0.766,-40.527,-20.508,24.475
1373 | -0.015,-0.453,0.772,-40.527,-21.240,24.536
1374 | -0.021,-0.427,0.779,-40.527,-22.156,23.804
1375 | -0.032,-0.401,0.792,-40.161,-22.827,22.339
1376 | -0.035,-0.380,0.799,-39.673,-22.644,20.142
1377 | -0.035,-0.361,0.805,-38.452,-21.484,18.188
1378 | -0.035,-0.338,0.810,-36.926,-20.142,17.090
1379 | -0.041,-0.328,0.819,-34.485,-18.799,16.174
1380 | -0.045,-0.310,0.832,-31.372,-17.334,15.930
1381 | -0.044,-0.292,0.844,-28.381,-15.503,15.503
1382 | -0.036,-0.270,0.849,-25.879,-13.977,14.954
1383 | -0.036,-0.250,0.861,-23.254,-13.977,14.893
1384 | -0.039,-0.229,0.876,-20.874,-14.038,13.916
1385 | -0.036,-0.219,0.887,-19.104,-13.672,11.963
1386 | -0.036,-0.216,0.894,-17.212,-13.733,10.010
1387 | -0.039,-0.218,0.900,-16.113,-13.306,7.996
1388 | -0.037,-0.223,0.900,-14.587,-12.085,5.432
1389 | -0.031,-0.229,0.905,-11.963,-10.193,3.296
1390 | -0.030,-0.231,0.909,-8.911,-8.667,1.709
1391 | -0.030,-0.230,0.905,-6.409,-6.348,0.549
1392 | -0.032,-0.232,0.901,-3.784,-4.639,-0.671
1393 | -0.036,-0.233,0.895,-1.526,-3.113,-1.953
1394 | -0.034,-0.234,0.890,0.793,-2.197,-2.930
1395 | -0.028,-0.234,0.888,2.441,-1.587,-3.662
1396 | -0.028,-0.235,0.888,3.601,-1.160,-3.845
1397 | -0.033,-0.233,0.884,4.517,-0.183,-3.967
1398 | -0.037,-0.215,0.883,5.737,1.343,-4.150
1399 | -0.047,-0.196,0.883,7.385,2.563,-4.822
1400 | -0.055,-0.173,0.881,8.789,4.028,-5.676
1401 | -0.067,-0.155,0.878,10.132,5.127,-6.592
1402 | -0.085,-0.119,0.879,11.780,5.554,-8.057
1403 | -0.110,-0.093,0.875,13.367,5.859,-9.216
1404 | -0.133,-0.064,0.864,15.564,7.263,-10.498
1405 | -0.151,-0.030,0.852,18.433,9.155,-11.597
1406 | -0.186,0.002,0.844,22.156,11.292,-12.024
1407 | -0.222,0.002,0.808,26.306,15.259,-11.108
1408 | -0.244,-0.026,0.759,31.128,20.935,-10.986
1409 | -0.277,-0.065,0.704,38.025,24.902,-11.902
1410 | -0.324,-0.148,0.650,46.387,27.649,-12.512
1411 | -0.360,-0.249,0.587,57.373,30.762,-14.954
1412 | -0.410,-0.326,0.553,72.327,34.058,-20.569
1413 | -0.483,-0.419,0.543,88.318,39.978,-31.067
1414 | -0.504,-0.521,0.528,99.548,48.401,-46.326
1415 | -0.482,-0.637,0.509,107.605,54.138,-64.636
1416 | -0.445,-0.760,0.500,116.882,55.969,-81.421
1417 | -0.349,-0.914,0.499,122.131,55.603,-97.778
1418 | -0.175,-1.125,0.516,126.404,50.171,-116.821
1419 | 0.074,-1.330,0.604,130.127,37.964,-135.132
1420 | 0.344,-1.600,0.782,128.967,20.386,-150.940
1421 | 0.698,-1.838,0.968,121.887,2.441,-156.311
1422 | 0.993,-1.976,1.097,103.882,-7.935,-144.653
1423 | 1.134,-1.974,1.159,73.059,-12.695,-109.558
1424 | 0.974,-1.756,1.148,31.799,-11.658,-52.551
1425 | 0.530,-1.430,1.072,-4.761,-5.127,10.376
1426 | 0.048,-1.144,0.957,-27.893,8.057,56.763
1427 | -0.253,-0.738,0.867,-35.522,18.372,76.721
1428 | -0.452,-0.531,0.737,-42.542,19.470,70.923
1429 | -0.496,-0.403,0.608,-43.640,11.292,49.683
1430 | -0.426,-0.359,0.531,-35.400,1.404,24.048
1431 | -0.333,-0.410,0.529,-21.484,-5.676,3.235
1432 | -0.220,-0.503,0.587,-5.493,-8.179,-9.583
1433 | -0.110,-0.623,0.676,6.104,-8.545,-17.395
1434 | -0.024,-0.735,0.762,11.536,-8.484,-19.714
1435 | 0.043,-0.818,0.823,11.169,-7.690,-17.700
1436 | 0.084,-0.875,0.855,7.202,-5.737,-12.085
1437 | 0.104,-0.903,0.861,2.869,-3.540,-4.761
1438 | 0.107,-0.916,0.848,-0.977,-1.587,2.319
1439 | 0.100,-0.913,0.834,-5.127,-1.526,8.667
1440 | 0.080,-0.900,0.829,-9.827,-4.456,13.428
1441 |
1442 | 0.517,-1.833,0.895,119.568,14.587,-133.423
1443 | 0.791,-1.968,1.101,101.135,0.671,-122.559
1444 | 0.952,-2.020,1.208,74.036,-6.836,-98.511
1445 | 0.951,-1.841,1.207,42.786,-8.118,-60.120
1446 | 0.687,-1.558,1.082,7.446,-1.648,-13.489
1447 | 0.273,-1.211,0.938,-16.418,6.958,26.428
1448 | -0.097,-0.848,0.833,-23.926,12.451,48.706
1449 | -0.359,-0.591,0.756,-23.437,10.193,48.767
1450 | -0.464,-0.492,0.693,-22.400,1.343,31.555
1451 | -0.419,-0.474,0.648,-18.127,-7.385,9.155
1452 | -0.302,-0.519,0.632,-11.169,-12.207,-6.958
1453 | -0.178,-0.601,0.648,-2.869,-11.108,-14.587
1454 | -0.076,-0.695,0.691,4.639,-7.141,-16.296
1455 | 0.005,-0.777,0.746,9.155,-4.517,-14.648
1456 | 0.058,-0.841,0.787,9.583,-4.089,-10.437
1457 | 0.080,-0.875,0.820,7.019,-3.967,-4.700
1458 | 0.082,-0.886,0.841,3.540,-3.357,1.099
1459 | 0.074,-0.884,0.845,0.305,-2.441,6.531
1460 | 0.068,-0.874,0.843,-3.113,-3.052,9.705
1461 | 0.064,-0.861,0.838,-7.385,-5.920,11.230
1462 | 0.051,-0.843,0.838,-12.268,-10.620,12.268
1463 | 0.022,-0.819,0.839,-17.334,-15.259,13.428
1464 | -0.007,-0.784,0.836,-21.118,-17.578,14.771
1465 | -0.029,-0.756,0.835,-23.254,-18.677,15.259
1466 | -0.046,-0.745,0.844,-24.536,-20.325,15.015
1467 | -0.050,-0.746,0.854,-24.719,-20.813,14.343
1468 | -0.049,-0.747,0.857,-23.865,-18.982,14.282
1469 | -0.045,-0.743,0.860,-21.545,-14.893,15.320
1470 | -0.039,-0.752,0.860,-18.494,-9.277,18.250
1471 | -0.029,-0.755,0.859,-15.564,-4.150,21.973
1472 | -0.032,-0.765,0.860,-13.855,-0.610,25.208
1473 | -0.030,-0.765,0.856,-14.221,1.282,27.771
1474 | -0.031,-0.765,0.849,-16.602,1.221,29.236
1475 | -0.036,-0.767,0.832,-20.203,-0.366,29.846
1476 | -0.033,-0.767,0.814,-23.743,-1.953,29.419
1477 | -0.032,-0.766,0.804,-25.818,-3.357,28.748
1478 | -0.027,-0.757,0.801,-27.405,-4.089,28.564
1479 | -0.024,-0.739,0.800,-28.931,-3.540,30.029
1480 | -0.035,-0.722,0.795,-29.968,-2.869,32.471
1481 | -0.045,-0.694,0.788,-31.128,-2.686,34.546
1482 | -0.056,-0.671,0.780,-32.410,-3.357,35.339
1483 | -0.065,-0.653,0.777,-32.959,-5.371,34.363
1484 | -0.065,-0.642,0.782,-33.203,-7.263,32.288
1485 | -0.059,-0.642,0.791,-33.203,-9.094,30.151
1486 | -0.056,-0.644,0.801,-32.715,-10.193,29.236
1487 | -0.056,-0.633,0.808,-32.410,-9.583,29.114
1488 | -0.048,-0.601,0.811,-32.288,-7.568,29.602
1489 | -0.047,-0.580,0.804,-31.799,-6.226,30.212
1490 | -0.042,-0.557,0.791,-31.128,-5.981,30.762
1491 | -0.041,-0.543,0.790,-30.029,-6.531,30.151
1492 | -0.031,-0.539,0.798,-28.748,-7.874,28.259
1493 | -0.028,-0.536,0.815,-28.503,-10.010,26.245
1494 | -0.029,-0.529,0.834,-29.297,-12.268,24.231
1495 | -0.028,-0.516,0.845,-30.823,-13.550,22.217
1496 | -0.022,-0.500,0.851,-32.471,-13.733,20.935
1497 | -0.020,-0.475,0.848,-32.166,-13.550,20.935
1498 | -0.025,-0.458,0.848,-31.189,-13.123,21.729
1499 | -0.031,-0.431,0.847,-29.419,-12.146,21.851
1500 | -0.035,-0.409,0.847,-27.588,-10.742,21.240
1501 | -0.040,-0.388,0.848,-25.574,-9.583,20.325
1502 | -0.047,-0.368,0.853,-23.499,-8.911,19.043
1503 | -0.049,-0.347,0.856,-21.790,-7.874,16.968
1504 | -0.047,-0.334,0.856,-20.691,-7.080,14.465
1505 | -0.039,-0.319,0.855,-19.775,-6.714,12.329
1506 | -0.034,-0.300,0.848,-18.982,-6.409,10.986
1507 | -0.025,-0.287,0.849,-17.761,-6.042,9.827
1508 | -0.012,-0.265,0.850,-15.503,-5.615,8.972
1509 | -0.008,-0.254,0.848,-13.733,-4.700,8.789
1510 | -0.007,-0.239,0.851,-12.085,-4.089,8.484
1511 | -0.009,-0.228,0.854,-9.949,-3.235,7.874
1512 | -0.006,-0.218,0.857,-7.996,-2.502,6.653
1513 | -0.008,-0.210,0.863,-5.981,-2.380,5.188
1514 | -0.020,-0.194,0.869,-4.333,-2.747,3.601
1515 | -0.032,-0.174,0.873,-2.563,-2.258,2.136
1516 | -0.037,-0.159,0.872,-0.122,-0.732,0.732
1517 | -0.040,-0.144,0.869,2.747,0.793,-0.671
1518 | -0.048,-0.125,0.871,5.066,1.770,-2.014
1519 | -0.061,-0.116,0.859,7.446,3.235,-2.991
1520 | -0.066,-0.114,0.840,10.010,4.700,-4.578
1521 | -0.069,-0.110,0.830,12.695,5.188,-7.385
1522 | -0.077,-0.101,0.826,15.564,4.883,-10.742
1523 | -0.084,-0.095,0.822,18.433,4.639,-14.343
1524 | -0.095,-0.088,0.814,20.691,4.456,-17.517
1525 | -0.108,-0.059,0.816,23.071,4.822,-19.958
1526 | -0.132,-0.002,0.819,26.184,6.592,-21.118
1527 | -0.179,0.016,0.789,29.846,11.108,-20.508
1528 | -0.216,0.013,0.731,34.912,17.822,-20.813
1529 | -0.251,-0.001,0.678,41.931,22.827,-24.353
1530 | -0.285,-0.022,0.644,50.842,24.353,-29.907
1531 | -0.346,-0.075,0.621,60.974,25.208,-36.926
1532 | -0.417,-0.134,0.592,70.740,27.283,-44.983
1533 | -0.490,-0.234,0.544,80.139,31.067,-56.091
1534 | -0.563,-0.360,0.486,89.294,34.485,-71.167
1535 | -0.584,-0.492,0.440,99.487,34.607,-87.708
1536 | -0.589,-0.676,0.419,109.436,32.349,-105.164
1537 | -0.507,-0.920,0.410,118.896,30.273,-119.446
1538 | -0.377,-1.159,0.468,128.357,26.672,-133.789
1539 | -0.141,-1.418,0.593,134.766,20.447,-144.897
1540 | 0.136,-1.708,0.757,131.836,11.536,-149.353
1541 | 0.472,-1.976,0.989,126.648,1.892,-146.301
1542 | 0.829,-2.189,1.199,111.023,-5.432,-132.996
1543 | 1.090,-2.243,1.312,82.581,-6.775,-104.492
1544 | 1.099,-2.074,1.274,42.847,-2.930,-56.030
1545 | 0.713,-1.658,1.111,2.625,6.775,4.150
1546 | 0.134,-1.281,0.911,-21.973,24.536,57.739
1547 | -0.289,-0.743,0.773,-24.780,41.504,85.754
1548 | -0.544,-0.494,0.648,-23.926,43.457,82.031
1549 | -0.586,-0.384,0.571,-20.508,28.259,54.749
1550 | -0.480,-0.381,0.548,-16.296,7.141,20.569
1551 | -0.332,-0.461,0.561,-12.268,-6.897,-4.028
1552 | -0.188,-0.569,0.600,-5.554,-11.292,-15.320
1553 | -0.068,-0.691,0.662,1.709,-9.033,-18.616
1554 | 0.026,-0.796,0.717,5.981,-6.348,-16.968
1555 | 0.091,-0.869,0.754,6.348,-4.883,-11.902
1556 | 0.116,-0.908,0.779,3.601,-3.967,-4.211
1557 | 0.108,-0.924,0.787,0.793,-2.563,4.456
1558 | 0.084,-0.915,0.787,-1.282,-0.916,12.390
1559 | 0.056,-0.897,0.786,-3.906,-1.404,17.456
1560 | 0.027,-0.878,0.786,-8.728,-4.883,19.165
1561 |
1562 | 0.535,-2.096,0.948,144.409,6.409,-166.443
1563 | 0.915,-2.244,1.184,132.446,8.606,-148.926
1564 | 1.228,-2.343,1.338,108.521,11.292,-121.765
1565 | 1.434,-2.317,1.374,71.106,9.277,-84.717
1566 | 1.251,-1.993,1.296,23.926,4.089,-34.790
1567 | 0.640,-1.515,1.100,-20.447,6.287,29.175
1568 | 0.017,-1.002,0.878,-43.884,23.132,79.834
1569 | -0.413,-0.555,0.689,-48.462,35.400,94.482
1570 | -0.646,-0.334,0.560,-46.082,25.330,75.012
1571 | -0.607,-0.231,0.496,-36.804,1.099,35.767
1572 | -0.455,-0.295,0.484,-27.954,-19.165,-1.160
1573 | -0.285,-0.398,0.529,-15.442,-28.076,-21.484
1574 | -0.158,-0.528,0.621,-2.380,-25.940,-28.809
1575 | -0.046,-0.652,0.714,7.324,-19.043,-29.419
1576 | 0.047,-0.756,0.790,12.756,-13.062,-26.672
1577 | 0.120,-0.827,0.832,12.085,-8.240,-19.226
1578 | 0.147,-0.873,0.849,8.667,-3.235,-8.362
1579 | 0.142,-0.881,0.849,6.042,2.258,2.380
1580 | 0.123,-0.877,0.844,3.235,6.897,11.719
1581 | 0.106,-0.861,0.831,-0.916,6.958,18.188
1582 | 0.082,-0.834,0.819,-7.080,2.441,21.729
1583 | 0.061,-0.807,0.804,-13.855,-4.456,21.973
1584 | 0.044,-0.789,0.799,-20.142,-12.207,20.996
1585 | 0.022,-0.776,0.815,-25.513,-19.836,20.508
1586 | -0.006,-0.766,0.831,-29.663,-25.696,20.569
1587 | -0.034,-0.757,0.843,-32.532,-28.259,20.813
1588 | -0.060,-0.752,0.861,-34.119,-28.381,21.912
1589 | -0.088,-0.761,0.877,-34.241,-26.245,23.987
1590 | -0.098,-0.770,0.888,-33.325,-21.973,25.879
1591 | -0.106,-0.790,0.891,-32.593,-17.151,27.527
1592 | -0.096,-0.799,0.882,-32.593,-12.573,29.480
1593 | -0.086,-0.798,0.862,-33.630,-7.935,32.532
1594 | -0.080,-0.776,0.837,-35.828,-3.601,36.438
1595 | -0.087,-0.748,0.808,-38.025,-0.549,40.344
1596 | -0.111,-0.719,0.785,-39.246,0.061,42.847
1597 | -0.124,-0.692,0.769,-40.039,-1.831,41.260
1598 | -0.120,-0.687,0.760,-40.222,-5.676,36.865
1599 | -0.107,-0.681,0.769,-40.039,-10.742,32.104
1600 | -0.091,-0.666,0.783,-40.527,-13.733,28.748
1601 | -0.075,-0.641,0.788,-41.260,-13.855,27.954
1602 | -0.074,-0.622,0.784,-41.138,-12.024,29.175
1603 | -0.084,-0.615,0.781,-39.856,-10.620,30.396
1604 | -0.084,-0.616,0.778,-38.208,-10.132,29.114
1605 | -0.073,-0.633,0.782,-36.804,-10.742,26.672
1606 | -0.055,-0.652,0.794,-34.851,-11.230,24.475
1607 | -0.036,-0.670,0.802,-33.997,-10.071,23.865
1608 | -0.031,-0.676,0.804,-34.058,-7.507,25.208
1609 | -0.022,-0.633,0.805,-35.095,-5.737,26.855
1610 | -0.009,-0.594,0.813,-37.781,-5.615,28.198
1611 | 0.000,-0.543,0.815,-40.405,-7.996,29.968
1612 | -0.005,-0.503,0.819,-43.091,-10.376,32.104
1613 | -0.003,-0.467,0.823,-44.556,-11.597,33.264
1614 | -0.009,-0.442,0.824,-44.434,-11.475,34.058
1615 | -0.009,-0.414,0.835,-43.701,-10.986,34.058
1616 | -0.002,-0.360,0.855,-42.664,-10.559,33.752
1617 | 0.002,-0.303,0.873,-41.504,-10.254,32.959
1618 | 0.008,-0.249,0.892,-40.283,-10.742,31.982
1619 | 0.008,-0.197,0.915,-39.185,-11.658,30.701
1620 | 0.006,-0.146,0.930,-37.903,-11.963,29.480
1621 | -0.003,-0.110,0.947,-35.950,-12.390,28.015
1622 | -0.007,-0.075,0.958,-33.203,-11.658,25.452
1623 | -0.007,-0.049,0.971,-30.640,-10.193,22.339
1624 | 0.000,-0.019,0.978,-28.748,-9.277,19.287
1625 | 0.001,0.000,0.979,-26.917,-9.277,16.968
1626 | 0.002,0.015,0.983,-24.048,-9.094,15.015
1627 | 0.003,0.027,0.980,-20.325,-8.545,13.245
1628 | 0.000,0.026,0.982,-16.602,-7.446,11.719
1629 | -0.001,0.028,0.978,-13.062,-7.080,10.376
1630 | -0.016,0.001,0.978,-10.315,-7.324,8.423
1631 | -0.024,0.000,0.972,-7.324,-7.080,5.798
1632 | -0.027,-0.011,0.970,-4.639,-6.287,2.502
1633 | -0.035,-0.016,0.962,-2.808,-5.493,-0.305
1634 | -0.038,-0.023,0.950,-1.282,-5.188,-2.563
1635 | -0.048,-0.032,0.939,0.366,-5.310,-3.784
1636 | -0.059,-0.039,0.933,2.563,-4.822,-5.554
1637 | -0.070,-0.045,0.930,5.310,-3.235,-7.751
1638 | -0.069,-0.049,0.925,8.362,-0.732,-9.705
1639 | -0.069,-0.052,0.920,10.620,1.709,-11.475
1640 | -0.068,-0.041,0.914,12.756,3.479,-12.939
1641 | -0.062,-0.030,0.915,15.015,4.700,-14.587
1642 | -0.057,-0.013,0.910,17.517,5.188,-15.808
1643 | -0.059,0.001,0.912,19.653,5.554,-17.151
1644 | -0.063,0.025,0.919,21.790,6.104,-18.494
1645 | -0.072,0.041,0.921,23.499,6.714,-19.897
1646 | -0.079,0.056,0.924,24.719,7.080,-21.179
1647 | -0.087,0.089,0.938,25.818,7.935,-22.156
1648 | -0.097,0.124,0.932,27.222,8.972,-22.339
1649 | -0.114,0.126,0.918,27.588,10.437,-22.888
1650 | -0.141,0.102,0.887,28.076,11.475,-22.339
1651 | -0.164,0.046,0.854,27.771,11.719,-21.057
1652 | -0.185,-0.029,0.816,26.245,12.329,-19.409
1653 | -0.220,-0.092,0.774,23.499,13.306,-17.029
1654 | -0.267,-0.134,0.740,21.973,15.625,-14.771
1655 | -0.322,-0.180,0.667,20.996,21.851,-13.123
1656 | -0.397,-0.254,0.586,21.851,30.518,-12.329
1657 | -0.516,-0.260,0.525,25.940,37.598,-12.756
1658 | -0.680,-0.305,0.422,31.433,49.072,-14.893
1659 | -0.801,-0.373,0.289,37.170,62.927,-21.545
1660 | -0.903,-0.531,0.130,47.058,72.449,-37.170
1661 | -0.849,-0.744,0.080,70.190,71.411,-69.397
1662 | -0.666,-1.033,0.195,110.046,57.556,-120.056
1663 | -0.265,-1.442,0.472,155.457,33.447,-174.622
1664 | 0.253,-1.867,0.877,191.101,6.042,-212.463
1665 | 0.901,-2.436,1.255,205.261,-15.259,-225.342
1666 | 1.719,-2.863,1.547,195.007,-23.010,-213.501
1667 | 2.293,-3.148,1.668,149.170,-18.982,-166.992
1668 | 1.826,-2.583,1.788,65.063,-25.269,-70.435
1669 | 0.605,-1.807,1.607,-26.855,-22.095,60.913
1670 | -0.352,-0.985,1.310,-88.928,16.846,149.109
1671 | -0.854,-0.420,0.893,-117.432,55.420,158.386
1672 | -0.948,-0.026,0.545,-112.488,56.885,119.446
1673 | -0.771,0.103,0.274,-87.097,36.865,68.359
1674 | -0.537,0.014,0.183,-47.119,19.409,23.987
1675 | -0.355,-0.137,0.309,-2.136,9.888,-1.953
1676 | -0.267,-0.316,0.534,29.419,1.343,-15.137
1677 | -0.179,-0.503,0.732,41.626,-8.667,-25.818
1678 | -0.070,-0.656,0.881,40.466,-20.264,-35.095
1679 | 0.046,-0.800,0.981,32.898,-27.283,-36.072
1680 | 0.101,-0.873,1.016,21.851,-23.926,-26.550
1681 |
1682 | -0.063,-2.165,0.401,180.725,73.242,-153.198
1683 | 0.392,-2.350,0.635,183.167,80.200,-149.475
1684 | 0.943,-2.568,0.926,172.852,76.050,-146.179
1685 | 1.534,-2.761,1.214,147.400,54.504,-135.071
1686 | 2.038,-2.863,1.388,108.704,24.475,-109.070
1687 | 1.948,-2.563,1.420,50.598,6.104,-54.932
1688 | 1.037,-1.819,1.181,-13.489,7.141,33.875
1689 | 0.046,-1.017,0.883,-54.443,31.616,108.398
1690 | -0.687,-0.391,0.629,-67.200,45.898,122.009
1691 | -1.009,-0.052,0.502,-61.096,22.827,83.618
1692 | -0.903,0.033,0.449,-46.936,-13.306,25.452
1693 | -0.642,-0.104,0.446,-30.640,-29.724,-18.555
1694 | -0.382,-0.281,0.533,-6.958,-24.841,-38.025
1695 | -0.182,-0.500,0.672,14.282,-12.695,-44.189
1696 | 0.033,-0.695,0.803,27.283,-5.188,-46.326
1697 | 0.248,-0.876,0.865,29.236,-0.122,-42.358
1698 | 0.366,-0.979,0.874,25.024,6.470,-27.405
1699 | 0.354,-0.989,0.870,19.775,15.564,-6.836
1700 | 0.243,-0.920,0.847,13.672,22.705,11.963
1701 | 0.108,-0.816,0.796,5.432,21.729,23.499
1702 | 0.010,-0.714,0.745,-2.991,14.282,25.208
1703 | -0.061,-0.627,0.704,-9.521,4.517,21.118
1704 | -0.116,-0.555,0.696,-12.817,-4.272,15.625
1705 | -0.142,-0.502,0.693,-14.038,-11.536,9.155
1706 | -0.140,-0.485,0.702,-13.489,-16.663,2.808
1707 | -0.111,-0.498,0.728,-11.047,-20.447,-2.808
1708 | -0.075,-0.519,0.779,-7.751,-20.935,-5.127
1709 | -0.071,-0.536,0.823,-3.906,-16.968,-4.272
1710 | -0.071,-0.550,0.848,-0.183,-8.240,-1.160
1711 | -0.071,-0.560,0.865,3.357,-0.549,1.221
1712 | -0.060,-0.581,0.863,5.310,4.333,1.770
1713 | -0.038,-0.599,0.836,5.493,5.432,0.732
1714 | -0.015,-0.610,0.826,4.700,5.127,0.183
1715 | 0.017,-0.626,0.802,3.845,5.127,0.305
1716 | 0.029,-0.636,0.790,1.587,4.578,0.610
1717 | 0.039,-0.633,0.780,-1.099,2.625,1.221
1718 | 0.039,-0.627,0.773,-2.502,0.610,1.770
1719 | 0.031,-0.612,0.771,-2.563,-0.427,2.563
1720 | 0.015,-0.609,0.780,-2.258,-1.343,3.418
1721 | -0.002,-0.600,0.801,-1.282,-2.319,3.662
1722 | -0.017,-0.598,0.829,0.305,-2.930,2.869
1723 | -0.025,-0.600,0.855,0.916,-2.686,2.380
1724 | -0.022,-0.599,0.863,1.038,-1.709,1.770
1725 | -0.018,-0.595,0.870,0.671,-0.793,1.892
1726 | -0.016,-0.583,0.870,0.488,0.427,2.441
1727 | -0.018,-0.581,0.865,0.000,2.075,2.991
1728 | -0.013,-0.577,0.865,0.244,2.930,2.747
1729 | -0.007,-0.581,0.869,0.427,2.563,1.831
1730 | 0.001,-0.587,0.866,0.610,2.502,1.343
1731 | 0.010,-0.591,0.858,1.221,3.601,1.343
1732 | 0.010,-0.591,0.850,1.770,4.333,1.587
1733 | 0.007,-0.588,0.837,1.282,4.028,1.587
1734 | 0.011,-0.586,0.824,0.427,3.113,1.160
1735 | 0.016,-0.589,0.813,-0.183,2.014,0.488
1736 | 0.018,-0.587,0.802,-0.549,0.793,-0.122
1737 | 0.020,-0.589,0.796,-0.732,-0.488,-0.366
1738 | 0.021,-0.594,0.798,-0.427,-1.709,-0.854
1739 | 0.019,-0.594,0.804,-0.427,-2.686,-0.977
1740 | 0.016,-0.600,0.806,-0.610,-2.991,-0.732
1741 | 0.011,-0.599,0.807,-0.366,-2.808,-0.244
1742 | -0.001,-0.589,0.809,0.122,-2.441,0.366
1743 | -0.013,-0.582,0.803,-0.183,-1.770,0.793
1744 | -0.017,-0.580,0.800,0.366,-1.282,0.732
1745 | -0.013,-0.583,0.802,0.366,-1.404,-0.183
1746 | -0.008,-0.588,0.797,0.122,-1.526,-0.671
1747 | -0.010,-0.589,0.788,0.427,-1.709,-0.427
1748 | -0.016,-0.588,0.787,1.892,-1.709,-0.244
1749 | -0.019,-0.592,0.797,2.808,-2.014,-0.793
1750 | -0.021,-0.599,0.806,3.174,-2.747,-1.465
1751 | -0.017,-0.607,0.812,3.174,-2.991,-1.648
1752 | -0.011,-0.613,0.821,3.418,-2.808,-1.770
1753 | -0.008,-0.619,0.826,2.747,-2.563,-1.465
1754 | -0.010,-0.620,0.828,1.770,-2.380,-0.793
1755 | -0.017,-0.613,0.822,0.244,-2.136,-0.061
1756 | -0.033,-0.598,0.814,0.305,-1.404,0.916
1757 | -0.042,-0.592,0.814,0.854,-0.061,0.977
1758 | -0.042,-0.595,0.820,1.160,-0.244,0.244
1759 | -0.032,-0.602,0.820,0.610,-1.526,-1.221
1760 | -0.021,-0.608,0.819,0.488,-2.014,-1.770
1761 | -0.017,-0.610,0.823,1.221,-1.587,-1.770
1762 | -0.022,-0.610,0.829,1.709,-0.732,-1.343
1763 | -0.027,-0.612,0.830,1.709,-0.610,-1.038
1764 | -0.023,-0.613,0.828,0.671,-1.709,-1.709
1765 | -0.017,-0.613,0.827,0.427,-2.502,-2.197
1766 | -0.011,-0.615,0.830,0.854,-2.014,-2.197
1767 | -0.013,-0.616,0.835,1.770,-1.099,-1.526
1768 | -0.016,-0.612,0.839,1.343,-0.244,-1.160
1769 | -0.023,-0.600,0.834,0.488,-0.305,-0.610
1770 | -0.028,-0.592,0.828,-0.122,-0.183,-0.183
1771 | -0.032,-0.583,0.825,0.183,0.549,-0.305
1772 | -0.035,-0.580,0.817,0.916,1.343,-0.122
1773 | -0.033,-0.581,0.813,1.465,1.831,-0.244
1774 | -0.025,-0.586,0.814,1.404,1.648,-0.854
1775 | -0.016,-0.591,0.812,1.404,1.099,-1.160
1776 | -0.010,-0.593,0.809,0.977,1.282,-1.404
1777 | -0.010,-0.591,0.803,1.221,1.648,-1.038
1778 | -0.012,-0.588,0.800,1.404,2.014,-0.549
1779 | -0.012,-0.587,0.799,1.404,2.014,-0.488
1780 | -0.008,-0.587,0.802,1.770,1.282,-0.732
1781 | 0.007,-0.577,0.809,1.343,1.099,-1.099
1782 | -0.011,-0.607,0.808,0.549,1.282,-1.160
1783 | 0.000,-0.600,0.808,1.099,0.854,-0.183
1784 | -0.004,-0.593,0.806,1.282,0.732,-0.305
1785 | -0.012,-0.589,0.798,1.465,1.038,-0.183
1786 | -0.006,-0.584,0.797,1.099,1.526,0.000
1787 | -0.006,-0.582,0.794,1.709,1.160,-0.610
1788 | -0.001,-0.588,0.797,2.136,0.305,-0.854
1789 | 0.006,-0.593,0.798,2.075,-0.427,-1.465
1790 | 0.010,-0.601,0.803,2.075,-1.099,-1.648
1791 | 0.003,-0.599,0.805,2.014,-1.465,-1.282
1792 | 0.014,-0.609,0.815,1.709,-1.404,-0.916
1793 | 0.006,-0.604,0.819,2.197,-1.526,-0.488
1794 | -0.001,-0.600,0.826,2.258,-1.099,0.000
1795 | -0.005,-0.598,0.824,1.892,-0.488,0.305
1796 | -0.008,-0.599,0.819,2.197,-0.366,0.610
1797 | -0.007,-0.599,0.819,2.563,-0.305,0.305
1798 | -0.004,-0.605,0.820,2.686,-0.305,0.000
1799 | -0.001,-0.604,0.821,2.563,-0.305,-0.366
1800 | -0.001,-0.608,0.824,2.869,-0.549,-0.244
1801 |
1802 |
--------------------------------------------------------------------------------
/images/3d-accelerometer.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaredmaks/tinyml-on-the-edge/5c7c8129af3c207594767a8de8a9b767d2dea745/images/3d-accelerometer.png
--------------------------------------------------------------------------------
/images/classifier-output.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaredmaks/tinyml-on-the-edge/5c7c8129af3c207594767a8de8a9b767d2dea745/images/classifier-output.png
--------------------------------------------------------------------------------
/images/flex.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaredmaks/tinyml-on-the-edge/5c7c8129af3c207594767a8de8a9b767d2dea745/images/flex.png
--------------------------------------------------------------------------------
/images/gyroscope.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaredmaks/tinyml-on-the-edge/5c7c8129af3c207594767a8de8a9b767d2dea745/images/gyroscope.png
--------------------------------------------------------------------------------
/images/model-h.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaredmaks/tinyml-on-the-edge/5c7c8129af3c207594767a8de8a9b767d2dea745/images/model-h.png
--------------------------------------------------------------------------------
/images/model-head.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaredmaks/tinyml-on-the-edge/5c7c8129af3c207594767a8de8a9b767d2dea745/images/model-head.png
--------------------------------------------------------------------------------
/images/plot.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaredmaks/tinyml-on-the-edge/5c7c8129af3c207594767a8de8a9b767d2dea745/images/plot.png
--------------------------------------------------------------------------------
/images/punch-data.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaredmaks/tinyml-on-the-edge/5c7c8129af3c207594767a8de8a9b767d2dea745/images/punch-data.png
--------------------------------------------------------------------------------
/images/serial-data.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jaredmaks/tinyml-on-the-edge/5c7c8129af3c207594767a8de8a9b767d2dea745/images/serial-data.png
--------------------------------------------------------------------------------
/nano-gesture recognition/nano-classifier/nano-classifier.ino:
--------------------------------------------------------------------------------
1 | /*
2 | IMU Classifier
3 | This example uses the on-board IMU to start reading acceleration and gyroscope
4 | data from on-board IMU, once enough samples are read, it then uses a
5 | TensorFlow Lite (Micro) model to try to classify the movement as a known gesture.
6 | Note: The direct use of C/C++ pointers, namespaces, and dynamic memory is generally
7 | discouraged in Arduino examples, and in the future the TensorFlowLite library
8 | might change to make the sketch simpler.
9 | The circuit:
10 | - Arduino Nano 33 BLE or Arduino Nano 33 BLE Sense board.
11 | Created by Don Coleman, Sandeep Mistry
12 | Modified by Dominic Pajak, Sandeep Mistry
13 | This example code is in the public domain.
14 | */
15 |
16 | #include
17 |
18 | #include
19 | #include
20 | #include
21 | #include
22 | #include
23 | #include
24 |
25 | #include "model.h"
26 |
27 | const float accelerationThreshold = 2.5; // threshold of significant in G's
28 | const int numSamples = 119;
29 |
30 | int samplesRead = numSamples;
31 |
32 | // global variables used for TensorFlow Lite (Micro)
33 | tflite::MicroErrorReporter tflErrorReporter;
34 |
35 | // pull in all the TFLM ops, you can remove this line and
36 | // only pull in the TFLM ops you need, if would like to reduce
37 | // the compiled size of the sketch.
38 | tflite::ops::micro::AllOpsResolver tflOpsResolver;
39 |
40 | const tflite::Model* tflModel = nullptr;
41 | tflite::MicroInterpreter* tflInterpreter = nullptr;
42 | TfLiteTensor* tflInputTensor = nullptr;
43 | TfLiteTensor* tflOutputTensor = nullptr;
44 |
45 | // Create a static memory buffer for TFLM, the size may need to
46 | // be adjusted based on the model you are using
47 | constexpr int tensorArenaSize = 8 * 1024;
48 | byte tensorArena[tensorArenaSize];
49 |
50 | // array to map gesture index to a name
51 | const char* GESTURES[] = {
52 | "punch",
53 | "flex"
54 | };
55 |
56 | #define NUM_GESTURES (sizeof(GESTURES) / sizeof(GESTURES[0]))
57 |
58 | void setup() {
59 | Serial.begin(9600);
60 | while (!Serial);
61 |
62 | // initialize the IMU
63 | if (!IMU.begin()) {
64 | Serial.println("Failed to initialize IMU!");
65 | while (1);
66 | }
67 |
68 | // print out the samples rates of the IMUs
69 | Serial.print("Accelerometer sample rate = ");
70 | Serial.print(IMU.accelerationSampleRate());
71 | Serial.println(" Hz");
72 | Serial.print("Gyroscope sample rate = ");
73 | Serial.print(IMU.gyroscopeSampleRate());
74 | Serial.println(" Hz");
75 |
76 | Serial.println();
77 |
78 | // get the TFL representation of the model byte array
79 | tflModel = tflite::GetModel(model);
80 | if (tflModel->version() != TFLITE_SCHEMA_VERSION) {
81 | Serial.println("Model schema mismatch!");
82 | while (1);
83 | }
84 |
85 | // Create an interpreter to run the model
86 | tflInterpreter = new tflite::MicroInterpreter(tflModel, tflOpsResolver, tensorArena, tensorArenaSize, &tflErrorReporter);
87 |
88 | // Allocate memory for the model's input and output tensors
89 | tflInterpreter->AllocateTensors();
90 |
91 | // Get pointers for the model's input and output tensors
92 | tflInputTensor = tflInterpreter->input(0);
93 | tflOutputTensor = tflInterpreter->output(0);
94 | }
95 |
96 | void loop() {
97 | float aX, aY, aZ, gX, gY, gZ;
98 |
99 | // wait for significant motion
100 | while (samplesRead == numSamples) {
101 | if (IMU.accelerationAvailable()) {
102 | // read the acceleration data
103 | IMU.readAcceleration(aX, aY, aZ);
104 |
105 | // sum up the absolutes
106 | float aSum = fabs(aX) + fabs(aY) + fabs(aZ);
107 |
108 | // check if it's above the threshold
109 | if (aSum >= accelerationThreshold) {
110 | // reset the sample read count
111 | samplesRead = 0;
112 | break;
113 | }
114 | }
115 | }
116 |
117 | // check if the all the required samples have been read since
118 | // the last time the significant motion was detected
119 | while (samplesRead < numSamples) {
120 | // check if new acceleration AND gyroscope data is available
121 | if (IMU.accelerationAvailable() && IMU.gyroscopeAvailable()) {
122 | // read the acceleration and gyroscope data
123 | IMU.readAcceleration(aX, aY, aZ);
124 | IMU.readGyroscope(gX, gY, gZ);
125 |
126 | // normalize the IMU data between 0 to 1 and store in the model's
127 | // input tensor
128 | tflInputTensor->data.f[samplesRead * 6 + 0] = (aX + 4.0) / 8.0;
129 | tflInputTensor->data.f[samplesRead * 6 + 1] = (aY + 4.0) / 8.0;
130 | tflInputTensor->data.f[samplesRead * 6 + 2] = (aZ + 4.0) / 8.0;
131 | tflInputTensor->data.f[samplesRead * 6 + 3] = (gX + 2000.0) / 4000.0;
132 | tflInputTensor->data.f[samplesRead * 6 + 4] = (gY + 2000.0) / 4000.0;
133 | tflInputTensor->data.f[samplesRead * 6 + 5] = (gZ + 2000.0) / 4000.0;
134 |
135 | samplesRead++;
136 |
137 | if (samplesRead == numSamples) {
138 | // Run inferencing
139 | TfLiteStatus invokeStatus = tflInterpreter->Invoke();
140 | if (invokeStatus != kTfLiteOk) {
141 | Serial.println("Invoke failed!");
142 | while (1);
143 | return;
144 | }
145 |
146 | // Loop through the output tensor values from the model
147 | for (int i = 0; i < NUM_GESTURES; i++) {
148 | Serial.print(GESTURES[i]);
149 | Serial.print(": ");
150 | Serial.println(tflOutputTensor->data.f[i], 6);
151 | }
152 | Serial.println();
153 | }
154 | }
155 | }
156 | }
157 |
--------------------------------------------------------------------------------
/nano-gesture recognition/nano-data-collect.ino:
--------------------------------------------------------------------------------
1 | /*
2 | IMU Capture
3 |
4 | This example uses the on-board IMU to start reading acceleration and gyroscope
5 | data from on-board IMU and prints it to the Serial Monitor for one second
6 | when the significant motion is detected.
7 |
8 | You can also use the Serial Plotter to graph the data.
9 |
10 | The circuit:
11 | - Arduino Nano 33 BLE or Arduino Nano 33 BLE Sense board.
12 |
13 | Created by Don Coleman, Sandeep Mistry
14 | Modified by Dominic Pajak, Sandeep Mistry
15 |
16 | This example code is in the public domain.
17 | */
18 |
19 | #include
20 |
21 | const float accelerationThreshold = 2.5; // threshold of significant in G's
22 | const int numSamples = 119;
23 |
24 | int samplesRead = numSamples;
25 |
26 | void setup() {
27 | Serial.begin(9600);
28 | while (!Serial);
29 |
30 | if (!IMU.begin()) {
31 | Serial.println("Failed to initialize IMU!");
32 | while (1);
33 | }
34 |
35 | // print the header
36 | Serial.println("aX,aY,aZ,gX,gY,gZ");
37 | }
38 |
39 | void loop() {
40 | float aX, aY, aZ, gX, gY, gZ;
41 |
42 | // wait for significant motion
43 | while (samplesRead == numSamples) {
44 | if (IMU.accelerationAvailable()) {
45 | // read the acceleration data
46 | IMU.readAcceleration(aX, aY, aZ);
47 |
48 | // sum up the absolutes
49 | float aSum = fabs(aX) + fabs(aY) + fabs(aZ);
50 |
51 | // check if it's above the threshold
52 | if (aSum >= accelerationThreshold) {
53 | // reset the sample read count
54 | samplesRead = 0;
55 | break;
56 | }
57 | }
58 | }
59 |
60 | // check if the all the required samples have been read since
61 | // the last time the significant motion was detected
62 | while (samplesRead < numSamples) {
63 | // check if both new acceleration and gyroscope data is
64 | // available
65 | if (IMU.accelerationAvailable() && IMU.gyroscopeAvailable()) {
66 | // read the acceleration and gyroscope data
67 | IMU.readAcceleration(aX, aY, aZ);
68 | IMU.readGyroscope(gX, gY, gZ);
69 |
70 | samplesRead++;
71 |
72 | // print the data in CSV format
73 | Serial.print(aX, 3);
74 | Serial.print(',');
75 | Serial.print(aY, 3);
76 | Serial.print(',');
77 | Serial.print(aZ, 3);
78 | Serial.print(',');
79 | Serial.print(gX, 3);
80 | Serial.print(',');
81 | Serial.print(gY, 3);
82 | Serial.print(',');
83 | Serial.print(gZ, 3);
84 | Serial.println();
85 |
86 | if (samplesRead == numSamples) {
87 | // add an empty line if it's the last sample
88 | Serial.println();
89 | }
90 | }
91 | }
92 | }
93 |
--------------------------------------------------------------------------------