Full Code of rymc/n2d for AI

master 6c359365601f cached
45 files
338.3 MB
15.7M tokens
12 symbols
1 requests
Copy disabled (too large) Download .txt
Showing preview only (62,907K chars total). Download the full file to get everything.
Repository: rymc/n2d
Branch: master
Commit: 6c359365601f
Files: 45
Total size: 338.3 MB

Directory structure:
gitextract__t5w6mwm/

├── LICENSE
├── README.md
├── data/
│   ├── har/
│   │   ├── README.txt
│   │   ├── activity_labels.txt
│   │   ├── features.txt
│   │   ├── features_info.txt
│   │   ├── test/
│   │   │   ├── Inertial Signals/
│   │   │   │   ├── body_acc_x_test.txt
│   │   │   │   ├── body_acc_y_test.txt
│   │   │   │   ├── body_acc_z_test.txt
│   │   │   │   ├── body_gyro_x_test.txt
│   │   │   │   ├── body_gyro_y_test.txt
│   │   │   │   ├── body_gyro_z_test.txt
│   │   │   │   ├── total_acc_x_test.txt
│   │   │   │   ├── total_acc_y_test.txt
│   │   │   │   └── total_acc_z_test.txt
│   │   │   ├── X_test.txt
│   │   │   ├── subject_test.txt
│   │   │   └── y_test.txt
│   │   └── train/
│   │       ├── Inertial Signals/
│   │       │   ├── body_acc_x_train.txt
│   │       │   ├── body_acc_y_train.txt
│   │       │   ├── body_acc_z_train.txt
│   │       │   ├── body_gyro_x_train.txt
│   │       │   ├── body_gyro_y_train.txt
│   │       │   ├── body_gyro_z_train.txt
│   │       │   ├── total_acc_x_train.txt
│   │       │   ├── total_acc_y_train.txt
│   │       │   └── total_acc_z_train.txt
│   │       ├── X_train.txt
│   │       ├── subject_train.txt
│   │       └── y_train.txt
│   ├── pendigits/
│   │   ├── pendigits.names
│   │   ├── pendigits.tes
│   │   └── pendigits.tra
│   └── usps/
│       ├── usps_test.jf
│       └── usps_train.jf
├── datasets.py
├── n2d.py
├── requirements.txt
├── run.sh
└── weights/
    ├── fashion-1000-ae_weights.h5
    ├── har-1000-ae_weights.h5
    ├── mnist-1000-ae_weights.h5
    ├── mnist-test-1000-ae_weights.h5
    ├── pendigits-1000-ae_weights.h5
    └── usps-1000-ae_weights.h5

================================================
FILE CONTENTS
================================================

================================================
FILE: LICENSE
================================================
                    GNU GENERAL PUBLIC LICENSE
                       Version 3, 29 June 2007

 Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
 Everyone is permitted to copy and distribute verbatim copies
 of this license document, but changing it is not allowed.

                            Preamble

  The GNU General Public License is a free, copyleft license for
software and other kinds of works.

  The licenses for most software and other practical works are designed
to take away your freedom to share and change the works.  By contrast,
the GNU General Public License is intended to guarantee your freedom to
share and change all versions of a program--to make sure it remains free
software for all its users.  We, the Free Software Foundation, use the
GNU General Public License for most of our software; it applies also to
any other work released this way by its authors.  You can apply it to
your programs, too.

  When we speak of free software, we are referring to freedom, not
price.  Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
them if you wish), that you receive source code or can get it if you
want it, that you can change the software or use pieces of it in new
free programs, and that you know you can do these things.

  To protect your rights, we need to prevent others from denying you
these rights or asking you to surrender the rights.  Therefore, you have
certain responsibilities if you distribute copies of the software, or if
you modify it: responsibilities to respect the freedom of others.

  For example, if you distribute copies of such a program, whether
gratis or for a fee, you must pass on to the recipients the same
freedoms that you received.  You must make sure that they, too, receive
or can get the source code.  And you must show them these terms so they
know their rights.

  Developers that use the GNU GPL protect your rights with two steps:
(1) assert copyright on the software, and (2) offer you this License
giving you legal permission to copy, distribute and/or modify it.

  For the developers' and authors' protection, the GPL clearly explains
that there is no warranty for this free software.  For both users' and
authors' sake, the GPL requires that modified versions be marked as
changed, so that their problems will not be attributed erroneously to
authors of previous versions.

  Some devices are designed to deny users access to install or run
modified versions of the software inside them, although the manufacturer
can do so.  This is fundamentally incompatible with the aim of
protecting users' freedom to change the software.  The systematic
pattern of such abuse occurs in the area of products for individuals to
use, which is precisely where it is most unacceptable.  Therefore, we
have designed this version of the GPL to prohibit the practice for those
products.  If such problems arise substantially in other domains, we
stand ready to extend this provision to those domains in future versions
of the GPL, as needed to protect the freedom of users.

  Finally, every program is threatened constantly by software patents.
States should not allow patents to restrict development and use of
software on general-purpose computers, but in those that do, we wish to
avoid the special danger that patents applied to a free program could
make it effectively proprietary.  To prevent this, the GPL assures that
patents cannot be used to render the program non-free.

  The precise terms and conditions for copying, distribution and
modification follow.

                       TERMS AND CONDITIONS

  0. Definitions.

  "This License" refers to version 3 of the GNU General Public License.

  "Copyright" also means copyright-like laws that apply to other kinds of
works, such as semiconductor masks.

  "The Program" refers to any copyrightable work licensed under this
License.  Each licensee is addressed as "you".  "Licensees" and
"recipients" may be individuals or organizations.

  To "modify" a work means to copy from or adapt all or part of the work
in a fashion requiring copyright permission, other than the making of an
exact copy.  The resulting work is called a "modified version" of the
earlier work or a work "based on" the earlier work.

  A "covered work" means either the unmodified Program or a work based
on the Program.

  To "propagate" a work means to do anything with it that, without
permission, would make you directly or secondarily liable for
infringement under applicable copyright law, except executing it on a
computer or modifying a private copy.  Propagation includes copying,
distribution (with or without modification), making available to the
public, and in some countries other activities as well.

  To "convey" a work means any kind of propagation that enables other
parties to make or receive copies.  Mere interaction with a user through
a computer network, with no transfer of a copy, is not conveying.

  An interactive user interface displays "Appropriate Legal Notices"
to the extent that it includes a convenient and prominently visible
feature that (1) displays an appropriate copyright notice, and (2)
tells the user that there is no warranty for the work (except to the
extent that warranties are provided), that licensees may convey the
work under this License, and how to view a copy of this License.  If
the interface presents a list of user commands or options, such as a
menu, a prominent item in the list meets this criterion.

  1. Source Code.

  The "source code" for a work means the preferred form of the work
for making modifications to it.  "Object code" means any non-source
form of a work.

  A "Standard Interface" means an interface that either is an official
standard defined by a recognized standards body, or, in the case of
interfaces specified for a particular programming language, one that
is widely used among developers working in that language.

  The "System Libraries" of an executable work include anything, other
than the work as a whole, that (a) is included in the normal form of
packaging a Major Component, but which is not part of that Major
Component, and (b) serves only to enable use of the work with that
Major Component, or to implement a Standard Interface for which an
implementation is available to the public in source code form.  A
"Major Component", in this context, means a major essential component
(kernel, window system, and so on) of the specific operating system
(if any) on which the executable work runs, or a compiler used to
produce the work, or an object code interpreter used to run it.

  The "Corresponding Source" for a work in object code form means all
the source code needed to generate, install, and (for an executable
work) run the object code and to modify the work, including scripts to
control those activities.  However, it does not include the work's
System Libraries, or general-purpose tools or generally available free
programs which are used unmodified in performing those activities but
which are not part of the work.  For example, Corresponding Source
includes interface definition files associated with source files for
the work, and the source code for shared libraries and dynamically
linked subprograms that the work is specifically designed to require,
such as by intimate data communication or control flow between those
subprograms and other parts of the work.

  The Corresponding Source need not include anything that users
can regenerate automatically from other parts of the Corresponding
Source.

  The Corresponding Source for a work in source code form is that
same work.

  2. Basic Permissions.

  All rights granted under this License are granted for the term of
copyright on the Program, and are irrevocable provided the stated
conditions are met.  This License explicitly affirms your unlimited
permission to run the unmodified Program.  The output from running a
covered work is covered by this License only if the output, given its
content, constitutes a covered work.  This License acknowledges your
rights of fair use or other equivalent, as provided by copyright law.

  You may make, run and propagate covered works that you do not
convey, without conditions so long as your license otherwise remains
in force.  You may convey covered works to others for the sole purpose
of having them make modifications exclusively for you, or provide you
with facilities for running those works, provided that you comply with
the terms of this License in conveying all material for which you do
not control copyright.  Those thus making or running the covered works
for you must do so exclusively on your behalf, under your direction
and control, on terms that prohibit them from making any copies of
your copyrighted material outside their relationship with you.

  Conveying under any other circumstances is permitted solely under
the conditions stated below.  Sublicensing is not allowed; section 10
makes it unnecessary.

  3. Protecting Users' Legal Rights From Anti-Circumvention Law.

  No covered work shall be deemed part of an effective technological
measure under any applicable law fulfilling obligations under article
11 of the WIPO copyright treaty adopted on 20 December 1996, or
similar laws prohibiting or restricting circumvention of such
measures.

  When you convey a covered work, you waive any legal power to forbid
circumvention of technological measures to the extent such circumvention
is effected by exercising rights under this License with respect to
the covered work, and you disclaim any intention to limit operation or
modification of the work as a means of enforcing, against the work's
users, your or third parties' legal rights to forbid circumvention of
technological measures.

  4. Conveying Verbatim Copies.

  You may convey verbatim copies of the Program's source code as you
receive it, in any medium, provided that you conspicuously and
appropriately publish on each copy an appropriate copyright notice;
keep intact all notices stating that this License and any
non-permissive terms added in accord with section 7 apply to the code;
keep intact all notices of the absence of any warranty; and give all
recipients a copy of this License along with the Program.

  You may charge any price or no price for each copy that you convey,
and you may offer support or warranty protection for a fee.

  5. Conveying Modified Source Versions.

  You may convey a work based on the Program, or the modifications to
produce it from the Program, in the form of source code under the
terms of section 4, provided that you also meet all of these conditions:

    a) The work must carry prominent notices stating that you modified
    it, and giving a relevant date.

    b) The work must carry prominent notices stating that it is
    released under this License and any conditions added under section
    7.  This requirement modifies the requirement in section 4 to
    "keep intact all notices".

    c) You must license the entire work, as a whole, under this
    License to anyone who comes into possession of a copy.  This
    License will therefore apply, along with any applicable section 7
    additional terms, to the whole of the work, and all its parts,
    regardless of how they are packaged.  This License gives no
    permission to license the work in any other way, but it does not
    invalidate such permission if you have separately received it.

    d) If the work has interactive user interfaces, each must display
    Appropriate Legal Notices; however, if the Program has interactive
    interfaces that do not display Appropriate Legal Notices, your
    work need not make them do so.

  A compilation of a covered work with other separate and independent
works, which are not by their nature extensions of the covered work,
and which are not combined with it such as to form a larger program,
in or on a volume of a storage or distribution medium, is called an
"aggregate" if the compilation and its resulting copyright are not
used to limit the access or legal rights of the compilation's users
beyond what the individual works permit.  Inclusion of a covered work
in an aggregate does not cause this License to apply to the other
parts of the aggregate.

  6. Conveying Non-Source Forms.

  You may convey a covered work in object code form under the terms
of sections 4 and 5, provided that you also convey the
machine-readable Corresponding Source under the terms of this License,
in one of these ways:

    a) Convey the object code in, or embodied in, a physical product
    (including a physical distribution medium), accompanied by the
    Corresponding Source fixed on a durable physical medium
    customarily used for software interchange.

    b) Convey the object code in, or embodied in, a physical product
    (including a physical distribution medium), accompanied by a
    written offer, valid for at least three years and valid for as
    long as you offer spare parts or customer support for that product
    model, to give anyone who possesses the object code either (1) a
    copy of the Corresponding Source for all the software in the
    product that is covered by this License, on a durable physical
    medium customarily used for software interchange, for a price no
    more than your reasonable cost of physically performing this
    conveying of source, or (2) access to copy the
    Corresponding Source from a network server at no charge.

    c) Convey individual copies of the object code with a copy of the
    written offer to provide the Corresponding Source.  This
    alternative is allowed only occasionally and noncommercially, and
    only if you received the object code with such an offer, in accord
    with subsection 6b.

    d) Convey the object code by offering access from a designated
    place (gratis or for a charge), and offer equivalent access to the
    Corresponding Source in the same way through the same place at no
    further charge.  You need not require recipients to copy the
    Corresponding Source along with the object code.  If the place to
    copy the object code is a network server, the Corresponding Source
    may be on a different server (operated by you or a third party)
    that supports equivalent copying facilities, provided you maintain
    clear directions next to the object code saying where to find the
    Corresponding Source.  Regardless of what server hosts the
    Corresponding Source, you remain obligated to ensure that it is
    available for as long as needed to satisfy these requirements.

    e) Convey the object code using peer-to-peer transmission, provided
    you inform other peers where the object code and Corresponding
    Source of the work are being offered to the general public at no
    charge under subsection 6d.

  A separable portion of the object code, whose source code is excluded
from the Corresponding Source as a System Library, need not be
included in conveying the object code work.

  A "User Product" is either (1) a "consumer product", which means any
tangible personal property which is normally used for personal, family,
or household purposes, or (2) anything designed or sold for incorporation
into a dwelling.  In determining whether a product is a consumer product,
doubtful cases shall be resolved in favor of coverage.  For a particular
product received by a particular user, "normally used" refers to a
typical or common use of that class of product, regardless of the status
of the particular user or of the way in which the particular user
actually uses, or expects or is expected to use, the product.  A product
is a consumer product regardless of whether the product has substantial
commercial, industrial or non-consumer uses, unless such uses represent
the only significant mode of use of the product.

  "Installation Information" for a User Product means any methods,
procedures, authorization keys, or other information required to install
and execute modified versions of a covered work in that User Product from
a modified version of its Corresponding Source.  The information must
suffice to ensure that the continued functioning of the modified object
code is in no case prevented or interfered with solely because
modification has been made.

  If you convey an object code work under this section in, or with, or
specifically for use in, a User Product, and the conveying occurs as
part of a transaction in which the right of possession and use of the
User Product is transferred to the recipient in perpetuity or for a
fixed term (regardless of how the transaction is characterized), the
Corresponding Source conveyed under this section must be accompanied
by the Installation Information.  But this requirement does not apply
if neither you nor any third party retains the ability to install
modified object code on the User Product (for example, the work has
been installed in ROM).

  The requirement to provide Installation Information does not include a
requirement to continue to provide support service, warranty, or updates
for a work that has been modified or installed by the recipient, or for
the User Product in which it has been modified or installed.  Access to a
network may be denied when the modification itself materially and
adversely affects the operation of the network or violates the rules and
protocols for communication across the network.

  Corresponding Source conveyed, and Installation Information provided,
in accord with this section must be in a format that is publicly
documented (and with an implementation available to the public in
source code form), and must require no special password or key for
unpacking, reading or copying.

  7. Additional Terms.

  "Additional permissions" are terms that supplement the terms of this
License by making exceptions from one or more of its conditions.
Additional permissions that are applicable to the entire Program shall
be treated as though they were included in this License, to the extent
that they are valid under applicable law.  If additional permissions
apply only to part of the Program, that part may be used separately
under those permissions, but the entire Program remains governed by
this License without regard to the additional permissions.

  When you convey a copy of a covered work, you may at your option
remove any additional permissions from that copy, or from any part of
it.  (Additional permissions may be written to require their own
removal in certain cases when you modify the work.)  You may place
additional permissions on material, added by you to a covered work,
for which you have or can give appropriate copyright permission.

  Notwithstanding any other provision of this License, for material you
add to a covered work, you may (if authorized by the copyright holders of
that material) supplement the terms of this License with terms:

    a) Disclaiming warranty or limiting liability differently from the
    terms of sections 15 and 16 of this License; or

    b) Requiring preservation of specified reasonable legal notices or
    author attributions in that material or in the Appropriate Legal
    Notices displayed by works containing it; or

    c) Prohibiting misrepresentation of the origin of that material, or
    requiring that modified versions of such material be marked in
    reasonable ways as different from the original version; or

    d) Limiting the use for publicity purposes of names of licensors or
    authors of the material; or

    e) Declining to grant rights under trademark law for use of some
    trade names, trademarks, or service marks; or

    f) Requiring indemnification of licensors and authors of that
    material by anyone who conveys the material (or modified versions of
    it) with contractual assumptions of liability to the recipient, for
    any liability that these contractual assumptions directly impose on
    those licensors and authors.

  All other non-permissive additional terms are considered "further
restrictions" within the meaning of section 10.  If the Program as you
received it, or any part of it, contains a notice stating that it is
governed by this License along with a term that is a further
restriction, you may remove that term.  If a license document contains
a further restriction but permits relicensing or conveying under this
License, you may add to a covered work material governed by the terms
of that license document, provided that the further restriction does
not survive such relicensing or conveying.

  If you add terms to a covered work in accord with this section, you
must place, in the relevant source files, a statement of the
additional terms that apply to those files, or a notice indicating
where to find the applicable terms.

  Additional terms, permissive or non-permissive, may be stated in the
form of a separately written license, or stated as exceptions;
the above requirements apply either way.

  8. Termination.

  You may not propagate or modify a covered work except as expressly
provided under this License.  Any attempt otherwise to propagate or
modify it is void, and will automatically terminate your rights under
this License (including any patent licenses granted under the third
paragraph of section 11).

  However, if you cease all violation of this License, then your
license from a particular copyright holder is reinstated (a)
provisionally, unless and until the copyright holder explicitly and
finally terminates your license, and (b) permanently, if the copyright
holder fails to notify you of the violation by some reasonable means
prior to 60 days after the cessation.

  Moreover, your license from a particular copyright holder is
reinstated permanently if the copyright holder notifies you of the
violation by some reasonable means, this is the first time you have
received notice of violation of this License (for any work) from that
copyright holder, and you cure the violation prior to 30 days after
your receipt of the notice.

  Termination of your rights under this section does not terminate the
licenses of parties who have received copies or rights from you under
this License.  If your rights have been terminated and not permanently
reinstated, you do not qualify to receive new licenses for the same
material under section 10.

  9. Acceptance Not Required for Having Copies.

  You are not required to accept this License in order to receive or
run a copy of the Program.  Ancillary propagation of a covered work
occurring solely as a consequence of using peer-to-peer transmission
to receive a copy likewise does not require acceptance.  However,
nothing other than this License grants you permission to propagate or
modify any covered work.  These actions infringe copyright if you do
not accept this License.  Therefore, by modifying or propagating a
covered work, you indicate your acceptance of this License to do so.

  10. Automatic Licensing of Downstream Recipients.

  Each time you convey a covered work, the recipient automatically
receives a license from the original licensors, to run, modify and
propagate that work, subject to this License.  You are not responsible
for enforcing compliance by third parties with this License.

  An "entity transaction" is a transaction transferring control of an
organization, or substantially all assets of one, or subdividing an
organization, or merging organizations.  If propagation of a covered
work results from an entity transaction, each party to that
transaction who receives a copy of the work also receives whatever
licenses to the work the party's predecessor in interest had or could
give under the previous paragraph, plus a right to possession of the
Corresponding Source of the work from the predecessor in interest, if
the predecessor has it or can get it with reasonable efforts.

  You may not impose any further restrictions on the exercise of the
rights granted or affirmed under this License.  For example, you may
not impose a license fee, royalty, or other charge for exercise of
rights granted under this License, and you may not initiate litigation
(including a cross-claim or counterclaim in a lawsuit) alleging that
any patent claim is infringed by making, using, selling, offering for
sale, or importing the Program or any portion of it.

  11. Patents.

  A "contributor" is a copyright holder who authorizes use under this
License of the Program or a work on which the Program is based.  The
work thus licensed is called the contributor's "contributor version".

  A contributor's "essential patent claims" are all patent claims
owned or controlled by the contributor, whether already acquired or
hereafter acquired, that would be infringed by some manner, permitted
by this License, of making, using, or selling its contributor version,
but do not include claims that would be infringed only as a
consequence of further modification of the contributor version.  For
purposes of this definition, "control" includes the right to grant
patent sublicenses in a manner consistent with the requirements of
this License.

  Each contributor grants you a non-exclusive, worldwide, royalty-free
patent license under the contributor's essential patent claims, to
make, use, sell, offer for sale, import and otherwise run, modify and
propagate the contents of its contributor version.

  In the following three paragraphs, a "patent license" is any express
agreement or commitment, however denominated, not to enforce a patent
(such as an express permission to practice a patent or covenant not to
sue for patent infringement).  To "grant" such a patent license to a
party means to make such an agreement or commitment not to enforce a
patent against the party.

  If you convey a covered work, knowingly relying on a patent license,
and the Corresponding Source of the work is not available for anyone
to copy, free of charge and under the terms of this License, through a
publicly available network server or other readily accessible means,
then you must either (1) cause the Corresponding Source to be so
available, or (2) arrange to deprive yourself of the benefit of the
patent license for this particular work, or (3) arrange, in a manner
consistent with the requirements of this License, to extend the patent
license to downstream recipients.  "Knowingly relying" means you have
actual knowledge that, but for the patent license, your conveying the
covered work in a country, or your recipient's use of the covered work
in a country, would infringe one or more identifiable patents in that
country that you have reason to believe are valid.

  If, pursuant to or in connection with a single transaction or
arrangement, you convey, or propagate by procuring conveyance of, a
covered work, and grant a patent license to some of the parties
receiving the covered work authorizing them to use, propagate, modify
or convey a specific copy of the covered work, then the patent license
you grant is automatically extended to all recipients of the covered
work and works based on it.

  A patent license is "discriminatory" if it does not include within
the scope of its coverage, prohibits the exercise of, or is
conditioned on the non-exercise of one or more of the rights that are
specifically granted under this License.  You may not convey a covered
work if you are a party to an arrangement with a third party that is
in the business of distributing software, under which you make payment
to the third party based on the extent of your activity of conveying
the work, and under which the third party grants, to any of the
parties who would receive the covered work from you, a discriminatory
patent license (a) in connection with copies of the covered work
conveyed by you (or copies made from those copies), or (b) primarily
for and in connection with specific products or compilations that
contain the covered work, unless you entered into that arrangement,
or that patent license was granted, prior to 28 March 2007.

  Nothing in this License shall be construed as excluding or limiting
any implied license or other defenses to infringement that may
otherwise be available to you under applicable patent law.

  12. No Surrender of Others' Freedom.

  If conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License.  If you cannot convey a
covered work so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you may
not convey it at all.  For example, if you agree to terms that obligate you
to collect a royalty for further conveying from those to whom you convey
the Program, the only way you could satisfy both those terms and this
License would be to refrain entirely from conveying the Program.

  13. Use with the GNU Affero General Public License.

  Notwithstanding any other provision of this License, you have
permission to link or combine any covered work with a work licensed
under version 3 of the GNU Affero General Public License into a single
combined work, and to convey the resulting work.  The terms of this
License will continue to apply to the part which is the covered work,
but the special requirements of the GNU Affero General Public License,
section 13, concerning interaction through a network will apply to the
combination as such.

  14. Revised Versions of this License.

  The Free Software Foundation may publish revised and/or new versions of
the GNU General Public License from time to time.  Such new versions will
be similar in spirit to the present version, but may differ in detail to
address new problems or concerns.

  Each version is given a distinguishing version number.  If the
Program specifies that a certain numbered version of the GNU General
Public License "or any later version" applies to it, you have the
option of following the terms and conditions either of that numbered
version or of any later version published by the Free Software
Foundation.  If the Program does not specify a version number of the
GNU General Public License, you may choose any version ever published
by the Free Software Foundation.

  If the Program specifies that a proxy can decide which future
versions of the GNU General Public License can be used, that proxy's
public statement of acceptance of a version permanently authorizes you
to choose that version for the Program.

  Later license versions may give you additional or different
permissions.  However, no additional obligations are imposed on any
author or copyright holder as a result of your choosing to follow a
later version.

  15. Disclaimer of Warranty.

  THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
APPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
IS WITH YOU.  SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.

  16. Limitation of Liability.

  IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
SUCH DAMAGES.

  17. Interpretation of Sections 15 and 16.

  If the disclaimer of warranty and limitation of liability provided
above cannot be given local legal effect according to their terms,
reviewing courts shall apply local law that most closely approximates
an absolute waiver of all civil liability in connection with the
Program, unless a warranty or assumption of liability accompanies a
copy of the Program in return for a fee.

                     END OF TERMS AND CONDITIONS

            How to Apply These Terms to Your New Programs

  If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it
free software which everyone can redistribute and change under these terms.

  To do so, attach the following notices to the program.  It is safest
to attach them to the start of each source file to most effectively
state the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.

    <one line to give the program's name and a brief idea of what it does.>
    Copyright (C) <year>  <name of author>

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <https://www.gnu.org/licenses/>.

Also add information on how to contact you by electronic and paper mail.

  If the program does terminal interaction, make it output a short
notice like this when it starts in an interactive mode:

    <program>  Copyright (C) <year>  <name of author>
    This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
    This is free software, and you are welcome to redistribute it
    under certain conditions; type `show c' for details.

The hypothetical commands `show w' and `show c' should show the appropriate
parts of the General Public License.  Of course, your program's commands
might be different; for a GUI interface, you would use an "about box".

  You should also get your employer (if you work as a programmer) or school,
if any, to sign a "copyright disclaimer" for the program, if necessary.
For more information on this, and how to apply and follow the GNU GPL, see
<https://www.gnu.org/licenses/>.

  The GNU General Public License does not permit incorporating your program
into proprietary programs.  If your program is a subroutine library, you
may consider it more useful to permit linking proprietary applications with
the library.  If this is what you want to do, use the GNU Lesser General
Public License instead of this License.  But first, please read
<https://www.gnu.org/licenses/why-not-lgpl.html>.


================================================
FILE: README.md
================================================
## N2D: (Not Too) Deep Clustering via Clustering the Local Manifold of an Autoencoded Embedding.

## Abstract
Deep clustering has increasingly been demonstrating superiority over conventional shallow clustering algorithms. 
Deep clustering algorithms usually combine representation learning with deep neural networks to achieve this performance, typically optimizing a clustering and non-clustering loss.
In such cases, an autoencoder is typically connected with a clustering network, and the final clustering is jointly learned by both the autoencoder and clustering network.
Instead, we propose to learn an autoencoded embedding and then search this further for the underlying manifold.
For simplicity, we then cluster this with a shallow clustering algorithm, rather than a deeper network.
We study a number of local and global manifold learning methods on both the raw data and autoencoded embedding, concluding that UMAP in our framework is able to find the best clusterable manifold of the embedding. This suggests that local manifold learning on an autoencoded embedding is effective for discovering higher quality clusters.
We quantitatively show across a range of image and time-series datasets that our method has competitive performance against the latest deep clustering algorithms, including out-performing current state-of-the-art on several.
We postulate that these results show a promising research direction for deep clustering.

## Results
![N2D results](https://seis.bristol.ac.uk/~rm17770/publications/n2d-results.png)

## Visualizations
### MNIST
<img src="https://seis.bristol.ac.uk/~rm17770/publications/mnist-n2d.png" width="600px">

### HAR (Human Activity Recognition)
<img src="https://seis.bristol.ac.uk/~rm17770/publications/har-n2d.png" width="600px">
Note: clusters 'look' better in higher dimensions (based on clustering metrics) than they do here in 2d. The intended use of n2d is for clustering. Visualized here are the first 5000 points.


## Paper

https://arxiv.org/abs/1908.05968

## Install

### Install Anaconda
```sh
wget https://repo.anaconda.com/archive/Anaconda3-2019.07-Linux-x86_64.sh
bash Anaconda3-2019.07-Linux-x86_64.sh
source anaconda3/bin/activate
```

### Create environment
```sh
conda create -n n2d python=3.7  
conda activate n2d
```
### Clone repo
```sh
git clone https://github.com/rymc/n2d.git
```
### Install packages
```sh
pip install -r requirements.txt
```

### Reproduce results
```sh
bash run.sh
```

### For training a new network
If you remove the --ae_weights argument when running n2d then it will train a new network, rather than load the pretrained weights.

For adding a new dataset you should add a load function to datasets.py (you can use the existing ones to understand how) and a function to call your data loading function from n2d.py

I used the following packages for training the networks using the GPU.
```sh
conda install tensorflow-gpu=1.13.1 cudatoolkit=9.0
```

### Visualization
If you would like to produce some plots for visualization purposes add the agument '--visualize'. I also reccomend setting the argument '--umap_dim' to be 2.

## Citation
```
@inproceedings{McConville2020,
  author = {Ryan McConville and Raul Santos-Rodriguez and Robert J Piechocki and Ian Craddock},
  title = {N2D:(Not Too) Deep Clustering via Clustering the Local Manifold of an Autoencoded Embedding},
  booktitle = {25th International Conference on Pattern Recognition, {ICPR} 2020},
  publisher = {{IEEE} Computer Society},
  year = {2020},
}
```


================================================
FILE: data/har/README.txt
================================================
===================================================================================================
Human Activity Recognition Using Smartphones Dataset
Version 1.0
===================================================================================================
Jorge L. Reyes-Ortiz(1,2), Davide Anguita(1), Alessandro Ghio(1), Luca Oneto(1) and Xavier Parra(2)
1 - Smartlab - Non-Linear Complex Systems Laboratory
DITEN - Universit  degli Studi di Genova, Genoa (I-16145), Italy. 
2 - CETpD - Technical Research Centre for Dependency Care and Autonomous Living
Universitat Politcnica de Catalunya (BarcelonaTech). Vilanova i la Geltr (08800), Spain
activityrecognition '@' smartlab.ws 
===================================================================================================

The experiments have been carried out with a group of 30 volunteers within an age bracket of 19-48 years. Each person performed six activities (WALKING, WALKING_UPSTAIRS, WALKING_DOWNSTAIRS, SITTING, STANDING, LAYING) wearing a smartphone (Samsung Galaxy S II) on the waist. Using its embedded accelerometer and gyroscope, we captured 3-axial linear acceleration and 3-axial angular velocity at a constant rate of 50Hz. The experiments have been video-recorded to label the data manually. The obtained dataset has been randomly partitioned into two sets, where 70% of the volunteers was selected for generating the training data and 30% the test data. 

The sensor signals (accelerometer and gyroscope) were pre-processed by applying noise filters and then sampled in fixed-width sliding windows of 2.56 sec and 50% overlap (128 readings/window). The sensor acceleration signal, which has gravitational and body motion components, was separated using a Butterworth low-pass filter into body acceleration and gravity. The gravitational force is assumed to have only low frequency components, therefore a filter with 0.3 Hz cutoff frequency was used. From each window, a vector of features was obtained by calculating variables from the time and frequency domain. See 'features_info.txt' for more details. 

For each record it is provided:
======================================

- Triaxial acceleration from the accelerometer (total acceleration) and the estimated body acceleration.
- Triaxial Angular velocity from the gyroscope. 
- A 561-feature vector with time and frequency domain variables. 
- Its activity label. 
- An identifier of the subject who carried out the experiment.

The dataset includes the following files:
=========================================

- 'README.txt'

- 'features_info.txt': Shows information about the variables used on the feature vector.

- 'features.txt': List of all features.

- 'activity_labels.txt': Links the class labels with their activity name.

- 'train/X_train.txt': Training set.

- 'train/y_train.txt': Training labels.

- 'test/X_test.txt': Test set.

- 'test/y_test.txt': Test labels.

The following files are available for the train and test data. Their descriptions are equivalent. 

- 'train/subject_train.txt': Each row identifies the subject who performed the activity for each window sample. Its range is from 1 to 30. 

- 'train/Inertial Signals/total_acc_x_train.txt': The acceleration signal from the smartphone accelerometer X axis in standard gravity units 'g'. Every row shows a 128 element vector. The same description applies for the 'total_acc_x_train.txt' and 'total_acc_z_train.txt' files for the Y and Z axis. 

- 'train/Inertial Signals/body_acc_x_train.txt': The body acceleration signal obtained by subtracting the gravity from the total acceleration. 

- 'train/Inertial Signals/body_gyro_x_train.txt': The angular velocity vector measured by the gyroscope for each window sample. The units are radians/second. 

Notes: 
======
- Features are normalized and bounded within [-1,1].
- Each feature vector is a row on the text file.
- The units used for the accelerations (total and body) are 'g's (gravity of earth -> 9.80665 m/seg2).
- The gyroscope units are rad/seg.
- A video of the experiment including an example of the 6 recorded activities with one of the participants can be seen in the following link: http://www.youtube.com/watch?v=XOEN9W05_4A

For more information about this dataset please contact: activityrecognition '@' smartlab.ws

License:
========
Use of this dataset in publications must be acknowledged by referencing the following publication [1] 

[1] Davide Anguita, Alessandro Ghio, Luca Oneto, Xavier Parra and Jorge L. Reyes-Ortiz. A Public Domain Dataset for Human Activity Recognition Using Smartphones. 21th European Symposium on Artificial Neural Networks, Computational Intelligence and Machine Learning, ESANN 2013. Bruges, Belgium 24-26 April 2013. 

This dataset is distributed AS-IS and no responsibility implied or explicit can be addressed to the authors or their institutions for its use or misuse. Any commercial use is prohibited.

Other Related Publications:
===========================
[2] Davide Anguita, Alessandro Ghio, Luca Oneto, Xavier Parra, Jorge L. Reyes-Ortiz.  Energy Efficient Smartphone-Based Activity Recognition using Fixed-Point Arithmetic. Journal of Universal Computer Science. Special Issue in Ambient Assisted Living: Home Care.   Volume 19, Issue 9. May 2013

[3] Davide Anguita, Alessandro Ghio, Luca Oneto, Xavier Parra and Jorge L. Reyes-Ortiz. Human Activity Recognition on Smartphones using a Multiclass Hardware-Friendly Support Vector Machine. 4th International Workshop of Ambient Assited Living, IWAAL 2012, Vitoria-Gasteiz, Spain, December 3-5, 2012. Proceedings. Lecture Notes in Computer Science 2012, pp 216-223. 

[4] Jorge Luis Reyes-Ortiz, Alessandro Ghio, Xavier Parra-Llanas, Davide Anguita, Joan Cabestany, Andreu Catal. Human Activity and Motion Disorder Recognition: Towards Smarter Interactive Cognitive Environments. 21th European Symposium on Artificial Neural Networks, Computational Intelligence and Machine Learning, ESANN 2013. Bruges, Belgium 24-26 April 2013.  

==================================================================================================
Jorge L. Reyes-Ortiz, Alessandro Ghio, Luca Oneto, Davide Anguita and Xavier Parra. November 2013.


================================================
FILE: data/har/activity_labels.txt
================================================
1 WALKING
2 WALKING_UPSTAIRS
3 WALKING_DOWNSTAIRS
4 SITTING
5 STANDING
6 LAYING


================================================
FILE: data/har/features.txt
================================================
1 tBodyAcc-mean()-X
2 tBodyAcc-mean()-Y
3 tBodyAcc-mean()-Z
4 tBodyAcc-std()-X
5 tBodyAcc-std()-Y
6 tBodyAcc-std()-Z
7 tBodyAcc-mad()-X
8 tBodyAcc-mad()-Y
9 tBodyAcc-mad()-Z
10 tBodyAcc-max()-X
11 tBodyAcc-max()-Y
12 tBodyAcc-max()-Z
13 tBodyAcc-min()-X
14 tBodyAcc-min()-Y
15 tBodyAcc-min()-Z
16 tBodyAcc-sma()
17 tBodyAcc-energy()-X
18 tBodyAcc-energy()-Y
19 tBodyAcc-energy()-Z
20 tBodyAcc-iqr()-X
21 tBodyAcc-iqr()-Y
22 tBodyAcc-iqr()-Z
23 tBodyAcc-entropy()-X
24 tBodyAcc-entropy()-Y
25 tBodyAcc-entropy()-Z
26 tBodyAcc-arCoeff()-X,1
27 tBodyAcc-arCoeff()-X,2
28 tBodyAcc-arCoeff()-X,3
29 tBodyAcc-arCoeff()-X,4
30 tBodyAcc-arCoeff()-Y,1
31 tBodyAcc-arCoeff()-Y,2
32 tBodyAcc-arCoeff()-Y,3
33 tBodyAcc-arCoeff()-Y,4
34 tBodyAcc-arCoeff()-Z,1
35 tBodyAcc-arCoeff()-Z,2
36 tBodyAcc-arCoeff()-Z,3
37 tBodyAcc-arCoeff()-Z,4
38 tBodyAcc-correlation()-X,Y
39 tBodyAcc-correlation()-X,Z
40 tBodyAcc-correlation()-Y,Z
41 tGravityAcc-mean()-X
42 tGravityAcc-mean()-Y
43 tGravityAcc-mean()-Z
44 tGravityAcc-std()-X
45 tGravityAcc-std()-Y
46 tGravityAcc-std()-Z
47 tGravityAcc-mad()-X
48 tGravityAcc-mad()-Y
49 tGravityAcc-mad()-Z
50 tGravityAcc-max()-X
51 tGravityAcc-max()-Y
52 tGravityAcc-max()-Z
53 tGravityAcc-min()-X
54 tGravityAcc-min()-Y
55 tGravityAcc-min()-Z
56 tGravityAcc-sma()
57 tGravityAcc-energy()-X
58 tGravityAcc-energy()-Y
59 tGravityAcc-energy()-Z
60 tGravityAcc-iqr()-X
61 tGravityAcc-iqr()-Y
62 tGravityAcc-iqr()-Z
63 tGravityAcc-entropy()-X
64 tGravityAcc-entropy()-Y
65 tGravityAcc-entropy()-Z
66 tGravityAcc-arCoeff()-X,1
67 tGravityAcc-arCoeff()-X,2
68 tGravityAcc-arCoeff()-X,3
69 tGravityAcc-arCoeff()-X,4
70 tGravityAcc-arCoeff()-Y,1
71 tGravityAcc-arCoeff()-Y,2
72 tGravityAcc-arCoeff()-Y,3
73 tGravityAcc-arCoeff()-Y,4
74 tGravityAcc-arCoeff()-Z,1
75 tGravityAcc-arCoeff()-Z,2
76 tGravityAcc-arCoeff()-Z,3
77 tGravityAcc-arCoeff()-Z,4
78 tGravityAcc-correlation()-X,Y
79 tGravityAcc-correlation()-X,Z
80 tGravityAcc-correlation()-Y,Z
81 tBodyAccJerk-mean()-X
82 tBodyAccJerk-mean()-Y
83 tBodyAccJerk-mean()-Z
84 tBodyAccJerk-std()-X
85 tBodyAccJerk-std()-Y
86 tBodyAccJerk-std()-Z
87 tBodyAccJerk-mad()-X
88 tBodyAccJerk-mad()-Y
89 tBodyAccJerk-mad()-Z
90 tBodyAccJerk-max()-X
91 tBodyAccJerk-max()-Y
92 tBodyAccJerk-max()-Z
93 tBodyAccJerk-min()-X
94 tBodyAccJerk-min()-Y
95 tBodyAccJerk-min()-Z
96 tBodyAccJerk-sma()
97 tBodyAccJerk-energy()-X
98 tBodyAccJerk-energy()-Y
99 tBodyAccJerk-energy()-Z
100 tBodyAccJerk-iqr()-X
101 tBodyAccJerk-iqr()-Y
102 tBodyAccJerk-iqr()-Z
103 tBodyAccJerk-entropy()-X
104 tBodyAccJerk-entropy()-Y
105 tBodyAccJerk-entropy()-Z
106 tBodyAccJerk-arCoeff()-X,1
107 tBodyAccJerk-arCoeff()-X,2
108 tBodyAccJerk-arCoeff()-X,3
109 tBodyAccJerk-arCoeff()-X,4
110 tBodyAccJerk-arCoeff()-Y,1
111 tBodyAccJerk-arCoeff()-Y,2
112 tBodyAccJerk-arCoeff()-Y,3
113 tBodyAccJerk-arCoeff()-Y,4
114 tBodyAccJerk-arCoeff()-Z,1
115 tBodyAccJerk-arCoeff()-Z,2
116 tBodyAccJerk-arCoeff()-Z,3
117 tBodyAccJerk-arCoeff()-Z,4
118 tBodyAccJerk-correlation()-X,Y
119 tBodyAccJerk-correlation()-X,Z
120 tBodyAccJerk-correlation()-Y,Z
121 tBodyGyro-mean()-X
122 tBodyGyro-mean()-Y
123 tBodyGyro-mean()-Z
124 tBodyGyro-std()-X
125 tBodyGyro-std()-Y
126 tBodyGyro-std()-Z
127 tBodyGyro-mad()-X
128 tBodyGyro-mad()-Y
129 tBodyGyro-mad()-Z
130 tBodyGyro-max()-X
131 tBodyGyro-max()-Y
132 tBodyGyro-max()-Z
133 tBodyGyro-min()-X
134 tBodyGyro-min()-Y
135 tBodyGyro-min()-Z
136 tBodyGyro-sma()
137 tBodyGyro-energy()-X
138 tBodyGyro-energy()-Y
139 tBodyGyro-energy()-Z
140 tBodyGyro-iqr()-X
141 tBodyGyro-iqr()-Y
142 tBodyGyro-iqr()-Z
143 tBodyGyro-entropy()-X
144 tBodyGyro-entropy()-Y
145 tBodyGyro-entropy()-Z
146 tBodyGyro-arCoeff()-X,1
147 tBodyGyro-arCoeff()-X,2
148 tBodyGyro-arCoeff()-X,3
149 tBodyGyro-arCoeff()-X,4
150 tBodyGyro-arCoeff()-Y,1
151 tBodyGyro-arCoeff()-Y,2
152 tBodyGyro-arCoeff()-Y,3
153 tBodyGyro-arCoeff()-Y,4
154 tBodyGyro-arCoeff()-Z,1
155 tBodyGyro-arCoeff()-Z,2
156 tBodyGyro-arCoeff()-Z,3
157 tBodyGyro-arCoeff()-Z,4
158 tBodyGyro-correlation()-X,Y
159 tBodyGyro-correlation()-X,Z
160 tBodyGyro-correlation()-Y,Z
161 tBodyGyroJerk-mean()-X
162 tBodyGyroJerk-mean()-Y
163 tBodyGyroJerk-mean()-Z
164 tBodyGyroJerk-std()-X
165 tBodyGyroJerk-std()-Y
166 tBodyGyroJerk-std()-Z
167 tBodyGyroJerk-mad()-X
168 tBodyGyroJerk-mad()-Y
169 tBodyGyroJerk-mad()-Z
170 tBodyGyroJerk-max()-X
171 tBodyGyroJerk-max()-Y
172 tBodyGyroJerk-max()-Z
173 tBodyGyroJerk-min()-X
174 tBodyGyroJerk-min()-Y
175 tBodyGyroJerk-min()-Z
176 tBodyGyroJerk-sma()
177 tBodyGyroJerk-energy()-X
178 tBodyGyroJerk-energy()-Y
179 tBodyGyroJerk-energy()-Z
180 tBodyGyroJerk-iqr()-X
181 tBodyGyroJerk-iqr()-Y
182 tBodyGyroJerk-iqr()-Z
183 tBodyGyroJerk-entropy()-X
184 tBodyGyroJerk-entropy()-Y
185 tBodyGyroJerk-entropy()-Z
186 tBodyGyroJerk-arCoeff()-X,1
187 tBodyGyroJerk-arCoeff()-X,2
188 tBodyGyroJerk-arCoeff()-X,3
189 tBodyGyroJerk-arCoeff()-X,4
190 tBodyGyroJerk-arCoeff()-Y,1
191 tBodyGyroJerk-arCoeff()-Y,2
192 tBodyGyroJerk-arCoeff()-Y,3
193 tBodyGyroJerk-arCoeff()-Y,4
194 tBodyGyroJerk-arCoeff()-Z,1
195 tBodyGyroJerk-arCoeff()-Z,2
196 tBodyGyroJerk-arCoeff()-Z,3
197 tBodyGyroJerk-arCoeff()-Z,4
198 tBodyGyroJerk-correlation()-X,Y
199 tBodyGyroJerk-correlation()-X,Z
200 tBodyGyroJerk-correlation()-Y,Z
201 tBodyAccMag-mean()
202 tBodyAccMag-std()
203 tBodyAccMag-mad()
204 tBodyAccMag-max()
205 tBodyAccMag-min()
206 tBodyAccMag-sma()
207 tBodyAccMag-energy()
208 tBodyAccMag-iqr()
209 tBodyAccMag-entropy()
210 tBodyAccMag-arCoeff()1
211 tBodyAccMag-arCoeff()2
212 tBodyAccMag-arCoeff()3
213 tBodyAccMag-arCoeff()4
214 tGravityAccMag-mean()
215 tGravityAccMag-std()
216 tGravityAccMag-mad()
217 tGravityAccMag-max()
218 tGravityAccMag-min()
219 tGravityAccMag-sma()
220 tGravityAccMag-energy()
221 tGravityAccMag-iqr()
222 tGravityAccMag-entropy()
223 tGravityAccMag-arCoeff()1
224 tGravityAccMag-arCoeff()2
225 tGravityAccMag-arCoeff()3
226 tGravityAccMag-arCoeff()4
227 tBodyAccJerkMag-mean()
228 tBodyAccJerkMag-std()
229 tBodyAccJerkMag-mad()
230 tBodyAccJerkMag-max()
231 tBodyAccJerkMag-min()
232 tBodyAccJerkMag-sma()
233 tBodyAccJerkMag-energy()
234 tBodyAccJerkMag-iqr()
235 tBodyAccJerkMag-entropy()
236 tBodyAccJerkMag-arCoeff()1
237 tBodyAccJerkMag-arCoeff()2
238 tBodyAccJerkMag-arCoeff()3
239 tBodyAccJerkMag-arCoeff()4
240 tBodyGyroMag-mean()
241 tBodyGyroMag-std()
242 tBodyGyroMag-mad()
243 tBodyGyroMag-max()
244 tBodyGyroMag-min()
245 tBodyGyroMag-sma()
246 tBodyGyroMag-energy()
247 tBodyGyroMag-iqr()
248 tBodyGyroMag-entropy()
249 tBodyGyroMag-arCoeff()1
250 tBodyGyroMag-arCoeff()2
251 tBodyGyroMag-arCoeff()3
252 tBodyGyroMag-arCoeff()4
253 tBodyGyroJerkMag-mean()
254 tBodyGyroJerkMag-std()
255 tBodyGyroJerkMag-mad()
256 tBodyGyroJerkMag-max()
257 tBodyGyroJerkMag-min()
258 tBodyGyroJerkMag-sma()
259 tBodyGyroJerkMag-energy()
260 tBodyGyroJerkMag-iqr()
261 tBodyGyroJerkMag-entropy()
262 tBodyGyroJerkMag-arCoeff()1
263 tBodyGyroJerkMag-arCoeff()2
264 tBodyGyroJerkMag-arCoeff()3
265 tBodyGyroJerkMag-arCoeff()4
266 fBodyAcc-mean()-X
267 fBodyAcc-mean()-Y
268 fBodyAcc-mean()-Z
269 fBodyAcc-std()-X
270 fBodyAcc-std()-Y
271 fBodyAcc-std()-Z
272 fBodyAcc-mad()-X
273 fBodyAcc-mad()-Y
274 fBodyAcc-mad()-Z
275 fBodyAcc-max()-X
276 fBodyAcc-max()-Y
277 fBodyAcc-max()-Z
278 fBodyAcc-min()-X
279 fBodyAcc-min()-Y
280 fBodyAcc-min()-Z
281 fBodyAcc-sma()
282 fBodyAcc-energy()-X
283 fBodyAcc-energy()-Y
284 fBodyAcc-energy()-Z
285 fBodyAcc-iqr()-X
286 fBodyAcc-iqr()-Y
287 fBodyAcc-iqr()-Z
288 fBodyAcc-entropy()-X
289 fBodyAcc-entropy()-Y
290 fBodyAcc-entropy()-Z
291 fBodyAcc-maxInds-X
292 fBodyAcc-maxInds-Y
293 fBodyAcc-maxInds-Z
294 fBodyAcc-meanFreq()-X
295 fBodyAcc-meanFreq()-Y
296 fBodyAcc-meanFreq()-Z
297 fBodyAcc-skewness()-X
298 fBodyAcc-kurtosis()-X
299 fBodyAcc-skewness()-Y
300 fBodyAcc-kurtosis()-Y
301 fBodyAcc-skewness()-Z
302 fBodyAcc-kurtosis()-Z
303 fBodyAcc-bandsEnergy()-1,8
304 fBodyAcc-bandsEnergy()-9,16
305 fBodyAcc-bandsEnergy()-17,24
306 fBodyAcc-bandsEnergy()-25,32
307 fBodyAcc-bandsEnergy()-33,40
308 fBodyAcc-bandsEnergy()-41,48
309 fBodyAcc-bandsEnergy()-49,56
310 fBodyAcc-bandsEnergy()-57,64
311 fBodyAcc-bandsEnergy()-1,16
312 fBodyAcc-bandsEnergy()-17,32
313 fBodyAcc-bandsEnergy()-33,48
314 fBodyAcc-bandsEnergy()-49,64
315 fBodyAcc-bandsEnergy()-1,24
316 fBodyAcc-bandsEnergy()-25,48
317 fBodyAcc-bandsEnergy()-1,8
318 fBodyAcc-bandsEnergy()-9,16
319 fBodyAcc-bandsEnergy()-17,24
320 fBodyAcc-bandsEnergy()-25,32
321 fBodyAcc-bandsEnergy()-33,40
322 fBodyAcc-bandsEnergy()-41,48
323 fBodyAcc-bandsEnergy()-49,56
324 fBodyAcc-bandsEnergy()-57,64
325 fBodyAcc-bandsEnergy()-1,16
326 fBodyAcc-bandsEnergy()-17,32
327 fBodyAcc-bandsEnergy()-33,48
328 fBodyAcc-bandsEnergy()-49,64
329 fBodyAcc-bandsEnergy()-1,24
330 fBodyAcc-bandsEnergy()-25,48
331 fBodyAcc-bandsEnergy()-1,8
332 fBodyAcc-bandsEnergy()-9,16
333 fBodyAcc-bandsEnergy()-17,24
334 fBodyAcc-bandsEnergy()-25,32
335 fBodyAcc-bandsEnergy()-33,40
336 fBodyAcc-bandsEnergy()-41,48
337 fBodyAcc-bandsEnergy()-49,56
338 fBodyAcc-bandsEnergy()-57,64
339 fBodyAcc-bandsEnergy()-1,16
340 fBodyAcc-bandsEnergy()-17,32
341 fBodyAcc-bandsEnergy()-33,48
342 fBodyAcc-bandsEnergy()-49,64
343 fBodyAcc-bandsEnergy()-1,24
344 fBodyAcc-bandsEnergy()-25,48
345 fBodyAccJerk-mean()-X
346 fBodyAccJerk-mean()-Y
347 fBodyAccJerk-mean()-Z
348 fBodyAccJerk-std()-X
349 fBodyAccJerk-std()-Y
350 fBodyAccJerk-std()-Z
351 fBodyAccJerk-mad()-X
352 fBodyAccJerk-mad()-Y
353 fBodyAccJerk-mad()-Z
354 fBodyAccJerk-max()-X
355 fBodyAccJerk-max()-Y
356 fBodyAccJerk-max()-Z
357 fBodyAccJerk-min()-X
358 fBodyAccJerk-min()-Y
359 fBodyAccJerk-min()-Z
360 fBodyAccJerk-sma()
361 fBodyAccJerk-energy()-X
362 fBodyAccJerk-energy()-Y
363 fBodyAccJerk-energy()-Z
364 fBodyAccJerk-iqr()-X
365 fBodyAccJerk-iqr()-Y
366 fBodyAccJerk-iqr()-Z
367 fBodyAccJerk-entropy()-X
368 fBodyAccJerk-entropy()-Y
369 fBodyAccJerk-entropy()-Z
370 fBodyAccJerk-maxInds-X
371 fBodyAccJerk-maxInds-Y
372 fBodyAccJerk-maxInds-Z
373 fBodyAccJerk-meanFreq()-X
374 fBodyAccJerk-meanFreq()-Y
375 fBodyAccJerk-meanFreq()-Z
376 fBodyAccJerk-skewness()-X
377 fBodyAccJerk-kurtosis()-X
378 fBodyAccJerk-skewness()-Y
379 fBodyAccJerk-kurtosis()-Y
380 fBodyAccJerk-skewness()-Z
381 fBodyAccJerk-kurtosis()-Z
382 fBodyAccJerk-bandsEnergy()-1,8
383 fBodyAccJerk-bandsEnergy()-9,16
384 fBodyAccJerk-bandsEnergy()-17,24
385 fBodyAccJerk-bandsEnergy()-25,32
386 fBodyAccJerk-bandsEnergy()-33,40
387 fBodyAccJerk-bandsEnergy()-41,48
388 fBodyAccJerk-bandsEnergy()-49,56
389 fBodyAccJerk-bandsEnergy()-57,64
390 fBodyAccJerk-bandsEnergy()-1,16
391 fBodyAccJerk-bandsEnergy()-17,32
392 fBodyAccJerk-bandsEnergy()-33,48
393 fBodyAccJerk-bandsEnergy()-49,64
394 fBodyAccJerk-bandsEnergy()-1,24
395 fBodyAccJerk-bandsEnergy()-25,48
396 fBodyAccJerk-bandsEnergy()-1,8
397 fBodyAccJerk-bandsEnergy()-9,16
398 fBodyAccJerk-bandsEnergy()-17,24
399 fBodyAccJerk-bandsEnergy()-25,32
400 fBodyAccJerk-bandsEnergy()-33,40
401 fBodyAccJerk-bandsEnergy()-41,48
402 fBodyAccJerk-bandsEnergy()-49,56
403 fBodyAccJerk-bandsEnergy()-57,64
404 fBodyAccJerk-bandsEnergy()-1,16
405 fBodyAccJerk-bandsEnergy()-17,32
406 fBodyAccJerk-bandsEnergy()-33,48
407 fBodyAccJerk-bandsEnergy()-49,64
408 fBodyAccJerk-bandsEnergy()-1,24
409 fBodyAccJerk-bandsEnergy()-25,48
410 fBodyAccJerk-bandsEnergy()-1,8
411 fBodyAccJerk-bandsEnergy()-9,16
412 fBodyAccJerk-bandsEnergy()-17,24
413 fBodyAccJerk-bandsEnergy()-25,32
414 fBodyAccJerk-bandsEnergy()-33,40
415 fBodyAccJerk-bandsEnergy()-41,48
416 fBodyAccJerk-bandsEnergy()-49,56
417 fBodyAccJerk-bandsEnergy()-57,64
418 fBodyAccJerk-bandsEnergy()-1,16
419 fBodyAccJerk-bandsEnergy()-17,32
420 fBodyAccJerk-bandsEnergy()-33,48
421 fBodyAccJerk-bandsEnergy()-49,64
422 fBodyAccJerk-bandsEnergy()-1,24
423 fBodyAccJerk-bandsEnergy()-25,48
424 fBodyGyro-mean()-X
425 fBodyGyro-mean()-Y
426 fBodyGyro-mean()-Z
427 fBodyGyro-std()-X
428 fBodyGyro-std()-Y
429 fBodyGyro-std()-Z
430 fBodyGyro-mad()-X
431 fBodyGyro-mad()-Y
432 fBodyGyro-mad()-Z
433 fBodyGyro-max()-X
434 fBodyGyro-max()-Y
435 fBodyGyro-max()-Z
436 fBodyGyro-min()-X
437 fBodyGyro-min()-Y
438 fBodyGyro-min()-Z
439 fBodyGyro-sma()
440 fBodyGyro-energy()-X
441 fBodyGyro-energy()-Y
442 fBodyGyro-energy()-Z
443 fBodyGyro-iqr()-X
444 fBodyGyro-iqr()-Y
445 fBodyGyro-iqr()-Z
446 fBodyGyro-entropy()-X
447 fBodyGyro-entropy()-Y
448 fBodyGyro-entropy()-Z
449 fBodyGyro-maxInds-X
450 fBodyGyro-maxInds-Y
451 fBodyGyro-maxInds-Z
452 fBodyGyro-meanFreq()-X
453 fBodyGyro-meanFreq()-Y
454 fBodyGyro-meanFreq()-Z
455 fBodyGyro-skewness()-X
456 fBodyGyro-kurtosis()-X
457 fBodyGyro-skewness()-Y
458 fBodyGyro-kurtosis()-Y
459 fBodyGyro-skewness()-Z
460 fBodyGyro-kurtosis()-Z
461 fBodyGyro-bandsEnergy()-1,8
462 fBodyGyro-bandsEnergy()-9,16
463 fBodyGyro-bandsEnergy()-17,24
464 fBodyGyro-bandsEnergy()-25,32
465 fBodyGyro-bandsEnergy()-33,40
466 fBodyGyro-bandsEnergy()-41,48
467 fBodyGyro-bandsEnergy()-49,56
468 fBodyGyro-bandsEnergy()-57,64
469 fBodyGyro-bandsEnergy()-1,16
470 fBodyGyro-bandsEnergy()-17,32
471 fBodyGyro-bandsEnergy()-33,48
472 fBodyGyro-bandsEnergy()-49,64
473 fBodyGyro-bandsEnergy()-1,24
474 fBodyGyro-bandsEnergy()-25,48
475 fBodyGyro-bandsEnergy()-1,8
476 fBodyGyro-bandsEnergy()-9,16
477 fBodyGyro-bandsEnergy()-17,24
478 fBodyGyro-bandsEnergy()-25,32
479 fBodyGyro-bandsEnergy()-33,40
480 fBodyGyro-bandsEnergy()-41,48
481 fBodyGyro-bandsEnergy()-49,56
482 fBodyGyro-bandsEnergy()-57,64
483 fBodyGyro-bandsEnergy()-1,16
484 fBodyGyro-bandsEnergy()-17,32
485 fBodyGyro-bandsEnergy()-33,48
486 fBodyGyro-bandsEnergy()-49,64
487 fBodyGyro-bandsEnergy()-1,24
488 fBodyGyro-bandsEnergy()-25,48
489 fBodyGyro-bandsEnergy()-1,8
490 fBodyGyro-bandsEnergy()-9,16
491 fBodyGyro-bandsEnergy()-17,24
492 fBodyGyro-bandsEnergy()-25,32
493 fBodyGyro-bandsEnergy()-33,40
494 fBodyGyro-bandsEnergy()-41,48
495 fBodyGyro-bandsEnergy()-49,56
496 fBodyGyro-bandsEnergy()-57,64
497 fBodyGyro-bandsEnergy()-1,16
498 fBodyGyro-bandsEnergy()-17,32
499 fBodyGyro-bandsEnergy()-33,48
500 fBodyGyro-bandsEnergy()-49,64
501 fBodyGyro-bandsEnergy()-1,24
502 fBodyGyro-bandsEnergy()-25,48
503 fBodyAccMag-mean()
504 fBodyAccMag-std()
505 fBodyAccMag-mad()
506 fBodyAccMag-max()
507 fBodyAccMag-min()
508 fBodyAccMag-sma()
509 fBodyAccMag-energy()
510 fBodyAccMag-iqr()
511 fBodyAccMag-entropy()
512 fBodyAccMag-maxInds
513 fBodyAccMag-meanFreq()
514 fBodyAccMag-skewness()
515 fBodyAccMag-kurtosis()
516 fBodyBodyAccJerkMag-mean()
517 fBodyBodyAccJerkMag-std()
518 fBodyBodyAccJerkMag-mad()
519 fBodyBodyAccJerkMag-max()
520 fBodyBodyAccJerkMag-min()
521 fBodyBodyAccJerkMag-sma()
522 fBodyBodyAccJerkMag-energy()
523 fBodyBodyAccJerkMag-iqr()
524 fBodyBodyAccJerkMag-entropy()
525 fBodyBodyAccJerkMag-maxInds
526 fBodyBodyAccJerkMag-meanFreq()
527 fBodyBodyAccJerkMag-skewness()
528 fBodyBodyAccJerkMag-kurtosis()
529 fBodyBodyGyroMag-mean()
530 fBodyBodyGyroMag-std()
531 fBodyBodyGyroMag-mad()
532 fBodyBodyGyroMag-max()
533 fBodyBodyGyroMag-min()
534 fBodyBodyGyroMag-sma()
535 fBodyBodyGyroMag-energy()
536 fBodyBodyGyroMag-iqr()
537 fBodyBodyGyroMag-entropy()
538 fBodyBodyGyroMag-maxInds
539 fBodyBodyGyroMag-meanFreq()
540 fBodyBodyGyroMag-skewness()
541 fBodyBodyGyroMag-kurtosis()
542 fBodyBodyGyroJerkMag-mean()
543 fBodyBodyGyroJerkMag-std()
544 fBodyBodyGyroJerkMag-mad()
545 fBodyBodyGyroJerkMag-max()
546 fBodyBodyGyroJerkMag-min()
547 fBodyBodyGyroJerkMag-sma()
548 fBodyBodyGyroJerkMag-energy()
549 fBodyBodyGyroJerkMag-iqr()
550 fBodyBodyGyroJerkMag-entropy()
551 fBodyBodyGyroJerkMag-maxInds
552 fBodyBodyGyroJerkMag-meanFreq()
553 fBodyBodyGyroJerkMag-skewness()
554 fBodyBodyGyroJerkMag-kurtosis()
555 angle(tBodyAccMean,gravity)
556 angle(tBodyAccJerkMean),gravityMean)
557 angle(tBodyGyroMean,gravityMean)
558 angle(tBodyGyroJerkMean,gravityMean)
559 angle(X,gravityMean)
560 angle(Y,gravityMean)
561 angle(Z,gravityMean)


================================================
FILE: data/har/features_info.txt
================================================
Feature Selection 
=================

The features selected for this database come from the accelerometer and gyroscope 3-axial raw signals tAcc-XYZ and tGyro-XYZ. These time domain signals (prefix 't' to denote time) were captured at a constant rate of 50 Hz. Then they were filtered using a median filter and a 3rd order low pass Butterworth filter with a corner frequency of 20 Hz to remove noise. Similarly, the acceleration signal was then separated into body and gravity acceleration signals (tBodyAcc-XYZ and tGravityAcc-XYZ) using another low pass Butterworth filter with a corner frequency of 0.3 Hz. 

Subsequently, the body linear acceleration and angular velocity were derived in time to obtain Jerk signals (tBodyAccJerk-XYZ and tBodyGyroJerk-XYZ). Also the magnitude of these three-dimensional signals were calculated using the Euclidean norm (tBodyAccMag, tGravityAccMag, tBodyAccJerkMag, tBodyGyroMag, tBodyGyroJerkMag). 

Finally a Fast Fourier Transform (FFT) was applied to some of these signals producing fBodyAcc-XYZ, fBodyAccJerk-XYZ, fBodyGyro-XYZ, fBodyAccJerkMag, fBodyGyroMag, fBodyGyroJerkMag. (Note the 'f' to indicate frequency domain signals). 

These signals were used to estimate variables of the feature vector for each pattern:  
'-XYZ' is used to denote 3-axial signals in the X, Y and Z directions.

tBodyAcc-XYZ
tGravityAcc-XYZ
tBodyAccJerk-XYZ
tBodyGyro-XYZ
tBodyGyroJerk-XYZ
tBodyAccMag
tGravityAccMag
tBodyAccJerkMag
tBodyGyroMag
tBodyGyroJerkMag
fBodyAcc-XYZ
fBodyAccJerk-XYZ
fBodyGyro-XYZ
fBodyAccMag
fBodyAccJerkMag
fBodyGyroMag
fBodyGyroJerkMag

The set of variables that were estimated from these signals are: 

mean(): Mean value
std(): Standard deviation
mad(): Median absolute deviation 
max(): Largest value in array
min(): Smallest value in array
sma(): Signal magnitude area
energy(): Energy measure. Sum of the squares divided by the number of values. 
iqr(): Interquartile range 
entropy(): Signal entropy
arCoeff(): Autorregresion coefficients with Burg order equal to 4
correlation(): correlation coefficient between two signals
maxInds(): index of the frequency component with largest magnitude
meanFreq(): Weighted average of the frequency components to obtain a mean frequency
skewness(): skewness of the frequency domain signal 
kurtosis(): kurtosis of the frequency domain signal 
bandsEnergy(): Energy of a frequency interval within the 64 bins of the FFT of each window.
angle(): Angle between to vectors.

Additional vectors obtained by averaging the signals in a signal window sample. These are used on the angle() variable:

gravityMean
tBodyAccMean
tBodyAccJerkMean
tBodyGyroMean
tBodyGyroJerkMean

The complete list of variables of each feature vector is available in 'features.txt'


================================================
FILE: data/har/test/Inertial Signals/body_acc_x_test.txt
================================================
  1.1653150e-002  1.3109090e-002  1.1268850e-002  2.7830730e-002  2.3183500e-003 -1.8965500e-002 -6.1920230e-002 -9.4248130e-002 -7.9534200e-002 -7.0083760e-002 -1.9152480e-002 -2.2668950e-003 -3.0111470e-002 -1.1910260e-002 -1.5542110e-002 -1.6666170e-002 -6.6302790e-003 -2.3480930e-002 -1.7627590e-002 -2.1150170e-002 -3.2659070e-002 -2.2478410e-002 -1.0196890e-002 -3.1196910e-003 -1.6495820e-002 -2.0441880e-002 -2.7567620e-002 -5.5032500e-002 -5.7479710e-002 -4.7095990e-002 -2.8361690e-002 -1.7184890e-002 -7.3758860e-003  2.4778770e-002  2.3929340e-002  2.1248370e-002  9.6999630e-003 -3.5118900e-002 -1.0733260e-002  2.3672330e-002  1.4929500e-002  2.1906200e-002  5.0844080e-003 -1.3070070e-002 -7.9809120e-003 -1.2763990e-002 -9.8686730e-003 -3.6970220e-003  4.7806470e-003  7.9291720e-003 -5.4944340e-004 -9.1546860e-004 -4.9868180e-003  9.0750290e-003  3.3040610e-002  1.9763320e-002  1.0038920e-005 -1.7139270e-002 -2.9957720e-002 -9.4479730e-003  5.1335230e-003 -2.5121430e-003  3.2194320e-003  1.2330130e-002  9.2796290e-003  4.9297110e-003  3.9535960e-003  9.2144290e-003  1.6156130e-002  1.4079400e-002  1.3105210e-002  2.1246960e-002  2.6823440e-002  3.1054370e-002  3.7886060e-002  2.6462870e-002 -2.1441150e-002 -6.0567950e-002 -2.4725380e-002  2.0272130e-002 -1.9340940e-003 -8.9067130e-003  9.5376650e-003 -4.3316630e-003 -1.8638360e-003  4.9550750e-003 -5.3361360e-003  2.0007890e-003 -1.7075180e-003 -6.4634980e-003  2.0412210e-004 -3.6400110e-003  8.2683690e-005 -1.4416150e-003 -5.9593910e-003  3.4398910e-004  5.5799520e-004  2.3814270e-003  1.8277850e-003 -1.4560660e-003 -2.0005970e-004 -5.7041380e-004  2.6049420e-003  2.6436190e-003  1.5970290e-003  3.8177820e-003  1.6479750e-003  2.9432210e-003  5.5816380e-003  6.2567030e-003  5.1689760e-003 -2.5212320e-003 -6.3626070e-003 -2.4966130e-003  2.4552680e-003  4.4235590e-003  2.1102270e-003 -5.5878910e-004 -2.9442470e-003 -1.2468990e-003  2.8482550e-003  2.3545580e-003  2.7209850e-003  3.2552900e-003  1.3010800e-003  1.2915110e-003  1.4699970e-003  2.5738410e-003
  9.2796290e-003  4.9297110e-003  3.9535960e-003  9.2144290e-003  1.6156130e-002  1.4079400e-002  1.3105210e-002  2.1246960e-002  2.6823440e-002  3.1054370e-002  3.7886060e-002  2.6462870e-002 -2.1441150e-002 -6.0567950e-002 -2.4725380e-002  2.0272130e-002 -1.9340940e-003 -8.9067130e-003  9.5376650e-003 -4.3316630e-003 -1.8638360e-003  4.9550750e-003 -5.3361360e-003  2.0007890e-003 -1.7075180e-003 -6.4634980e-003  2.0412210e-004 -3.6400110e-003  8.2683690e-005 -1.4416150e-003 -5.9593910e-003  3.4398910e-004  5.5799520e-004  2.3814270e-003  1.8277850e-003 -1.4560660e-003 -2.0005970e-004 -5.7041380e-004  2.6049420e-003  2.6436190e-003  1.5970290e-003  3.8177820e-003  1.6479750e-003  2.9432210e-003  5.5816380e-003  6.2567030e-003  5.1689760e-003 -2.5212320e-003 -6.3626070e-003 -2.4966130e-003  2.4552680e-003  4.4235590e-003  2.1102270e-003 -5.5878910e-004 -2.9442470e-003 -1.2468990e-003  2.8482550e-003  2.3545580e-003  2.7209850e-003  3.2552900e-003  1.3010800e-003  1.2915110e-003  1.4699970e-003  2.5738410e-003  5.7319450e-003  7.0656500e-003  5.1097580e-003  2.4339620e-003  2.0239410e-003  1.3819760e-003  1.9298470e-003  4.8752880e-003  3.7760940e-003  2.3999900e-003  2.5349960e-003 -1.1269110e-004  4.7346710e-004  2.4052440e-003  1.6299070e-003  2.2211010e-003  2.1347320e-003  2.4627530e-003  3.5252070e-003  1.2434190e-003  1.2865960e-005  2.3366350e-003  4.7126850e-003  4.8014380e-003  3.7976760e-003  3.2531130e-003  9.1773420e-004 -7.7316990e-004  2.5905310e-004  1.8800500e-004 -2.6874730e-004  5.0410870e-005  7.7157500e-004  4.2688870e-003  7.6185120e-003  4.5647830e-003  2.7213470e-004  7.1718250e-004 -9.5696540e-004 -3.1730870e-003 -1.4384740e-003 -3.4901240e-003 -5.3391930e-003 -1.5563700e-003  6.5998610e-004  1.7810490e-003  5.0006020e-003  6.5324410e-003  1.9051930e-003 -2.8812690e-003 -6.5461400e-004 -3.9610920e-004 -4.3843150e-003 -4.9458000e-003 -2.5334790e-003  1.6250470e-004 -1.0948130e-003 -4.5474160e-003 -5.3101700e-003 -4.0935450e-003  2.2000900e-003  7.7876000e-003  3.4334890e-003 -1.2386780e-003
  5.7319450e-003  7.0656500e-003  5.1097580e-003  2.4339620e-003  2.0239410e-003  1.3819760e-003  1.9298470e-003  4.8752880e-003  3.7760940e-003  2.3999900e-003  2.5349960e-003 -1.1269110e-004  4.7346710e-004  2.4052440e-003  1.6299070e-003  2.2211010e-003  2.1347320e-003  2.4627530e-003  3.5252070e-003  1.2434190e-003  1.2865960e-005  2.3366350e-003  4.7126850e-003  4.8014380e-003  3.7976760e-003  3.2531130e-003  9.1773420e-004 -7.7316990e-004  2.5905310e-004  1.8800500e-004 -2.6874730e-004  5.0410870e-005  7.7157500e-004  4.2688870e-003  7.6185120e-003  4.5647830e-003  2.7213470e-004  7.1718250e-004 -9.5696540e-004 -3.1730870e-003 -1.4384740e-003 -3.4901240e-003 -5.3391930e-003 -1.5563700e-003  6.5998610e-004  1.7810490e-003  5.0006020e-003  6.5324410e-003  1.9051930e-003 -2.8812690e-003 -6.5461400e-004 -3.9610920e-004 -4.3843150e-003 -4.9458000e-003 -2.5334790e-003  1.6250470e-004 -1.0948130e-003 -4.5474160e-003 -5.3101700e-003 -4.0935450e-003  2.2000900e-003  7.7876000e-003  3.4334890e-003 -1.2386780e-003  4.5194670e-004  6.0393820e-004 -2.4845620e-003 -4.5616010e-003 -6.0023590e-003 -6.3816380e-003 -5.2758290e-003 -1.4890040e-003  5.1525920e-003  4.9513680e-003  7.3156820e-004  5.6312270e-004 -3.5969230e-003 -7.3706340e-003 -6.1132980e-003 -7.0069840e-003 -6.5153670e-003 -5.3029930e-003 -5.4969300e-003 -4.0168370e-003 -1.9010940e-003  6.4195350e-004 -2.3597730e-003 -7.3168380e-003 -3.6246110e-003 -6.4389180e-004 -1.3405370e-003 -8.4823500e-004 -3.7627120e-003 -5.9915130e-003 -4.0941780e-003 -7.8601150e-004  3.4583910e-003  3.7026630e-003 -7.4465180e-004 -3.8010510e-003 -2.6949470e-003 -2.3476190e-004 -2.4698710e-004 -7.0564350e-004 -2.1630180e-004 -4.1176740e-004 -5.2457120e-004 -1.6148500e-003 -4.1254420e-003 -3.7520650e-003  4.4799940e-005  9.8637740e-004 -8.9263980e-004  2.3791160e-005  5.1217810e-004 -7.1014710e-004 -8.4200860e-004 -3.2600560e-003 -4.9724740e-003 -3.5859920e-003 -3.8600370e-003 -3.5600490e-003 -9.7441320e-004  1.0520290e-003  7.7765290e-004 -7.4284610e-004 -1.9233560e-003 -4.3046170e-003
  4.5194670e-004  6.0393820e-004 -2.4845620e-003 -4.5616010e-003 -6.0023590e-003 -6.3816380e-003 -5.2758290e-003 -1.4890040e-003  5.1525920e-003  4.9513680e-003  7.3156820e-004  5.6312270e-004 -3.5969230e-003 -7.3706340e-003 -6.1132980e-003 -7.0069840e-003 -6.5153670e-003 -5.3029930e-003 -5.4969300e-003 -4.0168370e-003 -1.9010940e-003  6.4195350e-004 -2.3597730e-003 -7.3168380e-003 -3.6246110e-003 -6.4389180e-004 -1.3405370e-003 -8.4823500e-004 -3.7627120e-003 -5.9915130e-003 -4.0941780e-003 -7.8601150e-004  3.4583910e-003  3.7026630e-003 -7.4465180e-004 -3.8010510e-003 -2.6949470e-003 -2.3476190e-004 -2.4698710e-004 -7.0564350e-004 -2.1630180e-004 -4.1176740e-004 -5.2457120e-004 -1.6148500e-003 -4.1254420e-003 -3.7520650e-003  4.4799940e-005  9.8637740e-004 -8.9263980e-004  2.3791160e-005  5.1217810e-004 -7.1014710e-004 -8.4200860e-004 -3.2600560e-003 -4.9724740e-003 -3.5859920e-003 -3.8600370e-003 -3.5600490e-003 -9.7441320e-004  1.0520290e-003  7.7765290e-004 -7.4284610e-004 -1.9233560e-003 -4.3046170e-003 -4.3623790e-003 -2.7653920e-003 -4.9047840e-003 -4.6821630e-003 -2.6686130e-004  4.1353650e-003  5.6256690e-003  9.3337260e-004 -1.5422450e-003  3.0197580e-003  7.4526450e-003  8.2210370e-003  4.6441160e-003  7.2693400e-004 -1.0385440e-003 -4.0508650e-003 -6.5189280e-003 -4.4996280e-003 -1.6821020e-003 -2.9650530e-003 -2.6032040e-003  1.7582890e-004 -1.4332690e-003 -3.9780640e-003 -5.5375860e-003 -5.9164140e-003 -3.2500770e-003 -1.1546230e-003  6.4784330e-004  1.7185740e-003 -1.2089120e-004 -3.2094970e-003 -5.9321400e-003 -5.5016650e-003 -3.1201670e-003 -1.4517700e-003 -7.7464810e-004 -1.8392710e-003 -3.1129970e-003 -3.7406470e-003 -1.7210340e-003  1.2133160e-003 -1.3801250e-003 -3.8615940e-003 -2.0102650e-003 -1.6564070e-003 -1.9431630e-004  2.9336980e-003  2.2245800e-003  1.9977070e-003  2.9546920e-003 -2.0019770e-003 -6.7912680e-003 -3.0589690e-003  1.2487700e-003  9.7765980e-004  2.2477230e-003  3.5297610e-003 -1.1697740e-004 -3.2751760e-003 -1.3250760e-003  5.9704400e-004 -2.4582460e-004 -2.6896940e-004
 -4.3623790e-003 -2.7653920e-003 -4.9047840e-003 -4.6821630e-003 -2.6686130e-004  4.1353650e-003  5.6256690e-003  9.3337260e-004 -1.5422450e-003  3.0197580e-003  7.4526450e-003  8.2210370e-003  4.6441160e-003  7.2693400e-004 -1.0385440e-003 -4.0508650e-003 -6.5189280e-003 -4.4996280e-003 -1.6821020e-003 -2.9650530e-003 -2.6032040e-003  1.7582890e-004 -1.4332690e-003 -3.9780640e-003 -5.5375860e-003 -5.9164140e-003 -3.2500770e-003 -1.1546230e-003  6.4784330e-004  1.7185740e-003 -1.2089120e-004 -3.2094970e-003 -5.9321400e-003 -5.5016650e-003 -3.1201670e-003 -1.4517700e-003 -7.7464810e-004 -1.8392710e-003 -3.1129970e-003 -3.7406470e-003 -1.7210340e-003  1.2133160e-003 -1.3801250e-003 -3.8615940e-003 -2.0102650e-003 -1.6564070e-003 -1.9431630e-004  2.9336980e-003  2.2245800e-003  1.9977070e-003  2.9546920e-003 -2.0019770e-003 -6.7912680e-003 -3.0589690e-003  1.2487700e-003  9.7765980e-004  2.2477230e-003  3.5297610e-003 -1.1697740e-004 -3.2751760e-003 -1.3250760e-003  5.9704400e-004 -2.4582460e-004 -2.6896940e-004 -1.0956640e-003 -3.2297430e-003 -3.4296850e-003 -4.6544660e-003 -4.5386040e-003 -1.3851410e-003  5.2406410e-004  4.7644000e-003  7.0118930e-003  4.9838150e-003  6.8107850e-003  6.0549310e-003  2.0591640e-003  1.2031080e-003 -1.0250920e-003 -2.3297930e-003 -1.4020340e-003 -2.0211630e-003 -3.3764470e-003 -4.9708220e-003 -4.6038980e-003 -3.8611140e-003 -4.7214520e-003 -4.2945010e-003 -4.1883800e-003 -4.5715670e-003 -3.7965270e-003 -2.5998150e-003 -4.9147620e-004  1.4722700e-003  2.9550800e-003  3.2672760e-003  2.1226860e-003  2.3902940e-003  1.3017630e-003 -1.2455020e-003 -8.8419010e-004 -1.0527610e-003 -7.3684510e-004  2.5074620e-003  3.3478500e-003  2.4163090e-003  1.5641700e-003 -6.2900710e-004 -1.9367330e-003 -1.0344450e-003  7.9472980e-004  1.1094380e-003 -1.9438080e-003 -5.5340280e-003 -5.3958510e-003 -4.7066170e-003 -5.5946070e-003 -1.9407550e-003  3.6013940e-003  4.9175320e-003  3.6471590e-003  2.4808690e-003  4.8551730e-003  6.7537980e-003  4.6332190e-003  2.1566350e-003 -8.6923160e-004 -1.3285010e-003
 -1.0956640e-003 -3.2297430e-003 -3.4296850e-003 -4.6544660e-003 -4.5386040e-003 -1.3851410e-003  5.2406410e-004  4.7644000e-003  7.0118930e-003  4.9838150e-003  6.8107850e-003  6.0549310e-003  2.0591640e-003  1.2031080e-003 -1.0250920e-003 -2.3297930e-003 -1.4020340e-003 -2.0211630e-003 -3.3764470e-003 -4.9708220e-003 -4.6038980e-003 -3.8611140e-003 -4.7214520e-003 -4.2945010e-003 -4.1883800e-003 -4.5715670e-003 -3.7965270e-003 -2.5998150e-003 -4.9147620e-004  1.4722700e-003  2.9550800e-003  3.2672760e-003  2.1226860e-003  2.3902940e-003  1.3017630e-003 -1.2455020e-003 -8.8419010e-004 -1.0527610e-003 -7.3684510e-004  2.5074620e-003  3.3478500e-003  2.4163090e-003  1.5641700e-003 -6.2900710e-004 -1.9367330e-003 -1.0344450e-003  7.9472980e-004  1.1094380e-003 -1.9438080e-003 -5.5340280e-003 -5.3958510e-003 -4.7066170e-003 -5.5946070e-003 -1.9407550e-003  3.6013940e-003  4.9175320e-003  3.6471590e-003  2.4808690e-003  4.8551730e-003  6.7537980e-003  4.6332190e-003  2.1566350e-003 -8.6923160e-004 -1.3285010e-003 -4.1915910e-004 -1.6501930e-003 -1.5937580e-004  8.7637860e-004  1.4604720e-004  2.3768480e-003  4.4575460e-003  4.3824320e-003  2.4892620e-003  1.0702050e-003  2.5689050e-003  3.3122170e-003  2.0036240e-003  1.1784590e-003  1.7760050e-003  2.3277440e-003  1.0461820e-003 -1.4427050e-003 -3.6599920e-003 -3.4073070e-003  3.9226660e-004  4.2887450e-003  3.3216820e-003  2.4409770e-004 -9.0582800e-004 -3.2141280e-003 -2.6978220e-003  1.0840600e-004 -2.0810950e-003 -2.5219580e-003 -1.5320680e-003 -2.8916310e-003 -2.4661090e-003 -2.9581310e-003 -2.1254750e-003  2.2563320e-004  2.8349050e-003  8.7230880e-003  8.3750870e-003  1.6797310e-003 -1.1370290e-003  4.1137780e-004  3.2405230e-003  2.5557590e-003  8.0697750e-004 -2.7253350e-004 -2.6063290e-003 -1.6148040e-003 -1.0038290e-003 -2.2895220e-003 -1.2743380e-003 -1.6434210e-003 -1.5731800e-003  1.0036180e-003  4.0516020e-003  6.3949550e-003  5.2153720e-003  4.4680860e-003  4.9216980e-003  2.9502640e-003  1.8269930e-003  9.8029280e-004  4.1469480e-004  1.1842290e-003
 -4.1915910e-004 -1.6501930e-003 -1.5937580e-004  8.7637860e-004  1.4604720e-004  2.3768480e-003  4.4575460e-003  4.3824320e-003  2.4892620e-003  1.0702050e-003  2.5689050e-003  3.3122170e-003  2.0036240e-003  1.1784590e-003  1.7760050e-003  2.3277440e-003  1.0461820e-003 -1.4427050e-003 -3.6599920e-003 -3.4073070e-003  3.9226660e-004  4.2887450e-003  3.3216820e-003  2.4409770e-004 -9.0582800e-004 -3.2141280e-003 -2.6978220e-003  1.0840600e-004 -2.0810950e-003 -2.5219580e-003 -1.5320680e-003 -2.8916310e-003 -2.4661090e-003 -2.9581310e-003 -2.1254750e-003  2.2563320e-004  2.8349050e-003  8.7230880e-003  8.3750870e-003  1.6797310e-003 -1.1370290e-003  4.1137780e-004  3.2405230e-003  2.5557590e-003  8.0697750e-004 -2.7253350e-004 -2.6063290e-003 -1.6148040e-003 -1.0038290e-003 -2.2895220e-003 -1.2743380e-003 -1.6434210e-003 -1.5731800e-003  1.0036180e-003  4.0516020e-003  6.3949550e-003  5.2153720e-003  4.4680860e-003  4.9216980e-003  2.9502640e-003  1.8269930e-003  9.8029280e-004  4.1469480e-004  1.1842290e-003 -8.8643840e-004 -2.6454220e-003 -1.6073520e-003 -1.7041970e-003 -2.0067110e-003 -1.7720170e-003 -2.2593070e-003 -3.6636070e-003 -5.2435920e-003 -4.1770150e-003 -5.3637960e-004  2.5886350e-003  2.8847220e-003  1.6631310e-003  2.2278620e-003  2.5267460e-003  1.6226610e-003  1.2909070e-003 -1.4780250e-004 -3.3121930e-004  1.3812520e-003  1.0026590e-003  9.2936420e-004  1.2733330e-003  4.0337310e-004  1.4735950e-003  2.1989480e-003  1.5711250e-003  2.4792790e-003  2.1896370e-003  1.9903170e-003  4.4782980e-003  5.9229650e-003  5.6724130e-003  4.2130170e-003  2.5811520e-003  2.0401550e-003  1.5308490e-003  2.2556150e-003  2.1676760e-003  1.4696910e-003  1.8505460e-003 -1.1090320e-003 -4.1399510e-003 -3.1921930e-003  1.4356140e-005  3.0478830e-003  1.3057300e-003 -2.6831140e-003 -5.0882710e-003 -4.9070520e-003 -2.1361370e-003 -1.4986720e-003 -3.1768970e-004  2.2783160e-003 -7.8210100e-004 -3.5750030e-003  3.3108670e-004  2.4392770e-003 -1.3434120e-003 -3.8365510e-003 -2.6590200e-003 -2.8861250e-003 -4.0016390e-003
 -8.8643840e-004 -2.6454220e-003 -1.6073520e-003 -1.7041970e-003 -2.0067110e-003 -1.7720170e-003 -2.2593070e-003 -3.6636070e-003 -5.2435920e-003 -4.1770150e-003 -5.3637960e-004  2.5886350e-003  2.8847220e-003  1.6631310e-003  2.2278620e-003  2.5267460e-003  1.6226610e-003  1.2909070e-003 -1.4780250e-004 -3.3121930e-004  1.3812520e-003  1.0026590e-003  9.2936420e-004  1.2733330e-003  4.0337310e-004  1.4735950e-003  2.1989480e-003  1.5711250e-003  2.4792790e-003  2.1896370e-003  1.9903170e-003  4.4782980e-003  5.9229650e-003  5.6724130e-003  4.2130170e-003  2.5811520e-003  2.0401550e-003  1.5308490e-003  2.2556150e-003  2.1676760e-003  1.4696910e-003  1.8505460e-003 -1.1090320e-003 -4.1399510e-003 -3.1921930e-003  1.4356140e-005  3.0478830e-003  1.3057300e-003 -2.6831140e-003 -5.0882710e-003 -4.9070520e-003 -2.1361370e-003 -1.4986720e-003 -3.1768970e-004  2.2783160e-003 -7.8210100e-004 -3.5750030e-003  3.3108670e-004  2.4392770e-003 -1.3434120e-003 -3.8365510e-003 -2.6590200e-003 -2.8861250e-003 -4.0016390e-003 -3.0859370e-003 -2.9502560e-003 -3.0557420e-003 -2.1178260e-003 -2.4977290e-003 -1.1432020e-003  7.3154570e-004 -2.1643930e-003 -5.3556410e-003 -5.4610530e-003 -3.3220270e-003  9.2771840e-005  1.5821160e-003  1.0782700e-003 -1.1127000e-003 -3.5516440e-003 -2.8277100e-003 -1.9979990e-003 -3.2808620e-003 -4.3908110e-003 -5.2358590e-003 -3.9868930e-003 -1.4395930e-003 -2.7457060e-003 -4.9199350e-003 -5.1425040e-003 -5.4199270e-003 -3.8555980e-003 -2.3842580e-003 -2.3649340e-003 -2.3410580e-003 -4.2870380e-003 -5.5211640e-003 -3.6781940e-003  1.4276520e-003  6.4529100e-003  3.5308630e-003 -8.1338260e-004  1.8551420e-004 -9.1376750e-004 -3.8817590e-003 -4.8449280e-003 -4.6732320e-003 -2.4001760e-003 -1.0442300e-003 -1.8986470e-003 -1.6243910e-003 -9.8233010e-004  1.0455690e-003  3.6166860e-003  2.9008780e-003  2.2265460e-003  3.0968300e-003  2.8847730e-003  2.4896230e-003  1.8396980e-003 -5.1288900e-004 -1.5811150e-003  9.7222240e-004  3.3229760e-003  3.3314100e-003  2.4007320e-003  4.6727340e-004 -1.5084820e-003
 -3.0859370e-003 -2.9502560e-003 -3.0557420e-003 -2.1178260e-003 -2.4977290e-003 -1.1432020e-003  7.3154570e-004 -2.1643930e-003 -5.3556410e-003 -5.4610530e-003 -3.3220270e-003  9.2771840e-005  1.5821160e-003  1.0782700e-003 -1.1127000e-003 -3.5516440e-003 -2.8277100e-003 -1.9979990e-003 -3.2808620e-003 -4.3908110e-003 -5.2358590e-003 -3.9868930e-003 -1.4395930e-003 -2.7457060e-003 -4.9199350e-003 -5.1425040e-003 -5.4199270e-003 -3.8555980e-003 -2.3842580e-003 -2.3649340e-003 -2.3410580e-003 -4.2870380e-003 -5.5211640e-003 -3.6781940e-003  1.4276520e-003  6.4529100e-003  3.5308630e-003 -8.1338260e-004  1.8551420e-004 -9.1376750e-004 -3.8817590e-003 -4.8449280e-003 -4.6732320e-003 -2.4001760e-003 -1.0442300e-003 -1.8986470e-003 -1.6243910e-003 -9.8233010e-004  1.0455690e-003  3.6166860e-003  2.9008780e-003  2.2265460e-003  3.0968300e-003  2.8847730e-003  2.4896230e-003  1.8396980e-003 -5.1288900e-004 -1.5811150e-003  9.7222240e-004  3.3229760e-003  3.3314100e-003  2.4007320e-003  4.6727340e-004 -1.5084820e-003 -3.4367520e-004  2.2914090e-003  1.7869940e-003  4.8154270e-004 -3.1174630e-004 -1.4749850e-003 -7.1695880e-004 -5.8563880e-004 -1.3815620e-003 -1.4194100e-003 -2.5538620e-003 -2.3853570e-003 -1.9396730e-003 -3.3649830e-003 -3.0165610e-003  2.9599640e-005  3.1429120e-003  2.5251370e-003  7.2160570e-004  7.8743310e-004 -1.1415370e-003 -1.4529970e-003 -1.3153390e-004 -2.9525820e-003 -3.6530170e-003 -4.7705830e-004  1.3835890e-003  1.1083780e-003  2.1218870e-004  1.8597110e-003  2.8282590e-003  2.3790000e-003  3.1346270e-003  1.7140890e-003  2.3125930e-004 -1.6520380e-003 -4.7034450e-003 -3.1667180e-003 -9.3926660e-004 -7.2042200e-004 -2.4610760e-004 -9.2146770e-004 -5.6431990e-004  5.5347170e-004  5.1319470e-004  9.2578420e-005 -1.0720830e-003 -8.5118580e-004 -3.7115810e-004 -2.4230760e-003 -4.9260180e-003 -6.4113710e-003 -3.9121890e-003 -4.6189960e-004 -2.1385500e-003 -2.7193530e-003 -1.2983120e-003 -2.3306290e-003 -2.0942500e-003 -1.6711430e-003 -2.1264700e-003 -8.9900290e-004 -2.9608660e-004 -4.8830940e-005
 -3.4367520e-004  2.2914090e-003  1.7869940e-003  4.8154270e-004 -3.1174630e-004 -1.4749850e-003 -7.1695880e-004 -5.8563880e-004 -1.3815620e-003 -1.4194100e-003 -2.5538620e-003 -2.3853570e-003 -1.9396730e-003 -3.3649830e-003 -3.0165610e-003  2.9599640e-005  3.1429120e-003  2.5251370e-003  7.2160570e-004  7.8743310e-004 -1.1415370e-003 -1.4529970e-003 -1.3153390e-004 -2.9525820e-003 -3.6530170e-003 -4.7705830e-004  1.3835890e-003  1.1083780e-003  2.1218870e-004  1.8597110e-003  2.8282590e-003  2.3790000e-003  3.1346270e-003  1.7140890e-003  2.3125930e-004 -1.6520380e-003 -4.7034450e-003 -3.1667180e-003 -9.3926660e-004 -7.2042200e-004 -2.4610760e-004 -9.2146770e-004 -5.6431990e-004  5.5347170e-004  5.1319470e-004  9.2578420e-005 -1.0720830e-003 -8.5118580e-004 -3.7115810e-004 -2.4230760e-003 -4.9260180e-003 -6.4113710e-003 -3.9121890e-003 -4.6189960e-004 -2.1385500e-003 -2.7193530e-003 -1.2983120e-003 -2.3306290e-003 -2.0942500e-003 -1.6711430e-003 -2.1264700e-003 -8.9900290e-004 -2.9608660e-004 -4.8830940e-005  2.1013520e-003  3.8859030e-003  1.3827780e-003 -2.0271570e-003 -8.4378250e-004 -1.4483060e-003 -4.3637070e-003 -2.2649480e-003 -7.4353770e-004 -1.4438990e-003 -1.4525370e-005 -1.1757360e-004 -6.1613150e-004  8.3153420e-004  1.2935620e-003  8.8881600e-004  1.5862240e-004 -5.5330840e-004 -6.5340000e-004 -1.8899880e-003 -3.2592150e-003 -1.4278560e-003  1.0091940e-003  6.9091870e-004  1.1841390e-003  2.7267490e-003  1.8399750e-003 -8.2791580e-004 -3.8443720e-003 -2.6522910e-003  2.7161280e-003  4.7886050e-003  3.1771080e-003  3.2525560e-004 -5.8996990e-004  1.3695790e-003  1.3754200e-003  3.1055910e-004 -1.0358250e-003 -1.9489750e-003 -9.5758720e-004 -1.2173090e-003 -2.3086990e-004  2.4124510e-003  3.2432410e-003  2.5109950e-003 -1.5411800e-004 -1.9597720e-003 -1.4662950e-003 -9.6736140e-004 -9.4220020e-004  2.5399250e-004  2.1572670e-003  5.3622010e-004 -1.5911110e-003 -9.9337330e-004 -2.8582990e-004  1.1213100e-003  1.0912080e-003 -6.0210850e-004 -8.2159240e-004 -9.2676580e-004  2.2653820e-004  2.2911510e-003
  2.1013520e-003  3.8859030e-003  1.3827780e-003 -2.0271570e-003 -8.4378250e-004 -1.4483060e-003 -4.3637070e-003 -2.2649480e-003 -7.4353770e-004 -1.4438990e-003 -1.4525370e-005 -1.1757360e-004 -6.1613150e-004  8.3153420e-004  1.2935620e-003  8.8881600e-004  1.5862240e-004 -5.5330840e-004 -6.5340000e-004 -1.8899880e-003 -3.2592150e-003 -1.4278560e-003  1.0091940e-003  6.9091870e-004  1.1841390e-003  2.7267490e-003  1.8399750e-003 -8.2791580e-004 -3.8443720e-003 -2.6522910e-003  2.7161280e-003  4.7886050e-003  3.1771080e-003  3.2525560e-004 -5.8996990e-004  1.3695790e-003  1.3754200e-003  3.1055910e-004 -1.0358250e-003 -1.9489750e-003 -9.5758720e-004 -1.2173090e-003 -2.3086990e-004  2.4124510e-003  3.2432410e-003  2.5109950e-003 -1.5411800e-004 -1.9597720e-003 -1.4662950e-003 -9.6736140e-004 -9.4220020e-004  2.5399250e-004  2.1572670e-003  5.3622010e-004 -1.5911110e-003 -9.9337330e-004 -2.8582990e-004  1.1213100e-003  1.0912080e-003 -6.0210850e-004 -8.2159240e-004 -9.2676580e-004  2.2653820e-004  2.2911510e-003  1.6813340e-003  6.2074340e-004  5.9899340e-005 -1.6308890e-003 -6.7290740e-004  1.9751200e-003  1.3419740e-003  2.7085450e-005 -1.6650840e-003 -2.8737380e-003  1.0152830e-003  4.3099410e-003  2.5360650e-003  4.7779570e-004 -7.1119400e-005 -8.7897600e-005  1.8852570e-004  5.0785400e-004  1.6887520e-003  3.4858580e-003  2.7340870e-003  4.7774550e-004 -4.8538500e-004 -1.6141060e-003 -1.6947370e-003 -9.6413890e-004 -1.1785670e-003  1.6502320e-004  1.5663900e-003  1.2308200e-003  1.4138580e-003  1.5163850e-003  1.1590120e-003  1.6473840e-003  2.2829920e-003  2.8501390e-003  2.9879050e-003  2.4203740e-003  2.7740080e-003  2.6692790e-003  1.3530430e-003  3.1360910e-004 -5.5654220e-004 -1.2692900e-004  1.3402300e-004 -8.3448870e-004 -1.7918210e-003 -3.1363710e-003 -1.5689050e-003  7.6240730e-004 -1.4441760e-003 -3.2530380e-003 -2.9294610e-003 -2.8267530e-003 -1.2159920e-003  3.0064030e-004 -2.1707970e-004 -6.1684930e-004 -1.7800120e-004 -2.7166550e-004  2.7345990e-005  2.4575240e-003  4.0729220e-003  1.3652230e-003
  1.6813340e-003  6.2074340e-004  5.9899340e-005 -1.6308890e-003 -6.7290740e-004  1.9751200e-003  1.3419740e-003  2.7085450e-005 -1.6650840e-003 -2.8737380e-003  1.0152830e-003  4.3099410e-003  2.5360650e-003  4.7779570e-004 -7.1119400e-005 -8.7897600e-005  1.8852570e-004  5.0785400e-004  1.6887520e-003  3.4858580e-003  2.7340870e-003  4.7774550e-004 -4.8538500e-004 -1.6141060e-003 -1.6947370e-003 -9.6413890e-004 -1.1785670e-003  1.6502320e-004  1.5663900e-003  1.2308200e-003  1.4138580e-003  1.5163850e-003  1.1590120e-003  1.6473840e-003  2.2829920e-003  2.8501390e-003  2.9879050e-003  2.4203740e-003  2.7740080e-003  2.6692790e-003  1.3530430e-003  3.1360910e-004 -5.5654220e-004 -1.2692900e-004  1.3402300e-004 -8.3448870e-004 -1.7918210e-003 -3.1363710e-003 -1.5689050e-003  7.6240730e-004 -1.4441760e-003 -3.2530380e-003 -2.9294610e-003 -2.8267530e-003 -1.2159920e-003  3.0064030e-004 -2.1707970e-004 -6.1684930e-004 -1.7800120e-004 -2.7166550e-004  2.7345990e-005  2.4575240e-003  4.0729220e-003  1.3652230e-003 -1.6931360e-003  5.4786920e-005  3.0769810e-003  3.2674230e-003  6.3041970e-004 -3.1760870e-003 -1.8384790e-003  2.1772330e-003  2.3562150e-003  2.2992990e-003  5.9634990e-004 -1.9726430e-003 -2.7113270e-003 -4.4872580e-003 -7.0869460e-004  4.6432400e-003  2.2657140e-003  1.3549400e-003  3.3223300e-003  3.0058490e-003  3.7064920e-003  4.2049400e-003  2.3571590e-003 -6.9230330e-004 -4.0237160e-003 -2.3722150e-003  1.8721950e-003  1.8486100e-003  3.6780970e-003  4.4813800e-003 -3.1890450e-004 -1.3696370e-003 -1.7339780e-003 -2.7754970e-003 -1.2052210e-003 -1.3292130e-003  1.8871260e-003  4.5106040e-003 -1.3608500e-003 -4.7119570e-003 -6.0138180e-004  2.2556740e-003  3.5256960e-004 -9.3544370e-004 -1.1741790e-003 -2.5509890e-003 -1.1975710e-003 -1.4269880e-004 -1.9677320e-003 -2.1416030e-003 -1.1747800e-003 -4.2662240e-004 -5.5624150e-004 -1.4228430e-003 -2.2852510e-003 -3.3535820e-003 -3.1776340e-004  3.7682830e-003  1.9228150e-003  4.5366850e-004  2.1634740e-003  2.9275530e-003  3.2182040e-003  9.5110210e-004
 -1.6931360e-003  5.4786920e-005  3.0769810e-003  3.2674230e-003  6.3041970e-004 -3.1760870e-003 -1.8384790e-003  2.1772330e-003  2.3562150e-003  2.2992990e-003  5.9634990e-004 -1.9726430e-003 -2.7113270e-003 -4.4872580e-003 -7.0869460e-004  4.6432400e-003  2.2657140e-003  1.3549400e-003  3.3223300e-003  3.0058490e-003  3.7064920e-003  4.2049400e-003  2.3571590e-003 -6.9230330e-004 -4.0237160e-003 -2.3722150e-003  1.8721950e-003  1.8486100e-003  3.6780970e-003  4.4813800e-003 -3.1890450e-004 -1.3696370e-003 -1.7339780e-003 -2.7754970e-003 -1.2052210e-003 -1.3292130e-003  1.8871260e-003  4.5106040e-003 -1.3608500e-003 -4.7119570e-003 -6.0138180e-004  2.2556740e-003  3.5256960e-004 -9.3544370e-004 -1.1741790e-003 -2.5509890e-003 -1.1975710e-003 -1.4269880e-004 -1.9677320e-003 -2.1416030e-003 -1.1747800e-003 -4.2662240e-004 -5.5624150e-004 -1.4228430e-003 -2.2852510e-003 -3.3535820e-003 -3.1776340e-004  3.7682830e-003  1.9228150e-003  4.5366850e-004  2.1634740e-003  2.9275530e-003  3.2182040e-003  9.5110210e-004 -1.9820790e-003 -7.4478390e-004 -1.3917300e-004 -7.1213820e-004  2.1133970e-003  4.2081830e-003  2.4341410e-003 -4.3334500e-004 -3.9561550e-003 -6.2232250e-003 -7.0165310e-004  6.4380930e-003  3.3488600e-003 -1.1815470e-004  1.5300610e-003  1.3270220e-004  2.6983990e-004  5.0010390e-004 -1.7972860e-003 -2.5163380e-004  4.5449110e-004  5.2002890e-004  2.1766600e-003  1.2658760e-003 -4.4776690e-004 -2.7138970e-003 -1.9223470e-003  5.7306510e-004 -1.9795990e-003 -4.6279050e-003 -6.4082300e-003 -5.5566500e-003 -1.7097480e-003 -2.7980510e-003 -3.2892430e-003 -3.7212140e-003 -7.9281020e-003 -5.8354190e-003 -1.6428600e-003 -6.3630850e-004  7.0042480e-005 -1.3750740e-003 -1.1538170e-003 -1.8520700e-003 -4.5660570e-003 -2.3678520e-003 -1.4782350e-003 -3.4351920e-003 -3.0914960e-003 -1.7369630e-003  2.8695170e-004  3.7929980e-005 -2.1592210e-003 -3.5307560e-003 -3.9048400e-003 -2.6759870e-003 -3.1802010e-003 -3.6585710e-003 -2.5824450e-003 -3.2456420e-003 -2.4188590e-003 -1.7773410e-003 -2.8593820e-003 -1.8918820e-003
 -1.9820790e-003 -7.4478390e-004 -1.3917300e-004 -7.1213820e-004  2.1133970e-003  4.2081830e-003  2.4341410e-003 -4.3334500e-004 -3.9561550e-003 -6.2232250e-003 -7.0165310e-004  6.4380930e-003  3.3488600e-003 -1.1815470e-004  1.5300610e-003  1.3270220e-004  2.6983990e-004  5.0010390e-004 -1.7972860e-003 -2.5163380e-004  4.5449110e-004  5.2002890e-004  2.1766600e-003  1.2658760e-003 -4.4776690e-004 -2.7138970e-003 -1.9223470e-003  5.7306510e-004 -1.9795990e-003 -4.6279050e-003 -6.4082300e-003 -5.5566500e-003 -1.7097480e-003 -2.7980510e-003 -3.2892430e-003 -3.7212140e-003 -7.9281020e-003 -5.8354190e-003 -1.6428600e-003 -6.3630850e-004  7.0042480e-005 -1.3750740e-003 -1.1538170e-003 -1.8520700e-003 -4.5660570e-003 -2.3678520e-003 -1.4782350e-003 -3.4351920e-003 -3.0914960e-003 -1.7369630e-003  2.8695170e-004  3.7929980e-005 -2.1592210e-003 -3.5307560e-003 -3.9048400e-003 -2.6759870e-003 -3.1802010e-003 -3.6585710e-003 -2.5824450e-003 -3.2456420e-003 -2.4188590e-003 -1.7773410e-003 -2.8593820e-003 -1.8918820e-003 -1.0705840e-003 -1.0597490e-004 -5.8101560e-007 -3.2425280e-003 -4.7653300e-003 -3.2740530e-003 -2.1927370e-003 -2.4666980e-003 -2.0811780e-003 -6.4009390e-004 -1.2894670e-003 -2.3888620e-003 -2.3854120e-003 -2.6865290e-003 -2.2367950e-003 -2.2549560e-003 -2.5366430e-003 -2.0154590e-003 -3.2175730e-003 -6.6766610e-003 -9.5599450e-003 -6.1669300e-003 -9.8187760e-004 -2.9519330e-003 -4.5588810e-003 -3.9910570e-003 -4.9766320e-003 -1.5854740e-003  7.0447340e-004 -1.6363200e-003 -1.5564480e-003  2.0959610e-004  1.3312330e-003 -1.3026090e-003 -5.1595580e-003 -3.9218810e-003 -1.8909800e-003 -1.4244840e-003 -2.6433480e-003 -4.5664230e-003 -2.1660000e-003  3.3358800e-005 -1.4612430e-003 -2.2944230e-003 -3.1271140e-003 -4.1875110e-003 -3.1566890e-003 -1.8635930e-003 -2.0458190e-003 -2.9135630e-003 -3.3861220e-003 -3.9106560e-003 -4.5159670e-003 -1.0634280e-003  3.5512370e-003  2.4918070e-003  7.5124990e-004  6.3810700e-004  1.5136010e-004  1.5210510e-003  1.5093470e-003 -9.5911180e-005  3.5240450e-004  1.7389920e-003
 -1.0705840e-003 -1.0597490e-004 -5.8101560e-007 -3.2425280e-003 -4.7653300e-003 -3.2740530e-003 -2.1927370e-003 -2.4666980e-003 -2.0811780e-003 -6.4009390e-004 -1.2894670e-003 -2.3888620e-003 -2.3854120e-003 -2.6865290e-003 -2.2367950e-003 -2.2549560e-003 -2.5366430e-003 -2.0154590e-003 -3.2175730e-003 -6.6766610e-003 -9.5599450e-003 -6.1669300e-003 -9.8187760e-004 -2.9519330e-003 -4.5588810e-003 -3.9910570e-003 -4.9766320e-003 -1.5854740e-003  7.0447340e-004 -1.6363200e-003 -1.5564480e-003  2.0959610e-004  1.3312330e-003 -1.3026090e-003 -5.1595580e-003 -3.9218810e-003 -1.8909800e-003 -1.4244840e-003 -2.6433480e-003 -4.5664230e-003 -2.1660000e-003  3.3358800e-005 -1.4612430e-003 -2.2944230e-003 -3.1271140e-003 -4.1875110e-003 -3.1566890e-003 -1.8635930e-003 -2.0458190e-003 -2.9135630e-003 -3.3861220e-003 -3.9106560e-003 -4.5159670e-003 -1.0634280e-003  3.5512370e-003  2.4918070e-003  7.5124990e-004  6.3810700e-004  1.5136010e-004  1.5210510e-003  1.5093470e-003 -9.5911180e-005  3.5240450e-004  1.7389920e-003  3.2032170e-003  2.3449730e-003  4.9296220e-004  9.0220730e-004  2.3280280e-004 -2.7305550e-004  2.5659480e-004 -2.5203160e-003 -3.9170810e-003  6.8842160e-004  4.3531760e-003  1.5648940e-004 -6.4232060e-003 -5.9474460e-003  9.8522870e-005  5.1279480e-003  3.6426780e-003 -9.4657090e-004 -6.5819810e-004  1.4005960e-004  4.9675690e-004  1.3666240e-003 -2.6045000e-004 -3.5589890e-005 -2.5885000e-004  2.6989600e-004  3.6357000e-003  2.6292310e-003  2.2597260e-003  2.6986060e-003  1.2503840e-003  2.4176970e-003  1.2937360e-003 -1.3350180e-005  1.1648240e-003  5.6706250e-004  6.9905190e-004  8.5603920e-004  5.3407850e-004  8.9246930e-004  5.8455940e-004  1.0973280e-003  2.3511960e-003  3.1875030e-003  2.8459030e-003  2.3848930e-003  3.0479920e-003  2.8440760e-003  3.0806600e-003  2.6694020e-003 -7.7615290e-005 -1.1134290e-005  1.6648180e-003  2.0685700e-003  3.6622820e-003  3.6793210e-003  1.7148280e-003  1.8102750e-003  1.9615730e-003  1.7640700e-003  2.9114590e-003  3.1230620e-003  2.2827930e-003  8.7625780e-004
  3.2032170e-003  2.3449730e-003  4.9296220e-004  9.0220730e-004  2.3280280e-004 -2.7305550e-004  2.5659480e-004 -2.5203160e-003 -3.9170810e-003  6.8842160e-004  4.3531760e-003  1.5648940e-004 -6.4232060e-003 -5.9474460e-003  9.8522870e-005  5.1279480e-003  3.6426780e-003 -9.4657090e-004 -6.5819810e-004  1.4005960e-004  4.9675690e-004  1.3666240e-003 -2.6045000e-004 -3.5589890e-005 -2.5885000e-004  2.6989600e-004  3.6357000e-003  2.6292310e-003  2.2597260e-003  2.6986060e-003  1.2503840e-003  2.4176970e-003  1.2937360e-003 -1.3350180e-005  1.1648240e-003  5.6706250e-004  6.9905190e-004  8.5603920e-004  5.3407850e-004  8.9246930e-004  5.8455940e-004  1.0973280e-003  2.3511960e-003  3.1875030e-003  2.8459030e-003  2.3848930e-003  3.0479920e-003  2.8440760e-003  3.0806600e-003  2.6694020e-003 -7.7615290e-005 -1.1134290e-005  1.6648180e-003  2.0685700e-003  3.6622820e-003  3.6793210e-003  1.7148280e-003  1.8102750e-003  1.9615730e-003  1.7640700e-003  2.9114590e-003  3.1230620e-003  2.2827930e-003  8.7625780e-004 -1.2278050e-003 -2.7584270e-003 -1.8595140e-003  1.4570880e-003  2.1502540e-003  1.2971550e-003  2.6220370e-003  2.6891740e-003  1.0917590e-003 -9.0976830e-004 -2.1475600e-003 -1.9885480e-003  9.7881790e-005  4.3328430e-003  4.1210230e-003  3.2819930e-003  6.8168210e-003  6.9617360e-003  5.7467310e-003  3.4664440e-003 -4.6146330e-004  9.3616290e-004  1.9975840e-003  6.7041480e-004  5.2547400e-004 -8.5591110e-004 -6.5954800e-005  1.2338770e-003  5.4757200e-004  2.8486080e-003  3.9864440e-003  1.3439840e-003  7.1694420e-004  3.2001730e-003  5.8528330e-003  4.6777540e-003  2.0606970e-003  1.6069990e-003 -2.0061580e-004 -1.4728880e-003 -5.3068130e-004  7.1862900e-004  2.1920370e-003  8.9705290e-004  2.5689610e-004  4.0620090e-003  5.9823560e-003  1.5320320e-003 -8.7832150e-004  1.1031480e-002  2.0284380e-002  4.2643020e-003 -1.1238010e-002 -1.4286100e-003  1.2396890e-002  1.5496850e-002  5.3279820e-003 -1.6040580e-002 -1.9388990e-002 -9.2026900e-003 -1.0997220e-002 -1.0773390e-002 -1.1684560e-002 -1.6732350e-002
  5.4807130e-002  6.1922220e-002  6.1284210e-002  5.5549250e-002  4.7760880e-002  4.5421180e-002  4.9570340e-002  5.1396120e-002  6.2141250e-002  7.2870500e-002  6.2493870e-002  4.6672250e-002  4.2198920e-002  4.0277670e-002  3.7926410e-002  4.0376190e-002  4.0154930e-002  3.8279800e-002  3.7388650e-002  3.3765630e-002  3.4418370e-002  3.3840370e-002  2.8733100e-002  2.3300390e-002  1.4092260e-002  1.1651360e-002  2.2057920e-002  3.6300670e-002  3.7352090e-002  1.7959100e-002  6.0981600e-003  1.9099000e-002  3.0529240e-002  2.0141410e-002  1.3154300e-002  2.0329650e-002  1.7696280e-002  1.2617220e-002  1.2057690e-002  8.9243040e-003  9.9679870e-003  8.8892430e-003  6.4750870e-003  4.4823350e-003  2.0036400e-003  8.7273660e-003  1.1144330e-002  5.8629310e-003  3.1990180e-003  6.3206760e-004  1.3488760e-003  1.1128810e-003  1.5020160e-003  4.5229620e-003  1.3955100e-003 -1.4244170e-003 -5.0880180e-003 -1.1718030e-002 -1.1544560e-002 -8.8445900e-003 -7.8928700e-003 -6.1242250e-003 -6.3218180e-003 -7.5069580e-003 -6.1508430e-003 -7.3007880e-003 -9.9111670e-003 -9.2615350e-003 -1.0349620e-002 -9.6236700e-003 -6.9567190e-003 -9.0949730e-003 -1.0994810e-002 -1.2380220e-002 -1.2901570e-002 -1.0288970e-002 -1.0553500e-002 -1.2880590e-002 -1.3186540e-002 -1.0283740e-002 -6.6418130e-003 -8.1741990e-003 -1.1060060e-002 -1.2196430e-002 -1.5466660e-002 -1.6766920e-002 -1.3125080e-002 -9.3548500e-003 -9.3970160e-003 -1.4018700e-002 -1.6570230e-002 -1.1251620e-002 -4.9682630e-003 -5.5484860e-003 -8.5273180e-003 -9.0003750e-003 -1.0999320e-002 -1.3116440e-002 -1.1380880e-002 -7.8395790e-003 -4.2754770e-003 -4.2588490e-003 -7.3269410e-003 -9.9280800e-003 -1.1422440e-002 -9.0666840e-003 -6.6917640e-003 -8.6053960e-003 -9.2694480e-003 -8.0782650e-003 -8.2194680e-003 -8.1014210e-003 -7.2441570e-003 -5.4526960e-003 -2.3557190e-003 -1.5931060e-003 -3.2057860e-003 -2.3596800e-003  4.0767050e-004  2.4889060e-003  2.3596480e-003 -1.6298830e-003 -5.5754170e-003 -7.3028170e-003 -8.1077470e-003 -5.0143950e-003 -2.1232480e-003 -4.2037810e-003
 -6.1508430e-003 -7.3007880e-003 -9.9111670e-003 -9.2615350e-003 -1.0349620e-002 -9.6236700e-003 -6.9567190e-003 -9.0949730e-003 -1.0994810e-002 -1.2380220e-002 -1.2901570e-002 -1.0288970e-002 -1.0553500e-002 -1.2880590e-002 -1.3186540e-002 -1.0283740e-002 -6.6418130e-003 -8.1741990e-003 -1.1060060e-002 -1.2196430e-002 -1.5466660e-002 -1.6766920e-002 -1.3125080e-002 -9.3548500e-003 -9.3970160e-003 -1.4018700e-002 -1.6570230e-002 -1.1251620e-002 -4.9682630e-003 -5.5484860e-003 -8.5273180e-003 -9.0003750e-003 -1.0999320e-002 -1.3116440e-002 -1.1380880e-002 -7.8395790e-003 -4.2754770e-003 -4.2588490e-003 -7.3269410e-003 -9.9280800e-003 -1.1422440e-002 -9.0666840e-003 -6.6917640e-003 -8.6053960e-003 -9.2694480e-003 -8.0782650e-003 -8.2194680e-003 -8.1014210e-003 -7.2441570e-003 -5.4526960e-003 -2.3557190e-003 -1.5931060e-003 -3.2057860e-003 -2.3596800e-003  4.0767050e-004  2.4889060e-003  2.3596480e-003 -1.6298830e-003 -5.5754170e-003 -7.3028170e-003 -8.1077470e-003 -5.0143950e-003 -2.1232480e-003 -4.2037810e-003 -4.9764390e-003 -3.9437010e-003 -4.8230910e-003 -5.6854970e-003 -5.8672680e-003 -5.8719380e-003 -4.0882550e-003  1.9996850e-005  3.3682120e-003  4.4762840e-003  3.8113210e-003  1.7257270e-003 -2.6748640e-004 -2.3977910e-003 -1.1022180e-003  2.3717430e-003  4.3916520e-005 -6.1556090e-004  4.3598070e-003  5.2888500e-003  5.9391900e-004 -3.6829970e-003  1.3517520e-003  7.4846800e-003  3.2002340e-003  2.0769800e-003  4.3313740e-003  9.7580620e-004 -6.4321640e-004 -2.3322120e-004  1.8931660e-003  6.8539860e-003  8.2765560e-003  3.3413590e-003 -5.3443320e-003 -7.8259960e-003  2.8416370e-004  6.8090990e-003  4.3629090e-003  2.4450920e-003  4.9551150e-003  3.2431530e-003  1.7601170e-003  4.6010890e-003  4.9692570e-003  5.2944440e-003  4.0865000e-003  1.6855040e-003  3.8457360e-003  4.4303840e-003  2.8214720e-003  2.8325320e-003  4.2094230e-003  5.9991080e-003  4.4888720e-003  3.1552630e-003  4.5327450e-003  5.6584590e-003  6.4137410e-003  4.1809920e-003  1.0396320e-003  2.6639140e-003  5.6331110e-003  6.5975240e-003
 -4.9764390e-003 -3.9437010e-003 -4.8230910e-003 -5.6854970e-003 -5.8672680e-003 -5.8719380e-003 -4.0882550e-003  1.9996850e-005  3.3682120e-003  4.4762840e-003  3.8113210e-003  1.7257270e-003 -2.6748640e-004 -2.3977910e-003 -1.1022180e-003  2.3717430e-003  4.3916520e-005 -6.1556090e-004  4.3598070e-003  5.2888500e-003  5.9391900e-004 -3.6829970e-003  1.3517520e-003  7.4846800e-003  3.2002340e-003  2.0769800e-003  4.3313740e-003  9.7580620e-004 -6.4321640e-004 -2.3322120e-004  1.8931660e-003  6.8539860e-003  8.2765560e-003  3.3413590e-003 -5.3443320e-003 -7.8259960e-003  2.8416370e-004  6.8090990e-003  4.3629090e-003  2.4450920e-003  4.9551150e-003  3.2431530e-003  1.7601170e-003  4.6010890e-003  4.9692570e-003  5.2944440e-003  4.0865000e-003  1.6855040e-003  3.8457360e-003  4.4303840e-003  2.8214720e-003  2.8325320e-003  4.2094230e-003  5.9991080e-003  4.4888720e-003  3.1552630e-003  4.5327450e-003  5.6584590e-003  6.4137410e-003  4.1809920e-003  1.0396320e-003  2.6639140e-003  5.6331110e-003  6.5975240e-003  6.6620410e-003  5.5458250e-003  4.2833910e-003  3.5124270e-003  4.4743710e-003  6.8789180e-003  5.1811090e-003  3.1883400e-003  4.4736010e-003  4.3814940e-003  5.7445950e-003  6.4153780e-003  4.2540940e-003  3.9262340e-003  2.7929890e-003  4.3968420e-003  8.4402000e-003  7.0860500e-003  6.5463800e-003  7.4815810e-003  5.3900950e-003  4.5417620e-003  4.1392930e-003  2.6119670e-003  5.1469400e-004 -6.2371320e-004  6.3953780e-004  8.4949220e-005 -5.0177430e-004  1.7636490e-004 -1.4407520e-003 -1.6312290e-003  1.1333920e-004  1.2962510e-003  1.1872550e-003  3.1532340e-004  1.7808210e-003  2.3783050e-003  1.3666450e-003  1.0828210e-003  1.2265020e-004  1.0078170e-003  2.1644160e-003  1.4745720e-003  2.2395030e-003  2.9473990e-003  1.8126340e-003  7.5864140e-004  9.5897630e-004  4.7169660e-004 -7.0581880e-004  6.3960270e-004  2.3695540e-003  2.3619500e-003  2.0357720e-003  1.1782930e-003  2.9041050e-004  4.9276930e-005  8.6633630e-004  2.3612840e-003  2.2557770e-003  1.6263800e-003  2.8246010e-003  3.2652480e-003
  6.6620410e-003  5.5458250e-003  4.2833910e-003  3.5124270e-003  4.4743710e-003  6.8789180e-003  5.1811090e-003  3.1883400e-003  4.4736010e-003  4.3814940e-003  5.7445950e-003  6.4153780e-003  4.2540940e-003  3.9262340e-003  2.7929890e-003  4.3968420e-003  8.4402000e-003  7.0860500e-003  6.5463800e-003  7.4815810e-003  5.3900950e-003  4.5417620e-003  4.1392930e-003  2.6119670e-003  5.1469400e-004 -6.2371320e-004  6.3953780e-004  8.4949220e-005 -5.0177430e-004  1.7636490e-004 -1.4407520e-003 -1.6312290e-003  1.1333920e-004  1.2962510e-003  1.1872550e-003  3.1532340e-004  1.7808210e-003  2.3783050e-003  1.3666450e-003  1.0828210e-003  1.2265020e-004  1.0078170e-003  2.1644160e-003  1.4745720e-003  2.2395030e-003  2.9473990e-003  1.8126340e-003  7.5864140e-004  9.5897630e-004  4.7169660e-004 -7.0581880e-004  6.3960270e-004  2.3695540e-003  2.3619500e-003  2.0357720e-003  1.1782930e-003  2.9041050e-004  4.9276930e-005  8.6633630e-004  2.3612840e-003  2.2557770e-003  1.6263800e-003  2.8246010e-003  3.2652480e-003  1.1902670e-003 -2.8632430e-004  1.8426210e-004  9.0221420e-004  1.8440500e-003  3.3960090e-003  3.3272160e-003  2.4825740e-003  3.9580890e-003  3.4148370e-003 -2.3776700e-003 -7.3693980e-003 -6.2021120e-003 -2.1309790e-003  1.6600560e-003  5.5486110e-003 -3.0197240e-004 -8.7940900e-003  5.5829520e-004  9.1027400e-003  9.2482940e-003  2.0457490e-002  2.6516010e-002  1.7225260e-002  9.5966940e-003  6.7699430e-003  4.3284790e-003 -6.3424780e-003 -1.9028090e-002 -8.9914950e-003  4.3778830e-003 -8.4853820e-003 -2.3138360e-002 -2.5338850e-002 -1.5557110e-002 -4.7455610e-004 -1.5864430e-002 -3.0938160e-002 -6.8940240e-003  9.6136170e-003  7.3598430e-003  4.2664230e-003 -3.2499420e-003 -9.2622280e-003 -1.4749670e-002 -1.5678490e-002 -2.1369440e-002 -4.4054570e-002 -5.1973940e-002 -2.3181780e-002  1.4534620e-002  1.6550280e-002 -1.3342710e-002 -2.9101170e-002 -1.8530290e-002 -6.0677930e-003 -9.2561990e-003 -1.3825730e-002 -1.1114280e-002 -5.8437030e-003  5.2917760e-003 -8.5257250e-005 -2.0233080e-002 -2.7815650e-002
  1.1902670e-003 -2.8632430e-004  1.8426210e-004  9.0221420e-004  1.8440500e-003  3.3960090e-003  3.3272160e-003  2.4825740e-003  3.9580890e-003  3.4148370e-003 -2.3776700e-003 -7.3693980e-003 -6.2021120e-003 -2.1309790e-003  1.6600560e-003  5.5486110e-003 -3.0197240e-004 -8.7940900e-003  5.5829520e-004  9.1027400e-003  9.2482940e-003  2.0457490e-002  2.6516010e-002  1.7225260e-002  9.5966940e-003  6.7699430e-003  4.3284790e-003 -6.3424780e-003 -1.9028090e-002 -8.9914950e-003  4.3778830e-003 -8.4853820e-003 -2.3138360e-002 -2.5338850e-002 -1.5557110e-002 -4.7455610e-004 -1.5864430e-002 -3.0938160e-002 -6.8940240e-003  9.6136170e-003  7.3598430e-003  4.2664230e-003 -3.2499420e-003 -9.2622280e-003 -1.4749670e-002 -1.5678490e-002 -2.1369440e-002 -4.4054570e-002 -5.1973940e-002 -2.3181780e-002  1.4534620e-002  1.6550280e-002 -1.3342710e-002 -2.9101170e-002 -1.8530290e-002 -6.0677930e-003 -9.2561990e-003 -1.3825730e-002 -1.1114280e-002 -5.8437030e-003  5.2917760e-003 -8.5257250e-005 -2.0233080e-002 -2.7815650e-002 -2.1057970e-002  2.2984300e-003  1.3439490e-002 -4.7438950e-003 -2.2197760e-002 -2.5837330e-002 -1.2843730e-002  1.9459020e-003  8.4888570e-003  9.9204120e-003 -5.0446870e-003 -2.1024120e-002 -2.0253850e-002 -8.4685430e-003 -8.6692310e-004 -7.5558530e-003 -1.5350500e-002 -1.8217020e-002 -1.4569450e-002 -8.4955000e-003 -8.8009560e-003 -5.3266400e-003 -2.1862800e-003 -4.5320310e-003 -2.0119260e-003  3.9164770e-004 -1.4618430e-003 -3.2484240e-003 -4.8773450e-003 -4.7083460e-003 -3.3606870e-003 -4.2132350e-003 -4.8130110e-003 -4.6819130e-003 -5.1470850e-003 -4.0666480e-003 -3.3788270e-003 -2.8807330e-003 -2.8543990e-003 -6.4885660e-003 -7.4491030e-003 -7.4883850e-004  5.6219340e-003  1.2597840e-003 -5.7836790e-003 -3.7578580e-003 -1.0661370e-003 -3.5568190e-004 -1.7760650e-003 -7.4262250e-003 -6.8935520e-003 -4.4832070e-003 -5.5234930e-003 -5.0731040e-003 -6.2756370e-003 -5.1210030e-003 -2.4801270e-003 -3.2948760e-003 -3.4726000e-003 -3.0676050e-003  1.9997420e-003  7.6160090e-003  1.6817380e-003 -7.2740100e-003
 -2.1057970e-002  2.2984300e-003  1.3439490e-002 -4.7438950e-003 -2.2197760e-002 -2.5837330e-002 -1.2843730e-002  1.9459020e-003  8.4888570e-003  9.9204120e-003 -5.0446870e-003 -2.1024120e-002 -2.0253850e-002 -8.4685430e-003 -8.6692310e-004 -7.5558530e-003 -1.5350500e-002 -1.8217020e-002 -1.4569450e-002 -8.4955000e-003 -8.8009560e-003 -5.3266400e-003 -2.1862800e-003 -4.5320310e-003 -2.0119260e-003  3.9164770e-004 -1.4618430e-003 -3.2484240e-003 -4.8773450e-003 -4.7083460e-003 -3.3606870e-003 -4.2132350e-003 -4.8130110e-003 -4.6819130e-003 -5.1470850e-003 -4.0666480e-003 -3.3788270e-003 -2.8807330e-003 -2.8543990e-003 -6.4885660e-003 -7.4491030e-003 -7.4883850e-004  5.6219340e-003  1.2597840e-003 -5.7836790e-003 -3.7578580e-003 -1.0661370e-003 -3.5568190e-004 -1.7760650e-003 -7.4262250e-003 -6.8935520e-003 -4.4832070e-003 -5.5234930e-003 -5.0731040e-003 -6.2756370e-003 -5.1210030e-003 -2.4801270e-003 -3.2948760e-003 -3.4726000e-003 -3.0676050e-003  1.9997420e-003  7.6160090e-003  1.6817380e-003 -7.2740100e-003 -8.0233450e-003 -2.9686210e-003  8.8307110e-004 -1.0929470e-003 -3.1485480e-003 -1.0112880e-003 -4.6380320e-004 -1.8527430e-003 -5.7126230e-003 -1.0260780e-002  4.8938930e-004  1.9642470e-002  2.1776040e-002  7.3974730e-003 -7.3702520e-003 -8.7377170e-003 -1.0682700e-003  2.6433990e-003  5.5504470e-003  7.0611320e-003  1.6352580e-002  4.8307000e-002  5.7687540e-002 -7.7334360e-003 -6.5573070e-002 -7.6171440e-003  5.3719080e-002  1.7443160e-002  8.1884820e-003  2.2186010e-002 -7.9665580e-003  2.9324180e-003  1.5839350e-002 -1.0740600e-002 -1.0789280e-002 -1.2114770e-002 -1.2061180e-002  3.2214460e-003  4.5473820e-003  5.5626680e-004 -9.7923190e-003 -2.5508430e-003  9.0095540e-003 -5.2273510e-003 -3.2627810e-003  9.0609240e-003  1.5514700e-002  1.2872910e-002 -9.9442700e-003 -2.0072250e-002 -1.1614260e-002 -1.9018050e-003 -2.9026580e-003 -7.9267020e-003 -3.5828370e-004 -1.8000630e-003 -4.9406140e-003 -6.1051790e-003 -1.5287700e-002 -8.4002820e-003  1.8845620e-003  1.4776650e-002  3.4996760e-002  3.1559040e-002
 -8.0233450e-003 -2.9686210e-003  8.8307110e-004 -1.0929470e-003 -3.1485480e-003 -1.0112880e-003 -4.6380320e-004 -1.8527430e-003 -5.7126230e-003 -1.0260780e-002  4.8938930e-004  1.9642470e-002  2.1776040e-002  7.3974730e-003 -7.3702520e-003 -8.7377170e-003 -1.0682700e-003  2.6433990e-003  5.5504470e-003  7.0611320e-003  1.6352580e-002  4.8307000e-002  5.7687540e-002 -7.7334360e-003 -6.5573070e-002 -7.6171440e-003  5.3719080e-002  1.7443160e-002  8.1884820e-003  2.2186010e-002 -7.9665580e-003  2.9324180e-003  1.5839350e-002 -1.0740600e-002 -1.0789280e-002 -1.2114770e-002 -1.2061180e-002  3.2214460e-003  4.5473820e-003  5.5626680e-004 -9.7923190e-003 -2.5508430e-003  9.0095540e-003 -5.2273510e-003 -3.2627810e-003  9.0609240e-003  1.5514700e-002  1.2872910e-002 -9.9442700e-003 -2.0072250e-002 -1.1614260e-002 -1.9018050e-003 -2.9026580e-003 -7.9267020e-003 -3.5828370e-004 -1.8000630e-003 -4.9406140e-003 -6.1051790e-003 -1.5287700e-002 -8.4002820e-003  1.8845620e-003  1.4776650e-002  3.4996760e-002  3.1559040e-002  1.7564840e-002  8.4759430e-003 -3.4873090e-003 -1.5802910e-002 -2.5495570e-002 -1.9851020e-002  2.3571000e-003  2.4806400e-002  3.1827910e-002  1.6423110e-002  1.6796410e-003  2.9155760e-003  5.4692450e-003  7.6224570e-003  7.9587870e-003  6.1950010e-003  7.6634220e-003 -6.9493410e-004 -9.2389040e-003 -3.8919610e-003 -3.6560670e-003 -1.5454830e-002 -2.2521340e-002 -8.7296950e-003  3.0152090e-003 -1.5817140e-002 -2.1613670e-002  2.8300740e-002  7.4988180e-002  5.4328270e-002  1.8034070e-002  1.5598410e-002  2.3498420e-002  3.2980160e-002  1.7561540e-002 -8.4688650e-003  8.1413360e-003  1.4528990e-002  7.7542890e-004  7.4232540e-003  2.3622050e-003 -3.0914510e-003  5.1342510e-004 -9.1888820e-004  3.8577880e-003 -3.9967760e-004 -1.3991710e-003  1.4448010e-002  2.0195520e-002 -1.8396930e-003 -2.5143830e-002  1.2198930e-003  3.4668820e-002  2.3348430e-002  3.9732900e-003 -7.2740810e-003  4.8812190e-003  2.7237030e-002  1.3990520e-002  8.7289970e-003  2.6833910e-002  2.3156360e-002  4.5988870e-003 -1.4887570e-002
  1.7564840e-002  8.4759430e-003 -3.4873090e-003 -1.5802910e-002 -2.5495570e-002 -1.9851020e-002  2.3571000e-003  2.4806400e-002  3.1827910e-002  1.6423110e-002  1.6796410e-003  2.9155760e-003  5.4692450e-003  7.6224570e-003  7.9587870e-003  6.1950010e-003  7.6634220e-003 -6.9493410e-004 -9.2389040e-003 -3.8919610e-003 -3.6560670e-003 -1.5454830e-002 -2.2521340e-002 -8.7296950e-003  3.0152090e-003 -1.5817140e-002 -2.1613670e-002  2.8300740e-002  7.4988180e-002  5.4328270e-002  1.8034070e-002  1.5598410e-002  2.3498420e-002  3.2980160e-002  1.7561540e-002 -8.4688650e-003  8.1413360e-003  1.4528990e-002  7.7542890e-004  7.4232540e-003  2.3622050e-003 -3.0914510e-003  5.1342510e-004 -9.1888820e-004  3.8577880e-003 -3.9967760e-004 -1.3991710e-003  1.4448010e-002  2.0195520e-002 -1.8396930e-003 -2.5143830e-002  1.2198930e-003  3.4668820e-002  2.3348430e-002  3.9732900e-003 -7.2740810e-003  4.8812190e-003  2.7237030e-002  1.3990520e-002  8.7289970e-003  2.6833910e-002  2.3156360e-002  4.5988870e-003 -1.4887570e-002 -1.3958700e-002  6.5996050e-004  3.2656000e-005  9.5243730e-003  1.3617910e-002  2.7782380e-003  4.9951870e-003 -7.1187340e-003 -1.5850000e-002 -2.5288310e-003 -1.1494760e-003 -1.7779350e-003 -3.8781310e-004  3.1925620e-003  1.0053810e-002  2.9802490e-003 -3.3647530e-003 -3.3036070e-003 -3.4969600e-003 -1.7229000e-004  4.3302490e-003  1.0154330e-002  1.0563720e-002  7.7741680e-003  7.9293810e-003  5.8584030e-003  4.7981620e-003  2.4120610e-003 -2.6226930e-003 -1.5674700e-003  2.6442740e-004 -2.0959080e-003 -2.0519660e-003 -1.4128880e-003 -1.5355630e-003  1.1421640e-003  2.5090890e-003  2.6902520e-003  2.8233120e-003  1.3855800e-003  4.1076000e-005 -2.6408400e-003 -2.5830420e-003 -8.6431130e-004 -3.2244400e-003 -4.7614960e-003 -6.0590360e-003 -4.4197140e-003  5.7444200e-004 -8.5335260e-004 -2.6172560e-003 -1.4276810e-003 -1.0780300e-003  1.3309520e-003  1.3265070e-003 -5.9605760e-004 -1.0552320e-003 -2.5119410e-003 -2.4806920e-003 -2.3430990e-003 -2.8158310e-003 -2.1363550e-003 -2.0016040e-003  1.1932620e-003
 -1.3958700e-002  6.5996050e-004  3.2656000e-005  9.5243730e-003  1.3617910e-002  2.7782380e-003  4.9951870e-003 -7.1187340e-003 -1.5850000e-002 -2.5288310e-003 -1.1494760e-003 -1.7779350e-003 -3.8781310e-004  3.1925620e-003  1.0053810e-002  2.9802490e-003 -3.3647530e-003 -3.3036070e-003 -3.4969600e-003 -1.7229000e-004  4.3302490e-003  1.0154330e-002  1.0563720e-002  7.7741680e-003  7.9293810e-003  5.8584030e-003  4.7981620e-003  2.4120610e-003 -2.6226930e-003 -1.5674700e-003  2.6442740e-004 -2.0959080e-003 -2.0519660e-003 -1.4128880e-003 -1.5355630e-003  1.1421640e-003  2.5090890e-003  2.6902520e-003  2.8233120e-003  1.3855800e-003  4.1076000e-005 -2.6408400e-003 -2.5830420e-003 -8.6431130e-004 -3.2244400e-003 -4.7614960e-003 -6.0590360e-003 -4.4197140e-003  5.7444200e-004 -8.5335260e-004 -2.6172560e-003 -1.4276810e-003 -1.0780300e-003  1.3309520e-003  1.3265070e-003 -5.9605760e-004 -1.0552320e-003 -2.5119410e-003 -2.4806920e-003 -2.3430990e-003 -2.8158310e-003 -2.1363550e-003 -2.0016040e-003  1.1932620e-003  5.2833250e-003  4.6296280e-003  2.8719950e-003  2.0207820e-003  1.2523650e-003  3.1150660e-004 -1.7822880e-003 -4.0834110e-003 -4.0929640e-003 -2.5914650e-003 -2.3592860e-003 -1.8964460e-003  2.2475700e-004  2.2425400e-003  6.2790040e-004 -4.2499550e-003 -5.3500400e-003 -1.5880370e-003  9.8220580e-004 -2.7264300e-003 -7.2780800e-003 -3.8361880e-003  1.4007900e-003  4.9138700e-003  7.0048860e-003  4.3903230e-003  1.3233480e-003 -3.3152170e-003 -5.5742890e-003 -2.6654760e-003 -6.7474560e-003 -1.1144130e-002 -9.4709370e-003 -7.2631850e-003 -4.0083650e-003 -7.0240300e-003 -9.6124250e-003 -1.1492230e-003  4.7241650e-003  2.4568180e-003 -2.0000430e-004 -3.3066860e-003 -9.0198020e-003 -7.6654640e-003  1.1000950e-003  3.4027270e-003  2.4618390e-003  1.5669450e-003  6.9827910e-004  3.7022140e-003  4.6457390e-003  5.8221400e-003  7.1111630e-003  3.9477760e-003  2.1187940e-003  1.8790760e-003  5.8379450e-004 -3.5811990e-003 -6.7791110e-003 -8.1244660e-003 -9.0389530e-003  5.7866080e-004  9.4293500e-003  4.6586750e-003
  5.2833250e-003  4.6296280e-003  2.8719950e-003  2.0207820e-003  1.2523650e-003  3.1150660e-004 -1.7822880e-003 -4.0834110e-003 -4.0929640e-003 -2.5914650e-003 -2.3592860e-003 -1.8964460e-003  2.2475700e-004  2.2425400e-003  6.2790040e-004 -4.2499550e-003 -5.3500400e-003 -1.5880370e-003  9.8220580e-004 -2.7264300e-003 -7.2780800e-003 -3.8361880e-003  1.4007900e-003  4.9138700e-003  7.0048860e-003  4.3903230e-003  1.3233480e-003 -3.3152170e-003 -5.5742890e-003 -2.6654760e-003 -6.7474560e-003 -1.1144130e-002 -9.4709370e-003 -7.2631850e-003 -4.0083650e-003 -7.0240300e-003 -9.6124250e-003 -1.1492230e-003  4.7241650e-003  2.4568180e-003 -2.0000430e-004 -3.3066860e-003 -9.0198020e-003 -7.6654640e-003  1.1000950e-003  3.4027270e-003  2.4618390e-003  1.5669450e-003  6.9827910e-004  3.7022140e-003  4.6457390e-003  5.8221400e-003  7.1111630e-003  3.9477760e-003  2.1187940e-003  1.8790760e-003  5.8379450e-004 -3.5811990e-003 -6.7791110e-003 -8.1244660e-003 -9.0389530e-003  5.7866080e-004  9.4293500e-003  4.6586750e-003  9.1797590e-004  2.7388890e-003  5.7482560e-003  9.8953180e-003  1.1008930e-002  6.6533520e-003  1.2168570e-003 -2.0598820e-003 -1.8005100e-003  5.1263470e-004 -6.3247610e-004 -1.2333690e-003 -2.7292490e-003 -6.8611430e-003 -3.5923330e-003 -6.8604640e-004 -1.2656240e-003  7.8312630e-004  6.1949370e-004  2.2675490e-003  4.1434500e-003  1.9872230e-003 -1.1216010e-003 -5.1003760e-003 -4.2989310e-003 -2.1685410e-003 -2.7028740e-003 -3.6150370e-004 -8.6476930e-004 -4.5697050e-003 -5.0771790e-003 -3.6417720e-003 -1.5889660e-003 -2.0337090e-003 -3.1588170e-003 -2.3636660e-003 -5.0822050e-003 -7.7326000e-003 -6.0078510e-003 -3.5626400e-003  1.0132190e-003  4.3247410e-003  6.8801750e-004 -2.0847940e-003  1.9999470e-003  4.2014970e-003 -8.7373200e-006 -2.9033170e-003 -2.5593290e-003 -2.5719160e-003 -2.4863150e-003 -2.3034150e-003 -3.5492210e-003 -4.3613880e-003 -3.0279470e-003 -3.3844400e-003 -4.0744030e-003 -2.9236240e-003 -3.6878950e-003 -3.9613990e-003 -4.7784710e-003 -6.9602690e-003 -4.6704280e-003 -1.3320910e-003
  9.1797590e-004  2.7388890e-003  5.7482560e-003  9.8953180e-003  1.1008930e-002  6.6533520e-003  1.2168570e-003 -2.0598820e-003 -1.8005100e-003  5.1263470e-004 -6.3247610e-004 -1.2333690e-003 -2.7292490e-003 -6.8611430e-003 -3.5923330e-003 -6.8604640e-004 -1.2656240e-003  7.8312630e-004  6.1949370e-004  2.2675490e-003  4.1434500e-003  1.9872230e-003 -1.1216010e-003 -5.1003760e-003 -4.2989310e-003 -2.1685410e-003 -2.7028740e-003 -3.6150370e-004 -8.6476930e-004 -4.5697050e-003 -5.0771790e-003 -3.6417720e-003 -1.5889660e-003 -2.0337090e-003 -3.1588170e-003 -2.3636660e-003 -5.0822050e-003 -7.7326000e-003 -6.0078510e-003 -3.5626400e-003  1.0132190e-003  4.3247410e-003  6.8801750e-004 -2.0847940e-003  1.9999470e-003  4.2014970e-003 -8.7373200e-006 -2.9033170e-003 -2.5593290e-003 -2.5719160e-003 -2.4863150e-003 -2.3034150e-003 -3.5492210e-003 -4.3613880e-003 -3.0279470e-003 -3.3844400e-003 -4.0744030e-003 -2.9236240e-003 -3.6878950e-003 -3.9613990e-003 -4.7784710e-003 -6.9602690e-003 -4.6704280e-003 -1.3320910e-003 -2.0718330e-004 -1.2067370e-003 -3.5662870e-003 -2.7749340e-003 -2.5126790e-004  1.6146060e-003  1.4204990e-003 -4.9832980e-004 -2.1543210e-004 -7.1309600e-005 -9.7097880e-004 -2.4790860e-003 -4.9009720e-003 -2.7548570e-003 -2.0236390e-004 -2.6010270e-003 -2.9478700e-003 -4.9567240e-004  6.1008470e-004  1.7250120e-004 -9.8371130e-004 -1.0570630e-003  5.2078480e-004  4.1879930e-003  6.6972060e-003  2.5268570e-003 -4.1121780e-003 -6.0711880e-003 -3.5557640e-003  1.2820160e-005  2.0899770e-003  1.4840050e-003 -2.9251850e-003 -8.1296190e-003 -7.7622060e-003 -2.9486650e-003  7.5965040e-004  1.5180220e-003  9.1849930e-004  2.6508340e-003  5.2818140e-003  4.4705190e-003  2.9699290e-003  2.9273170e-003  2.3085350e-003  2.1525230e-003  2.6868950e-003  2.5909920e-003  3.2629230e-003  4.3058840e-003  3.9255140e-003  3.6915150e-003  4.2876440e-003  4.7767050e-003  5.5392750e-003  4.8346080e-003  1.4660890e-003 -4.6070120e-004  2.9819680e-003  7.0836010e-003  5.4941320e-003  4.2395020e-003  5.7903730e-003  2.8056900e-003
 -2.0718330e-004 -1.2067370e-003 -3.5662870e-003 -2.7749340e-003 -2.5126790e-004  1.6146060e-003  1.4204990e-003 -4.9832980e-004 -2.1543210e-004 -7.1309600e-005 -9.7097880e-004 -2.4790860e-003 -4.9009720e-003 -2.7548570e-003 -2.0236390e-004 -2.6010270e-003 -2.9478700e-003 -4.9567240e-004  6.1008470e-004  1.7250120e-004 -9.8371130e-004 -1.0570630e-003  5.2078480e-004  4.1879930e-003  6.6972060e-003  2.5268570e-003 -4.1121780e-003 -6.0711880e-003 -3.5557640e-003  1.2820160e-005  2.0899770e-003  1.4840050e-003 -2.9251850e-003 -8.1296190e-003 -7.7622060e-003 -2.9486650e-003  7.5965040e-004  1.5180220e-003  9.1849930e-004  2.6508340e-003  5.2818140e-003  4.4705190e-003  2.9699290e-003  2.9273170e-003  2.3085350e-003  2.1525230e-003  2.6868950e-003  2.5909920e-003  3.2629230e-003  4.3058840e-003  3.9255140e-003  3.6915150e-003  4.2876440e-003  4.7767050e-003  5.5392750e-003  4.8346080e-003  1.4660890e-003 -4.6070120e-004  2.9819680e-003  7.0836010e-003  5.4941320e-003  4.2395020e-003  5.7903730e-003  2.8056900e-003 -1.1649740e-003 -1.5752790e-003  1.1409090e-003  6.4392620e-003  6.8216230e-003  2.3884170e-003  3.2498080e-005  5.1543100e-004  1.6335560e-003  5.5708510e-004  7.0231360e-004  2.2670180e-003  2.0867130e-003  3.4331840e-003  4.6005500e-003  4.8698280e-003  4.5539400e-003  1.5815720e-003 -8.6642110e-005  2.2651720e-004  6.9835520e-004  8.0008710e-005 -1.8494690e-003 -2.3106780e-003 -5.9374820e-004  3.6589400e-003  4.9446020e-003  1.0296220e-003 -5.8080320e-004  7.6925560e-004  1.9886560e-003  1.6609290e-003  2.5497620e-003  5.0514760e-003  3.7226770e-003  2.2966840e-003  1.3188020e-003 -2.3491800e-003 -3.8645450e-003 -2.9253040e-003 -1.2237860e-003 -2.8603660e-005 -5.6612220e-004 -7.4130810e-004 -6.1121790e-004 -1.5258590e-003 -5.2274300e-003 -8.2062730e-003 -3.5167180e-003  3.0795060e-003  4.4751940e-003  4.9689960e-003  1.7365860e-003 -5.7627240e-003 -3.9738790e-003  1.7544730e-003  1.2288760e-003  5.4293540e-004 -1.4570920e-003 -9.8280500e-004  1.4058500e-003 -4.1816590e-003 -1.0243400e-002 -1.1751870e-002
 -1.1649740e-003 -1.5752790e-003  1.1409090e-003  6.4392620e-003  6.8216230e-003  2.3884170e-003  3.2498080e-005  5.1543100e-004  1.6335560e-003  5.5708510e-004  7.0231360e-004  2.2670180e-003  2.0867130e-003  3.4331840e-003  4.6005500e-003  4.8698280e-003  4.5539400e-003  1.5815720e-003 -8.6642110e-005  2.2651720e-004  6.9835520e-004  8.0008710e-005 -1.8494690e-003 -2.3106780e-003 -5.9374820e-004  3.6589400e-003  4.9446020e-003  1.0296220e-003 -5.8080320e-004  7.6925560e-004  1.9886560e-003  1.6609290e-003  2.5497620e-003  5.0514760e-003  3.7226770e-003  2.2966840e-003  1.3188020e-003 -2.3491800e-003 -3.8645450e-003 -2.9253040e-003 -1.2237860e-003 -2.8603660e-005 -5.6612220e-004 -7.4130810e-004 -6.1121790e-004 -1.5258590e-003 -5.2274300e-003 -8.2062730e-003 -3.5167180e-003  3.0795060e-003  4.4751940e-003  4.9689960e-003  1.7365860e-003 -5.7627240e-003 -3.9738790e-003  1.7544730e-003  1.2288760e-003  5.4293540e-004 -1.4570920e-003 -9.8280500e-004  1.4058500e-003 -4.1816590e-003 -1.0243400e-002 -1.1751870e-002 -5.0660280e-003  4.0750230e-003 -8.3464920e-004 -5.2712350e-003 -2.5012190e-003 -3.4655400e-003 -1.4539740e-003 -4.4112350e-005 -1.4126300e-003  1.9698610e-003  3.8352700e-003  1.8180100e-003 -5.3846640e-004 -1.6466690e-003 -8.2131440e-004 -9.1555690e-004 -1.4839430e-003 -2.6092440e-003 -4.1873870e-003 -2.7764550e-003 -7.2717740e-004 -7.3500050e-004 -9.7146860e-004 -9.7562120e-004 -1.6922710e-003 -2.1362360e-003 -4.2840270e-004  8.3679370e-004 -1.8952280e-003 -4.0015910e-003  8.6168050e-005  3.6997090e-003  8.1444490e-004 -1.9772280e-003 -1.9549600e-003 -1.9358830e-003 -8.9718560e-004  7.1821700e-005  6.8384500e-004  2.6399120e-003  2.3257030e-003 -1.3595140e-003 -2.2385640e-003  1.3775460e-003  3.1375930e-003  6.1217620e-004 -1.1291290e-003  1.7711150e-004  1.9410720e-003  2.1074030e-003 -7.1398390e-004 -3.7258800e-003 -5.1284110e-004  4.2179070e-003  3.5274210e-003  3.7434270e-003  4.5117100e-003  1.5490520e-003  2.2291210e-005 -5.8661200e-004 -1.9674040e-003 -2.4272380e-003 -6.5417150e-004  2.3527080e-003
 -5.0660280e-003  4.0750230e-003 -8.3464920e-004 -5.2712350e-003 -2.5012190e-003 -3.4655400e-003 -1.4539740e-003 -4.4112350e-005 -1.4126300e-003  1.9698610e-003  3.8352700e-003  1.8180100e-003 -5.3846640e-004 -1.6466690e-003 -8.2131440e-004 -9.1555690e-004 -1.4839430e-003 -2.6092440e-003 -4.1873870e-003 -2.7764550e-003 -7.2717740e-004 -7.3500050e-004 -9.7146860e-004 -9.7562120e-004 -1.6922710e-003 -2.1362360e-003 -4.2840270e-004  8.3679370e-004 -1.8952280e-003 -4.0015910e-003  8.6168050e-005  3.6997090e-003  8.1444490e-004 -1.9772280e-003 -1.9549600e-003 -1.9358830e-003 -8.9718560e-004  7.1821700e-005  6.8384500e-004  2.6399120e-003  2.3257030e-003 -1.3595140e-003 -2.2385640e-003  1.3775460e-003  3.1375930e-003  6.1217620e-004 -1.1291290e-003  1.7711150e-004  1.9410720e-003  2.1074030e-003 -7.1398390e-004 -3.7258800e-003 -5.1284110e-004  4.2179070e-003  3.5274210e-003  3.7434270e-003  4.5117100e-003  1.5490520e-003  2.2291210e-005 -5.8661200e-004 -1.9674040e-003 -2.4272380e-003 -6.5417150e-004  2.3527080e-003 -1.1908560e-004 -2.9431070e-003 -5.8715420e-004 -1.1993250e-004  8.4318100e-004  2.9676240e-003  2.0105760e-003  1.6785720e-003  1.6177950e-003  1.5850690e-003  3.8941720e-003  4.8460720e-003  2.9473420e-003  2.2846660e-003  3.2834530e-003  3.5955960e-003  4.6638520e-003  6.2486490e-003  7.0549320e-003  7.3194940e-003  6.5247690e-003  6.4890470e-003  5.3974380e-003  3.1111360e-003  4.7495620e-003  8.0231450e-003  9.8222280e-003  7.9947950e-003  3.8869980e-003  4.9916200e-003  6.7861740e-003  4.7541760e-003  5.3047130e-003  8.2116220e-003  9.4707110e-003  7.4532450e-003  4.2115340e-003  3.7030650e-003  3.5760480e-003  2.9656790e-003  3.9031540e-003  5.0199210e-003  6.2569650e-003  6.6733020e-003  7.0048830e-003  8.8660460e-003  7.0398740e-003  4.1856040e-003  6.3141520e-003  8.4561590e-003  9.7087230e-003  9.5369380e-003  5.8877860e-003  4.3708070e-003  4.9606930e-003  5.4412790e-003  6.9754920e-003  6.7204830e-003  4.1895940e-003  3.3301900e-003  3.9954360e-003  1.7302570e-003  3.0416950e-004  2.0244010e-003
 -1.1908560e-004 -2.9431070e-003 -5.8715420e-004 -1.1993250e-004  8.4318100e-004  2.9676240e-003  2.0105760e-003  1.6785720e-003  1.6177950e-003  1.5850690e-003  3.8941720e-003  4.8460720e-003  2.9473420e-003  2.2846660e-003  3.2834530e-003  3.5955960e-003  4.6638520e-003  6.2486490e-003  7.0549320e-003  7.3194940e-003  6.5247690e-003  6.4890470e-003  5.3974380e-003  3.1111360e-003  4.7495620e-003  8.0231450e-003  9.8222280e-003  7.9947950e-003  3.8869980e-003  4.9916200e-003  6.7861740e-003  4.7541760e-003  5.3047130e-003  8.2116220e-003  9.4707110e-003  7.4532450e-003  4.2115340e-003  3.7030650e-003  3.5760480e-003  2.9656790e-003  3.9031540e-003  5.0199210e-003  6.2569650e-003  6.6733020e-003  7.0048830e-003  8.8660460e-003  7.0398740e-003  4.1856040e-003  6.3141520e-003  8.4561590e-003  9.7087230e-003  9.5369380e-003  5.8877860e-003  4.3708070e-003  4.9606930e-003  5.4412790e-003  6.9754920e-003  6.7204830e-003  4.1895940e-003  3.3301900e-003  3.9954360e-003  1.7302570e-003  3.0416950e-004  2.0244010e-003  9.2784270e-004  8.5596980e-004  2.3990450e-003  1.7596610e-003  1.0124520e-003 -2.4743450e-003 -5.1892720e-003 -5.2333680e-003 -6.2054540e-003 -2.6485140e-003  1.9394770e-003  3.0122260e-004 -1.5049150e-003 -1.5096750e-003 -4.1769030e-003 -4.3255260e-003 -8.9532390e-005  6.5752180e-004  1.4746690e-005  2.2066640e-004 -5.2022130e-004 -4.4711250e-004 -1.1902980e-003 -1.4470880e-003 -3.1652640e-003 -5.9857780e-003 -2.4813020e-003  5.6182360e-004 -3.4003930e-004  1.1037370e-003  2.2805500e-003  1.2443110e-003  2.2385590e-004 -7.4482330e-004 -1.7673190e-003 -1.8649320e-003 -3.6491750e-003 -6.6891810e-003 -5.1466410e-003 -2.1350640e-003 -1.4733880e-003 -2.6942160e-003 -4.4413270e-003 -7.8188790e-004  2.8920790e-003 -5.8888290e-004 -2.5809100e-003 -9.1995900e-004 -1.0194080e-003 -5.6610610e-005  4.1005250e-003  6.6445930e-003  4.1408600e-003 -1.8264440e-004 -2.2483990e-003 -2.3464600e-003 -2.4466660e-003 -2.8770370e-003 -2.5557340e-003 -2.5536380e-003 -3.6799430e-003 -4.0836110e-003 -4.1200740e-003 -4.3838670e-003
 -1.7731760e-003  1.0965060e-002  7.9636870e-003  4.9153900e-003 -3.2736220e-003 -5.9270550e-003  5.3894280e-003  6.5619730e-003  6.7079090e-003  7.7229090e-003  8.4108370e-003  1.0100730e-002  5.3988860e-003  5.9896020e-003  6.8505430e-003  6.7947330e-003  9.9222680e-003  5.4714290e-003  4.3372370e-003  1.0325400e-002  1.7405750e-002  2.2024890e-002  1.7855860e-002  1.2110730e-002  7.5348960e-003  7.5185520e-003  1.0950260e-002  1.0007990e-002  1.1291130e-002  1.1003660e-002  7.1892180e-003  6.8489210e-003  7.7240690e-003  9.8796740e-003  8.5925040e-003  6.5751750e-003  9.9770480e-003  1.0603370e-002  9.0301050e-003  5.9125760e-003  1.3481520e-004 -5.7923070e-004  3.1364170e-003  6.8607940e-003  8.8246290e-003  8.6638530e-003  6.3103780e-003  2.5394740e-003  3.6089080e-003  8.9564240e-003  1.2316110e-002  1.1790090e-002  1.0638430e-002  1.2656370e-002  1.2412880e-002  1.0942440e-002  1.3127390e-002  1.3015310e-002  1.0893760e-002  5.7387490e-003 -1.4955140e-003 -3.4714610e-004  1.8726250e-003 -2.3636380e-005  1.9678660e-003  3.3271670e-003  2.7274360e-003  2.9504690e-003  6.6326150e-004 -4.9061510e-004  1.8767960e-003  4.6266330e-003  5.6475830e-003  4.4477580e-003  4.4070760e-003  4.4277820e-003  2.2146330e-003  9.5716470e-004  1.0765640e-003  1.3630610e-003  5.9882070e-004 -1.1585750e-003 -1.7861930e-003  8.3639070e-004  6.6477780e-003  8.1621600e-003  4.0030080e-003  1.9779160e-003  2.2357890e-003  4.5442700e-004 -2.6224630e-003 -1.9355450e-003  1.0082160e-004 -8.1693840e-004 -4.6417930e-004 -3.8205210e-004 -1.0204340e-003  4.9419660e-004  4.3500350e-004 -4.9202810e-004 -1.1960960e-003 -1.4482750e-003 -7.0201680e-004 -1.4726220e-003 -1.3749620e-003 -1.0283930e-003 -1.7511550e-003 -1.0380550e-003 -8.0298720e-004 -9.1738380e-004 -1.5007960e-003 -2.1440560e-003 -1.2164980e-003 -1.9045300e-003 -2.8684320e-003 -2.8359480e-003 -2.6271400e-003 -1.2228750e-003 -1.6589510e-003 -2.0948590e-003 -3.1371980e-004  5.5931630e-004  1.0610110e-003  1.4876420e-005 -1.9675220e-003 -2.2747350e-003 -3.6086920e-003 -5.1572260e-003
  1.9678660e-003  3.3271670e-003  2.7274360e-003  2.9504690e-003  6.6326150e-004 -4.9061510e-004  1.8767960e-003  4.6266330e-003  5.6475830e-003  4.4477580e-003  4.4070760e-003  4.4277820e-003  2.2146330e-003  9.5716470e-004  1.0765640e-003  1.3630610e-003  5.9882070e-004 -1.1585750e-003 -1.7861930e-003  8.3639070e-004  6.6477780e-003  8.1621600e-003  4.0030080e-003  1.9779160e-003  2.2357890e-003  4.5442700e-004 -2.6224630e-003 -1.9355450e-003  1.0082160e-004 -8.1693840e-004 -4.6417930e-004 -3.8205210e-004 -1.0204340e-003  4.9419660e-004  4.3500350e-004 -4.9202810e-004 -1.1960960e-003 -1.4482750e-003 -7.0201680e-004 -1.4726220e-003 -1.3749620e-003 -1.0283930e-003 -1.7511550e-003 -1.0380550e-003 -8.0298720e-004 -9.1738380e-004 -1.5007960e-003 -2.1440560e-003 -1.2164980e-003 -1.9045300e-003 -2.8684320e-003 -2.8359480e-003 -2.6271400e-003 -1.2228750e-003 -1.6589510e-003 -2.0948590e-003 -3.1371980e-004  5.5931630e-004  1.0610110e-003  1.4876420e-005 -1.9675220e-003 -2.2747350e-003 -3.6086920e-003 -5.1572260e-003 -4.3885470e-003 -2.8710380e-003 -3.1360700e-003 -5.0361660e-003 -4.9914670e-003 -3.6688810e-003 -2.9038460e-003 -1.3425470e-003 -8.6283320e-004 -4.8273060e-004  1.5223840e-003 -2.1102550e-004 -2.9482960e-003 -1.2703470e-003 -1.1071660e-003 -1.7377380e-003  7.0326960e-004  1.8181170e-003  1.0598800e-003 -5.2387650e-004 -2.0734260e-003 -2.3979140e-003 -3.6010510e-003 -4.1450360e-003 -2.0866860e-003 -4.5017730e-004 -1.0570950e-003 -2.1794570e-003 -4.3237120e-003 -7.5038130e-003 -5.3345770e-003  7.0822740e-004  2.7875130e-003  1.9492960e-003  6.7632090e-004  5.4047230e-004  1.7914010e-003  2.1697160e-003  2.2995590e-003  2.0430250e-003  2.0910180e-003  2.3250060e-003  1.1140040e-003  9.2284130e-004  2.0001560e-003  3.3330590e-003  3.4081590e-003  1.3152270e-003 -3.2186290e-004 -1.7894130e-003 -5.3928930e-004  2.4449250e-003  1.2431190e-003  1.4002510e-003  2.8107940e-003 -1.2118800e-003 -3.6294290e-003  6.1408020e-004  4.2492650e-003  2.7158420e-003  1.7350930e-003  2.9850790e-003  9.4233650e-004 -5.3568850e-004
 -4.3885470e-003 -2.8710380e-003 -3.1360700e-003 -5.0361660e-003 -4.9914670e-003 -3.6688810e-003 -2.9038460e-003 -1.3425470e-003 -8.6283320e-004 -4.8273060e-004  1.5223840e-003 -2.1102550e-004 -2.9482960e-003 -1.2703470e-003 -1.1071660e-003 -1.7377380e-003  7.0326960e-004  1.8181170e-003  1.0598800e-003 -5.2387650e-004 -2.0734260e-003 -2.3979140e-003 -3.6010510e-003 -4.1450360e-003 -2.0866860e-003 -4.5017730e-004 -1.0570950e-003 -2.1794570e-003 -4.3237120e-003 -7.5038130e-003 -5.3345770e-003  7.0822740e-004  2.7875130e-003  1.9492960e-003  6.7632090e-004  5.4047230e-004  1.7914010e-003  2.1697160e-003  2.2995590e-003  2.0430250e-003  2.0910180e-003  2.3250060e-003  1.1140040e-003  9.2284130e-004  2.0001560e-003  3.3330590e-003  3.4081590e-003  1.3152270e-003 -3.2186290e-004 -1.7894130e-003 -5.3928930e-004  2.4449250e-003  1.2431190e-003  1.4002510e-003  2.8107940e-003 -1.2118800e-003 -3.6294290e-003  6.1408020e-004  4.2492650e-003  2.7158420e-003  1.7350930e-003  2.9850790e-003  9.4233650e-004 -5.3568850e-004  4.2722190e-004 -1.0853490e-004  1.2196150e-003  2.1475390e-003  2.0414370e-004 -4.3839810e-004 -1.7033700e-003 -1.6839080e-003  1.8506550e-003  3.2214400e-003  2.4786570e-003  1.0433850e-003 -1.8258130e-003 -3.6553610e-003 -3.2826240e-003 -2.1030020e-003 -1.3838000e-003  4.0955420e-004  2.2027870e-003  2.1499570e-003  2.0850880e-003  5.5343880e-004 -2.6573950e-004  2.2071910e-004 -7.5655270e-004  7.9901100e-004  1.1112210e-003 -2.1247010e-003 -3.4237550e-003 -2.5192710e-003  1.2318160e-004  1.0374940e-003  1.6084560e-003  2.9198380e-003  2.1710660e-004 -1.1111840e-003 -1.8265900e-004 -4.9131640e-004 -3.2533140e-004 -5.9024860e-004 -3.7432320e-004 -3.8127310e-004 -6.7140600e-004 -2.2009540e-004 -1.0104550e-003 -1.8729080e-003 -1.3785390e-003  2.5037480e-003  6.3926370e-003  5.7973890e-003  5.4435590e-003  2.5799570e-003 -2.2557620e-003  2.2401240e-004  3.2306660e-003  1.7789320e-003  2.6037810e-003  4.3477680e-003  4.7903170e-003  3.5075490e-003  5.0590390e-004  1.2530430e-003  3.0940430e-003  1.8589390e-003
  4.2722190e-004 -1.0853490e-004  1.2196150e-003  2.1475390e-003  2.0414370e-004 -4.3839810e-004 -1.7033700e-003 -1.6839080e-003  1.8506550e-003  3.2214400e-003  2.4786570e-003  1.0433850e-003 -1.8258130e-003 -3.6553610e-003 -3.2826240e-003 -2.1030020e-003 -1.3838000e-003  4.0955420e-004  2.2027870e-003  2.1499570e-003  2.0850880e-003  5.5343880e-004 -2.6573950e-004  2.2071910e-004 -7.5655270e-004  7.9901100e-004  1.1112210e-003 -2.1247010e-003 -3.4237550e-003 -2.5192710e-003  1.2318160e-004  1.0374940e-003  1.6084560e-003  2.9198380e-003  2.1710660e-004 -1.1111840e-003 -1.8265900e-004 -4.9131640e-004 -3.2533140e-004 -5.9024860e-004 -3.7432320e-004 -3.8127310e-004 -6.7140600e-004 -2.2009540e-004 -1.0104550e-003 -1.8729080e-003 -1.3785390e-003  2.5037480e-003  6.3926370e-003  5.7973890e-003  5.4435590e-003  2.5799570e-003 -2.2557620e-003  2.2401240e-004  3.2306660e-003  1.7789320e-003  2.6037810e-003  4.3477680e-003  4.7903170e-003  3.5075490e-003  5.0590390e-004  1.2530430e-003  3.0940430e-003  1.8589390e-003  1.6806980e-003  6.4895360e-004 -1.4591580e-003 -3.6882230e-004  1.4959040e-003  1.9931580e-003  1.6539450e-004 -3.3660390e-003 -4.2135160e-003 -3.0415470e-003 -2.8309390e-003 -2.8160080e-003 -2.7210410e-003 -2.3451110e-003 -1.8550150e-003 -2.4648080e-003 -2.4136260e-003 -1.9860280e-003 -1.6784420e-003  2.2239830e-003  5.7398970e-003  3.1340740e-003  2.5671100e-004  1.1208640e-003  1.4447390e-003  3.2157530e-003  6.9922260e-003  3.7723010e-003 -3.4536530e-004  2.0198370e-003  1.1719000e-004 -4.1787480e-003 -3.9846300e-003 -3.7900320e-003 -3.6103080e-003 -2.9099880e-003 -2.1481510e-003 -9.1853520e-004  6.3555740e-004  2.3008450e-003  7.4221480e-004 -1.4364050e-003 -9.9123960e-004 -4.3040910e-004  2.4167180e-003  5.3496900e-003  2.5468260e-003 -1.3599270e-003 -1.4751170e-003 -8.2129360e-004 -1.2267370e-003 -1.1116720e-003 -8.5339890e-004 -3.2562440e-004  6.4776640e-004  5.1544220e-004  5.9270470e-004  1.4380660e-004 -2.4861740e-003 -3.2385280e-003 -2.0114860e-003 -2.3261620e-003 -1.8844200e-003 -8.8204890e-004
  1.6806980e-003  6.4895360e-004 -1.4591580e-003 -3.6882230e-004  1.4959040e-003  1.9931580e-003  1.6539450e-004 -3.3660390e-003 -4.2135160e-003 -3.0415470e-003 -2.8309390e-003 -2.8160080e-003 -2.7210410e-003 -2.3451110e-003 -1.8550150e-003 -2.4648080e-003 -2.4136260e-003 -1.9860280e-003 -1.6784420e-003  2.2239830e-003  5.7398970e-003  3.1340740e-003  2.5671100e-004  1.1208640e-003  1.4447390e-003  3.2157530e-003  6.9922260e-003  3.7723010e-003 -3.4536530e-004  2.0198370e-003  1.1719000e-004 -4.1787480e-003 -3.9846300e-003 -3.7900320e-003 -3.6103080e-003 -2.9099880e-003 -2.1481510e-003 -9.1853520e-004  6.3555740e-004  2.3008450e-003  7.4221480e-004 -1.4364050e-003 -9.9123960e-004 -4.3040910e-004  2.4167180e-003  5.3496900e-003  2.5468260e-003 -1.3599270e-003 -1.4751170e-003 -8.2129360e-004 -1.2267370e-003 -1.1116720e-003 -8.5339890e-004 -3.2562440e-004  6.4776640e-004  5.1544220e-004  5.9270470e-004  1.4380660e-004 -2.4861740e-003 -3.2385280e-003 -2.0114860e-003 -2.3261620e-003 -1.8844200e-003 -8.8204890e-004 -2.9225050e-003 -3.9680320e-003 -2.2761130e-004  2.6924500e-003  1.2820060e-004 -2.0722970e-003  1.0175660e-003  2.7368930e-003  1.3037240e-003  1.6912780e-003  1.9525250e-003  1.5546670e-003  1.6934550e-003  8.3070600e-004 -7.7813180e-005 -5.7393410e-004 -1.1061130e-003 -1.1472030e-003 -8.5185410e-004 -9.4112130e-004 -1.1093260e-003 -6.5612890e-004  8.2405360e-005  1.5301130e-003  2.3404020e-003  1.2649420e-003 -1.9385430e-006 -1.3002910e-003 -1.1253240e-003  4.7603460e-004  7.1173500e-004  1.3422550e-003  1.5229270e-003 -1.7591120e-003 -4.8349590e-003 -4.0515880e-003 -2.5109060e-003 -1.9180280e-003  1.2428580e-003  2.8005810e-003 -5.3146070e-004 -1.4972140e-003 -4.4320610e-004  1.1945730e-004  1.6068630e-003  1.8298540e-003  2.5298150e-003  3.5948430e-003  1.7150280e-003  3.3600610e-005 -6.7486990e-005 -1.1040180e-003 -1.2380080e-003 -4.4493830e-004 -1.6320920e-003 -1.4264170e-004  4.9969460e-003  5.9678110e-003 -1.8400060e-005 -5.7412110e-003 -2.2402400e-003  1.3556550e-003 -1.8009450e-003 -7.2997890e-004
 -2.9225050e-003 -3.9680320e-003 -2.2761130e-004  2.6924500e-003  1.2820060e-004 -2.0722970e-003  1.0175660e-003  2.7368930e-003  1.3037240e-003  1.6912780e-003  1.9525250e-003  1.5546670e-003  1.6934550e-003  8.3070600e-004 -7.7813180e-005 -5.7393410e-004 -1.1061130e-003 -1.1472030e-003 -8.5185410e-004 -9.4112130e-004 -1.1093260e-003 -6.5612890e-004  8.2405360e-005  1.5301130e-003  2.3404020e-003  1.2649420e-003 -1.9385430e-006 -1.3002910e-003 -1.1253240e-003  4.7603460e-004  7.1173500e-004  1.3422550e-003  1.5229270e-003 -1.7591120e-003 -4.8349590e-003 -4.0515880e-003 -2.5109060e-003 -1.9180280e-003  1.2428580e-003  2.8005810e-003 -5.3146070e-004 -1.4972140e-003 -4.4320610e-004  1.1945730e-004  1.6068630e-003  1.8298540e-003  2.5298150e-003  3.5948430e-003  1.7150280e-003  3.3600610e-005 -6.7486990e-005 -1.1040180e-003 -1.2380080e-003 -4.4493830e-004 -1.6320920e-003 -1.4264170e-004  4.9969460e-003  5.9678110e-003 -1.8400060e-005 -5.7412110e-003 -2.2402400e-003  1.3556550e-003 -1.8009450e-003 -7.2997890e-004  1.8171510e-003  1.7082160e-003  2.1835650e-003 -1.6970820e-004 -1.5322560e-003 -3.6748260e-004 -3.2339490e-005  7.1522670e-004 -2.5962000e-004 -8.4318510e-004  2.3507180e-003  5.9849270e-003  5.8282130e-003  1.6611930e-004 -4.6910660e-003 -3.4923120e-003 -1.8637440e-003 -2.9982220e-003 -1.3580620e-003  2.1003260e-003  1.9688640e-003  1.8244340e-003  2.4836360e-003  3.3039360e-003  4.4517040e-003 -5.8213420e-004 -5.1936830e-003 -2.1938760e-004  3.9535430e-003  1.4393080e-003  9.8819930e-005  1.0298340e-003  2.5443860e-004  1.2125260e-003  2.0422090e-003 -1.2835820e-003 -2.9394290e-003 -1.6157230e-003 -5.7543680e-004 -1.7942950e-003 -2.6583450e-003  8.3493260e-004  3.8803210e-003  5.2012050e-003  5.7762830e-003  3.2566090e-003  4.5960830e-004 -4.1178550e-004 -9.1480430e-004 -1.7886290e-003 -1.7935370e-003 -2.4370370e-003 -2.7935450e-003 -1.1451230e-004  8.5563300e-004  1.0099440e-003  2.0658340e-003  9.2822420e-004 -1.0186510e-003 -3.1585780e-003 -2.1274620e-003 -6.5808000e-005 -1.6243460e-003 -1.3749340e-003
  1.8171510e-003  1.7082160e-003  2.1835650e-003 -1.6970820e-004 -1.5322560e-003 -3.6748260e-004 -3.2339490e-005  7.1522670e-004 -2.5962000e-004 -8.4318510e-004  2.3507180e-003  5.9849270e-003  5.8282130e-003  1.6611930e-004 -4.6910660e-003 -3.4923120e-003 -1.8637440e-003 -2.9982220e-003 -1.3580620e-003  2.1003260e-003  1.9688640e-003  1.8244340e-003  2.4836360e-003  3.3039360e-003  4.4517040e-003 -5.8213420e-004 -5.1936830e-003 -2.1938760e-004  3.9535430e-003  1.4393080e-003  9.8819930e-005  1.0298340e-003  2.5443860e-004  1.2125260e-003  2.0422090e-003 -1.2835820e-003 -2.9394290e-003 -1.6157230e-003 -5.7543680e-004 -1.7942950e-003 -2.6583450e-003  8.3493260e-004  3.8803210e-003  5.2012050e-003  5.7762830e-003  3.2566090e-003  4.5960830e-004 -4.1178550e-004 -9.1480430e-004 -1.7886290e-003 -1.7935370e-003 -2.4370370e-003 -2.7935450e-003 -1.1451230e-004  8.5563300e-004  1.0099440e-003  2.0658340e-003  9.2822420e-004 -1.0186510e-003 -3.1585780e-003 -2.1274620e-003 -6.5808000e-005 -1.6243460e-003 -1.3749340e-003 -4.0666910e-004  1.8216720e-004  2.3088360e-003  1.4227350e-003 -7.8796710e-004 -1.0343930e-003  4.6513420e-004  3.5837500e-003  5.2160000e-003  4.8321320e-003  1.6799830e-003 -3.1346490e-003 -3.2519470e-003 -4.2313380e-003 -7.7293570e-003 -2.3010190e-003  3.5305090e-003  5.1366120e-004 -2.5721310e-003 -4.2308900e-003 -2.8306780e-003  1.0618340e-003  7.9977320e-005 -1.3591240e-003 -1.1795210e-003 -2.7256470e-003 -3.6426540e-003 -4.3034630e-003 -4.5997980e-003 -5.5929560e-003 -8.5332070e-003 -7.7481880e-003 -2.8449530e-003  1.6551310e-003  2.6922980e-003  5.2298140e-004 -2.4805880e-004 -1.1484820e-003 -2.8108520e-003 -4.8836610e-003 -8.6316100e-003 -4.4905160e-003  2.8512680e-003  3.0223550e-003  5.2749930e-003  3.0059860e-003 -5.8296200e-003 -4.1302990e-003 -1.0479300e-003 -2.1674260e-003  7.4218020e-004  1.2869230e-004 -1.6942180e-003 -4.4653110e-004 -1.7326740e-003 -2.2406030e-003 -1.0643880e-003 -3.7847340e-004 -3.6875280e-004 -1.1249060e-003 -1.3667570e-003 -3.0213290e-003 -3.5164190e-003 -1.0266930e-003
 -4.0666910e-004  1.8216720e-004  2.3088360e-003  1.4227350e-003 -7.8796710e-004 -1.0343930e-003  4.6513420e-004  3.5837500e-003  5.2160000e-003  4.8321320e-003  1.6799830e-003 -3.1346490e-003 -3.2519470e-003 -4.2313380e-003 -7.7293570e-003 -2.3010190e-003  3.5305090e-003  5.1366120e-004 -2.5721310e-003 -4.2308900e-003 -2.8306780e-003  1.0618340e-003  7.9977320e-005 -1.3591240e-003 -1.1795210e-003 -2.7256470e-003 -3.6426540e-003 -4.3034630e-003 -4.5997980e-003 -5.5929560e-003 -8.5332070e-003 -7.7481880e-003 -2.8449530e-003  1.6551310e-003  2.6922980e-003  5.2298140e-004 -2.4805880e-004 -1.1484820e-003 -2.8108520e-003 -4.8836610e-003 -8.6316100e-003 -4.4905160e-003  2.8512680e-003  3.0223550e-003  5.2749930e-003  3.0059860e-003 -5.8296200e-003 -4.1302990e-003 -1.0479300e-003 -2.1674260e-003  7.4218020e-004  1.2869230e-004 -1.6942180e-003 -4.4653110e-004 -1.7326740e-003 -2.2406030e-003 -1.0643880e-003 -3.7847340e-004 -3.6875280e-004 -1.1249060e-003 -1.3667570e-003 -3.0213290e-003 -3.5164190e-003 -1.0266930e-003  2.2749870e-005 -2.5603090e-004 -5.8815010e-004 -2.9346740e-004 -8.3262790e-005 -5.4039290e-004 -5.2155460e-005 -1.9547030e-004 -3.3817230e-004  8.1805250e-005  2.3794430e-004  2.4782570e-003  4.0859410e-003  2.4738430e-003  1.2910590e-003  1.3639810e-003  4.6752640e-004 -3.4523980e-004  1.9401010e-004  1.5620630e-004 -3.6718650e-004 -1.5246090e-003 -3.0954860e-003 -1.7113190e-003  3.9224410e-004  2.9321590e-004  2.9995770e-004  1.1530480e-003  1.6970650e-003  4.9388370e-004 -1.8345560e-003 -2.1758200e-003 -8.0691460e-004 -1.1545850e-003 -3.2508650e-003 -3.4072840e-003  5.1911380e-004  4.4780740e-003  2.6864170e-003  2.9864680e-004  1.7397270e-003 -6.1205650e-004 -3.9633090e-003 -1.4614350e-003  1.6139310e-003  3.6940320e-003  3.5172740e-003  1.3242390e-004 -1.3099310e-003 -1.0505830e-003  5.3991570e-004  1.2740870e-003 -4.6366630e-004  9.2000780e-004  2.0891250e-003  5.1490440e-004 -1.9774410e-004 -2.0634250e-004  1.0724270e-003  3.8473710e-004 -2.7700700e-004  1.1767870e-003 -7.6377000e-005 -8.1383710e-005
  2.2749870e-005 -2.5603090e-004 -5.8815010e-004 -2.9346740e-004 -8.3262790e-005 -5.4039290e-004 -5.2155460e-005 -1.9547030e-004 -3.3817230e-004  8.1805250e-005  2.3794430e-004  2.4782570e-003  4.0859410e-003  2.4738430e-003  1.2910590e-003  1.3639810e-003  4.6752640e-004 -3.4523980e-004  1.9401010e-004  1.5620630e-004 -3.6718650e-004 -1.5246090e-003 -3.0954860e-003 -1.7113190e-003  3.9224410e-004  2.9321590e-004  2.9995770e-004  1.1530480e-003  1.6970650e-003  4.9388370e-004 -1.8345560e-003 -2.1758200e-003 -8.0691460e-004 -1.1545850e-003 -3.2508650e-003 -3.4072840e-003  5.1911380e-004  4.4780740e-003  2.6864170e-003  2.9864680e-004  1.7397270e-003 -6.1205650e-004 -3.9633090e-003 -1.4614350e-003  1.6139310e-003  3.6940320e-003  3.5172740e-003  1.3242390e-004 -1.3099310e-003 -1.0505830e-003  5.3991570e-004  1.2740870e-003 -4.6366630e-004  9.2000780e-004  2.0891250e-003  5.1490440e-004 -1.9774410e-004 -2.0634250e-004  1.0724270e-003  3.8473710e-004 -2.7700700e-004  1.1767870e-003 -7.6377000e-005 -8.1383710e-005 -8.9964850e-004 -2.8825510e-003  1.3943970e-003  4.5426090e-003  3.1117740e-003  2.6422250e-003  2.9871490e-003  1.5355190e-003 -6.1422230e-004  7.4710590e-004  2.3567530e-003  2.6094470e-003  3.3639070e-003  2.4483760e-003  7.4675890e-004 -4.5453300e-004  1.2645200e-004  7.0997150e-005 -1.1661180e-003  7.0412350e-004  6.4791770e-004 -1.9355210e-004  2.5151960e-003  3.3334960e-003  2.7769650e-003  1.9570000e-003  1.1067550e-003  1.4799090e-003  1.9116210e-004 -2.0214630e-003 -3.2924540e-003 -2.7031280e-003 -1.0529450e-003  3.1762710e-004  2.2627510e-003  2.4436910e-003  2.3956760e-003  3.2985890e-003  2.1800210e-003  1.6973530e-003  8.2744240e-004 -1.9272030e-003 -3.3158710e-003 -3.3620950e-003 -2.5704240e-003 -2.9230070e-003 -3.4171580e-003 -1.8448400e-003  3.3603760e-004  3.1372150e-003  1.4809230e-003 -2.0320620e-003  1.2971230e-004  2.6216570e-004 -1.1656590e-003  2.6834870e-004 -4.7587940e-004 -5.7572610e-004  4.9587430e-005 -8.8498480e-004 -1.2602870e-003 -2.7128460e-003 -2.6300540e-003 -2.7929740e-004
 -8.9964850e-004 -2.8825510e-003  1.3943970e-003  4.5426090e-003  3.1117740e-003  2.6422250e-003  2.9871490e-003  1.5355190e-003 -6.1422230e-004  7.4710590e-004  2.3567530e-003  2.6094470e-003  3.3639070e-003  2.4483760e-003  7.4675890e-004 -4.5453300e-004  1.2645200e-004  7.0997150e-005 -1.1661180e-003  7.0412350e-004  6.4791770e-004 -1.9355210e-004  2.5151960e-003  3.3334960e-003  2.7769650e-003  1.9570000e-003  1.1067550e-003  1.4799090e-003  1.9116210e-004 -2.0214630e-003 -3.2924540e-003 -2.7031280e-003 -1.0529450e-003  3.1762710e-004  2.2627510e-003  2.4436910e-003  2.3956760e-003  3.2985890e-003  2.1800210e-003  1.6973530e-003  8.2744240e-004 -1.9272030e-003 -3.3158710e-003 -3.3620950e-003 -2.5704240e-003 -2.9230070e-003 -3.4171580e-003 -1.8448400e-003  3.3603760e-004  3.1372150e-003  1.4809230e-003 -2.0320620e-003  1.2971230e-004  2.6216570e-004 -1.1656590e-003  2.6834870e-004 -4.7587940e-004 -5.7572610e-004  4.9587430e-005 -8.8498480e-004 -1.2602870e-003 -2.7128460e-003 -2.6300540e-003 -2.7929740e-004 -6.0220600e-005 -5.5869050e-004 -3.7129920e-004 -1.5505150e-004  4.9535630e-004  1.2451960e-003  1.1785860e-003  5.7782840e-004  2.2879960e-004 -5.6762110e-004 -8.3157410e-004 -8.9478660e-004 -2.0125720e-003 -1.0470680e-003  1.7268360e-004 -1.4595350e-003 -2.3284690e-003 -2.4833560e-003 -3.1844270e-003 -2.3586610e-003 -1.0587570e-003 -5.9280560e-004  5.8689020e-004  1.6780950e-003  8.0419510e-004 -2.0180020e-004 -1.1146390e-003 -2.0377520e-003 -6.4744620e-004  2.9340730e-004 -2.7621650e-004  6.8632390e-004  1.3611760e-003  1.4645900e-004 -1.4821110e-003 -1.7051240e-003 -4.7777080e-004 -2.4393020e-004 -1.8720390e-003 -3.3924000e-003 -2.1718730e-003 -7.0806870e-004 -1.7020100e-003 -1.6585150e-003 -1.1102190e-003 -1.4961200e-003 -4.5760870e-004  3.4173820e-004  1.3545520e-004  8.3459980e-004  1.5483410e-003  6.7915150e-004 -1.1774120e-004  1.8790790e-003  3.6879590e-003  2.9935870e-003  3.6692800e-003  5.7189500e-003  6.0073890e-003  4.8121700e-003  2.1519620e-003 -1.0240150e-003 -1.0551990e-003  2.9170070e-004
 -6.0220600e-005 -5.5869050e-004 -3.7129920e-004 -1.5505150e-004  4.9535630e-004  1.2451960e-003  1.1785860e-003  5.7782840e-004  2.2879960e-004 -5.6762110e-004 -8.3157410e-004 -8.9478660e-004 -2.0125720e-003 -1.0470680e-003  1.7268360e-004 -1.4595350e-003 -2.3284690e-003 -2.4833560e-003 -3.1844270e-003 -2.3586610e-003 -1.0587570e-003 -5.9280560e-004  5.8689020e-004  1.6780950e-003  8.0419510e-004 -2.0180020e-004 -1.1146390e-003 -2.0377520e-003 -6.4744620e-004  2.9340730e-004 -2.7621650e-004  6.8632390e-004  1.3611760e-003  1.4645900e-004 -1.4821110e-003 -1.7051240e-003 -4.7777080e-004 -2.4393020e-004 -1.8720390e-003 -3.3924000e-003 -2.1718730e-003 -7.0806870e-004 -1.7020100e-003 -1.6585150e-003 -1.1102190e-003 -1.4961200e-003 -4.5760870e-004  3.4173820e-004  1.3545520e-004  8.3459980e-004  1.5483410e-003  6.7915150e-004 -1.1774120e-004  1.8790790e-003  3.6879590e-003  2.9935870e-003  3.6692800e-003  5.7189500e-003  6.0073890e-003  4.8121700e-003  2.1519620e-003 -1.0240150e-003 -1.0551990e-003  2.9170070e-004 -6.5442080e-005  3.0242920e-004  3.8440160e-004 -1.9944290e-004  6.7622500e-004  4.7489880e-004 -6.6834670e-004 -1.2083380e-003 -9.0135340e-005  8.7727410e-004 -2.2430570e-003 -2.6813260e-003  1.4970280e-003  3.6912790e-003  3.2831370e-003  1.2869010e-003  1.5529100e-003  2.8019640e-003  2.6334180e-003  3.2090410e-003  1.5094780e-003  1.4010450e-004  3.7154860e-004  4.9832820e-004  1.9632080e-003  5.0618790e-004 -6.9923040e-004  9.0987320e-005 -2.1603080e-003 -4.2297480e-003 -4.2406510e-003 -2.1176150e-003  1.7826380e-004  4.9589520e-005 -1.2711670e-004 -1.8982760e-004  2.8387900e-004  1.7134780e-003  2.4791160e-003  1.5348680e-004 -3.9745430e-003 -4.6036410e-003 -5.7055220e-003 -8.2892450e-003 -6.8621170e-003 -5.4231500e-003 -4.2481050e-003 -1.7152050e-003 -4.7723280e-004  3.3862760e-003  6.7503990e-003  3.3892620e-003  1.6390840e-003  4.8767010e-003  5.1400290e-003  7.3097410e-004 -3.4186220e-003 -3.7970470e-003 -4.0104910e-003 -6.0575000e-003 -5.5274060e-003 -4.3850440e-003 -3.2449640e-003 -1.0783350e-006
 -6.5442080e-005  3.0242920e-004  3.8440160e-004 -1.9944290e-004  6.7622500e-004  4.7489880e-004 -6.6834670e-004 -1.2083380e-003 -9.0135340e-005  8.7727410e-004 -2.2430570e-003 -2.6813260e-003  1.4970280e-003  3.6912790e-003  3.2831370e-003  1.2869010e-003  1.5529100e-003  2.8019640e-003  2.6334180e-003  3.2090410e-003  1.5094780e-003  1.4010450e-004  3.7154860e-004  4.9832820e-004  1.9632080e-003  5.0618790e-004 -6.9923040e-004  9.0987320e-005 -2.1603080e-003 -4.2297480e-003 -4.2406510e-003 -2.1176150e-003  1.7826380e-004  4.9589520e-005 -1.2711670e-004 -1.8982760e-004  2.8387900e-004  1.7134780e-003  2.4791160e-003  1.5348680e-004 -3.9745430e-003 -4.6036410e-003 -5.7055220e-003 -8.2892450e-003 -6.8621170e-003 -5.4231500e-003 -4.2481050e-003 -1.7152050e-003 -4.7723280e-004  3.3862760e-003  6.7503990e-003  3.3892620e-003  1.6390840e-003  4.8767010e-003  5.1400290e-003  7.3097410e-004 -3.4186220e-003 -3.7970470e-003 -4.0104910e-003 -6.0575000e-003 -5.5274060e-003 -4.3850440e-003 -3.2449640e-003 -1.0783350e-006  1.9597350e-003  2.9643070e-003  1.8956080e-003 -3.4146820e-004  5.4649070e-004 -1.5407750e-004 -2.0839350e-003 -1.5480750e-003 -1.0107750e-003 -7.0346760e-004 -6.0278120e-004 -6.8316450e-004 -7.2020000e-004 -6.5061590e-004 -8.9095700e-004 -2.7418520e-003 -4.8783400e-003 -4.3665050e-003  2.5662890e-003  9.3141070e-003  4.5778900e-003 -2.3247010e-003 -1.3459700e-003 -6.6305260e-004 -1.2054890e-003  1.7386780e-003  2.8917720e-003  1.1061940e-003 -4.6016240e-004 -1.4573230e-003 -1.6736410e-003 -3.6245370e-003 -5.7242880e-003 -3.7419400e-003 -1.2929790e-003 -2.4001390e-003 -3.0438050e-003 -1.7756650e-003 -2.5473700e-003 -2.4279940e-003 -9.8048420e-004 -1.0671930e-003 -6.4308490e-004 -6.5017760e-004  7.1810460e-004  2.8157930e-003  1.8041290e-003  1.4998970e-003  1.3510620e-003  1.5485620e-004  5.4746740e-004  1.1886890e-003  2.3057870e-003  3.9511650e-003  3.2120770e-003  2.9988910e-004 -1.1447550e-003  4.7149070e-005  1.1105300e-003 -1.0775400e-004 -1.3227390e-003 -4.3275250e-004 -4.6002200e-004 -7.7975620e-004
  1.9597350e-003  2.9643070e-003  1.8956080e-003 -3.4146820e-004  5.4649070e-004 -1.5407750e-004 -2.0839350e-003 -1.5480750e-003 -1.0107750e-003 -7.0346760e-004 -6.0278120e-004 -6.8316450e-004 -7.2020000e-004 -6.5061590e-004 -8.9095700e-004 -2.7418520e-003 -4.8783400e-003 -4.3665050e-003  2.5662890e-003  9.3141070e-003  4.5778900e-003 -2.3247010e-003 -1.3459700e-003 -6.6305260e-004 -1.2054890e-003  1.7386780e-003  2.8917720e-003  1.1061940e-003 -4.6016240e-004 -1.4573230e-003 -1.6736410e-003 -3.6245370e-003 -5.7242880e-003 -3.7419400e-003 -1.2929790e-003 -2.4001390e-003 -3.0438050e-003 -1.7756650e-003 -2.5473700e-003 -2.4279940e-003 -9.8048420e-004 -1.0671930e-003 -6.4308490e-004 -6.5017760e-004  7.1810460e-004  2.8157930e-003  1.8041290e-003  1.4998970e-003  1.3510620e-003  1.5485620e-004  5.4746740e-004  1.1886890e-003  2.3057870e-003  3.9511650e-003  3.2120770e-003  2.9988910e-004 -1.1447550e-003  4.7149070e-005  1.1105300e-003 -1.0775400e-004 -1.3227390e-003 -4.3275250e-004 -4.6002200e-004 -7.7975620e-004  7.2256720e-004  1.6512470e-003  1.5902930e-003  5.8335910e-004  3.8109000e-004  1.6372950e-003  2.1885210e-003  3.2905300e-003  3.1481990e-003  2.1323910e-003  2.4199700e-003  9.7377890e-004  4.1256670e-004  2.0274250e-003  4.9865720e-003  9.0435080e-003  7.4140480e-003  4.7996630e-003  6.8085970e-003  5.6113350e-003  4.0097260e-003  5.1476810e-003  3.9366760e-003  2.9899640e-003  3.0202980e-003  7.5897900e-004 -1.4609270e-003  8.7200590e-005  3.4438270e-003  4.3291140e-003  3.8692580e-003  3.1515930e-003  1.8477160e-003 -9.1021390e-004 -4.9167150e-003 -2.7124040e-003  1.7270280e-003 -1.1061080e-004 -2.8206290e-004  6.7566940e-004 -1.3995040e-003 -1.5655970e-003 -2.2456880e-003 -2.7024160e-003  2.0581020e-006  2.0172030e-003  1.6137080e-003  5.7692540e-004  1.5737790e-003  2.3016230e-003  2.2481400e-003  2.9765420e-003  2.0999060e-003  2.2961760e-003  2.7632870e-003  1.8626250e-003  2.5788360e-003  2.2578460e-003  1.6406750e-003  5.6996260e-004 -3.3994160e-003 -7.7515690e-003 -1.0409510e-002 -4.8171130e-003
  2.7487420e-002  2.8592810e-002  2.9357390e-002  3.3080640e-002  3.2310600e-002  4.5052340e-002  6.1379070e-002  5.6201480e-002  3.5031810e-002  1.7036810e-002  2.2625660e-002  3.5994360e-002  3.4600830e-002  2.5355240e-002  1.3841230e-002  1.8425570e-002  3.1522770e-002  2.6471450e-002  1.7275860e-002  9.4445240e-003  8.9275730e-003  1.6041840e-002  1.2373260e-002  1.8473100e-002  2.7381630e-002  1.9525090e-002  1.8320020e-002  1.2735960e-002 -1.7458830e-003 -4.1573550e-003 -1.4328880e-003  3.1051340e-003  5.9369090e-003 -1.0773560e-003 -8.8171530e-003 -5.2325490e-003  3.8599060e-003  8.0129020e-003  7.9262950e-003  2.1593780e-003 -3.6544960e-003 -6.3410040e-003 -7.4253250e-003 -4.1795260e-003 -7.4146930e-003 -1.1063150e-002 -1.0010130e-002 -1.3306650e-002 -1.1838970e-002 -1.2214150e-002 -1.4552000e-002 -1.5520750e-002 -3.4608840e-002 -4.6361080e-002 -1.6752070e-002  1.4079200e-002  2.0035130e-003 -1.2009640e-002 -4.8172040e-003 -1.5848280e-002 -2.1222120e-002 -8.9833750e-003 -9.0553620e-003 -4.3139890e-003 -1.8911340e-003 -3.9421840e-003 -4.0262910e-004 -9.9608810e-003 -1.6293890e-002 -1.3444550e-002 -1.3800330e-002 -1.4144320e-002 -1.2255880e-002 -4.6050360e-003 -2.2719770e-003 -1.9552190e-003  5.2396480e-004 -5.7381190e-003 -1.4290030e-002 -2.2294130e-002 -1.9721010e-002 -1.3478680e-003  1.2709520e-002  1.0215830e-002  9.1304900e-004 -6.5565170e-003 -2.1791960e-002 -2.2415760e-002 -3.2417590e-003 -3.0071920e-003 -7.7529250e-003 -1.1732270e-002 -1.9121220e-002 -9.9750120e-003 -2.8914100e-003  1.3366650e-003  2.6355260e-003 -6.6180560e-003 -5.0724340e-003 -2.6161760e-003 -1.5120860e-003 -1.6579350e-004 -6.2948910e-003 -3.8146760e-003 -1.2374000e-003 -5.3068210e-004  1.6960430e-003 -2.2904480e-003 -6.0460270e-004 -3.3643220e-006 -6.2976660e-004  3.4240420e-003  1.9815000e-003  1.4875990e-003 -9.0887850e-005 -2.4874570e-003 -2.1031540e-004 -1.1252190e-003 -1.7554730e-003 -1.2621510e-003  3.7988900e-004  3.5418440e-003  8.8090560e-004 -1.2228980e-003  6.5508330e-004  1.2737670e-003  1.3552560e-003 -1.4819150e-004
 -1.8911340e-003 -3.9421840e-003 -4.0262910e-004 -9.9608810e-003 -1.6293890e-002 -1.3444550e-002 -1.3800330e-002 -1.4144320e-002 -1.2255880e-002 -4.6050360e-003 -2.2719770e-003 -1.9552190e-003  5.2396480e-004 -5.7381190e-003 -1.4290030e-002 -2.2294130e-002 -1.9721010e-002 -1.3478680e-003  1.2709520e-002  1.0215830e-002  9.1304900e-004 -6.5565170e-003 -2.1791960e-002 -2.2415760e-002 -3.2417590e-003 -3.0071920e-003 -7.7529250e-003 -1.1732270e-002 -1.9121220e-002 -9.9750120e-003 -2.8914100e-003  1.3366650e-003  2.6355260e-003 -6.6180560e-003 -5.0724340e-003 -2.6161760e-003 -1.5120860e-003 -1.6579350e-004 -6.2948910e-003 -3.8146760e-003 -1.2374000e-003 -5.3068210e-004  1.6960430e-003 -2.2904480e-003 -6.0460270e-004 -3.3643220e-006 -6.2976660e-004  3.4240420e-003  1.9815000e-003  1.4875990e-003 -9.0887850e-005 -2.4874570e-003 -2.1031540e-004 -1.1252190e-003 -1.7554730e-003 -1.2621510e-003  3.7988900e-004  3.5418440e-003  8.8090560e-004 -1.2228980e-003  6.5508330e-004  1.2737670e-003  1.3552560e-003 -1.4819150e-004 -3.3409910e-003 -4.2029440e-003 -2.0902180e-003 -3.7486990e-004  1.4758520e-003  3.8959140e-003  3.8399790e-003  2.5297570e-003  1.3832970e-003  7.8159090e-004  1.8303670e-003  4.0184010e-003  5.8111020e-003  3.5600440e-003 -1.0931270e-003 -1.9408580e-003  6.7233580e-004  4.8832580e-003  6.9756860e-003  7.4650040e-005 -8.0248790e-003 -5.8473070e-003 -2.1634550e-003 -8.7084000e-004  4.5333170e-003  5.6083950e-003  1.9389390e-003  2.2488490e-003  1.6414660e-003  1.8466200e-003  3.7593920e-003  1.6587220e-003  1.0420410e-003  2.0189910e-003  2.1461250e-003  3.2889750e-003  2.8638870e-003  2.5835130e-003  3.0316930e-003  2.2710500e-003  1.0209160e-003 -4.1006350e-004  7.3059430e-004  2.9333240e-003  2.7456620e-003  2.4873970e-003  2.6765430e-003  2.4887470e-003  2.3627800e-003  1.6010510e-003  7.5337350e-004  7.7504090e-004  1.0344340e-004 -1.7071150e-003 -2.4430550e-003 -2.4239540e-003 -2.3245160e-003  4.0442110e-005  2.4476960e-003  1.7157620e-003  1.5911840e-003  2.2922470e-003  4.2337280e-004  9.5883620e-006
 -3.3409910e-003 -4.2029440e-003 -2.0902180e-003 -3.7486990e-004  1.4758520e-003  3.8959140e-003  3.8399790e-003  2.5297570e-003  1.3832970e-003  7.8159090e-004  1.8303670e-003  4.0184010e-003  5.8111020e-003  3.5600440e-003 -1.0931270e-003 -1.9408580e-003  6.7233580e-004  4.8832580e-003  6.9756860e-003  7.4650040e-005 -8.0248790e-003 -5.8473070e-003 -2.1634550e-003 -8.7084000e-004  4.5333170e-003  5.6083950e-003  1.9389390e-003  2.2488490e-003  1.6414660e-003  1.8466200e-003  3.7593920e-003  1.6587220e-003  1.0420410e-003  2.0189910e-003  2.1461250e-003  3.2889750e-003  2.8638870e-003  2.5835130e-003  3.0316930e-003  2.2710500e-003  1.0209160e-003 -4.1006350e-004  7.3059430e-004  2.9333240e-003  2.7456620e-003  2.4873970e-003  2.6765430e-003  2.4887470e-003  2.3627800e-003  1.6010510e-003  7.5337350e-004  7.7504090e-004  1.0344340e-004 -1.7071150e-003 -2.4430550e-003 -2.4239540e-003 -2.3245160e-003  4.0442110e-005  2.4476960e-003  1.7157620e-003  1.5911840e-003  2.2922470e-003  4.2337280e-004  9.5883620e-006  2.1247540e-003  1.3670290e-003 -1.9358150e-003 -4.5464580e-003 -3.6225300e-003  6.6228470e-004  2.5531240e-003  1.4494510e-003 -2.9433270e-004 -1.5358930e-003 -1.9402600e-004  7.2573600e-004 -9.8250990e-005 -7.5876250e-004 -1.4698620e-003 -1.3100550e-003 -7.6632510e-004  4.0634490e-004  2.4043770e-003  3.0927010e-003  2.3906980e-003  2.0991600e-004 -1.5159960e-003 -9.9618220e-005  2.1818960e-003  3.1848890e-003  2.9273430e-003  2.1948000e-003  1.9659900e-003  1.0052240e-003 -1.5594440e-004 -8.3309500e-004 -2.0317550e-003 -6.8571830e-004  3.3814690e-003  5.7969790e-003  3.4529050e-003 -9.0821460e-004 -6.6300110e-004 -9.9198640e-004 -3.0750290e-003 -1.6643570e-003 -2.8324610e-003 -2.1068780e-003  1.2205870e-003 -1.5961900e-003 -2.1955990e-003 -1.3684080e-004 -4.2731080e-004  1.7852800e-004  3.8013550e-004  9.4995080e-004 -3.3517270e-004 -2.8183840e-003 -1.5597760e-003 -1.3470560e-003 -1.6184790e-003  1.1971790e-003  2.6787700e-003 -3.6360040e-004 -4.8536930e-003 -4.7945700e-003 -1.2650110e-003  3.0376930e-003
  2.1247540e-003  1.3670290e-003 -1.9358150e-003 -4.5464580e-003 -3.6225300e-003  6.6228470e-004  2.5531240e-003  1.4494510e-003 -2.9433270e-004 -1.5358930e-003 -1.9402600e-004  7.2573600e-004 -9.8250990e-005 -7.5876250e-004 -1.4698620e-003 -1.3100550e-003 -7.6632510e-004  4.0634490e-004  2.4043770e-003  3.0927010e-003  2.3906980e-003  2.0991600e-004 -1.5159960e-003 -9.9618220e-005  2.1818960e-003  3.1848890e-003  2.9273430e-003  2.1948000e-003  1.9659900e-003  1.0052240e-003 -1.5594440e-004 -8.3309500e-004 -2.0317550e-003 -6.8571830e-004  3.3814690e-003  5.7969790e-003  3.4529050e-003 -9.0821460e-004 -6.6300110e-004 -9.9198640e-004 -3.0750290e-003 -1.6643570e-003 -2.8324610e-003 -2.1068780e-003  1.2205870e-003 -1.5961900e-003 -2.1955990e-003 -1.3684080e-004 -4.2731080e-004  1.7852800e-004  3.8013550e-004  9.4995080e-004 -3.3517270e-004 -2.8183840e-003 -1.5597760e-003 -1.3470560e-003 -1.6184790e-003  1.1971790e-003  2.6787700e-003 -3.6360040e-004 -4.8536930e-003 -4.7945700e-003 -1.2650110e-003  3.0376930e-003  6.7511190e-003  5.3339810e-003  2.5760450e-003  7.0978530e-004 -2.9869740e-003 -2.3663200e-003 -4.5804380e-004 -2.3335300e-003 -6.6684340e-004  1.4221520e-003  3.9795130e-004 -3.9980450e-004 -2.3790840e-003 -1.7272230e-003  8.5176550e-004  1.0582260e-003  1.0543350e-003 -8.6753260e-004 -2.0808950e-003  6.6250010e-004  3.4600600e-003  4.3963640e-003  2.4653530e-003  1.5602860e-004 -5.4052750e-004 -7.4288100e-004 -1.3329160e-003 -4.7436430e-003 -5.1553400e-003  3.3238870e-003  9.5922390e-003  1.7498850e-003 -7.0615180e-003 -1.9442230e-003  2.9145670e-004 -5.3348450e-003 -3.8907870e-003 -9.9588330e-004  1.6484750e-003  3.9400660e-003  3.8735960e-004 -1.0007550e-003 -1.2447800e-003 -6.7813360e-004  2.5637160e-003  2.6687260e-004 -3.0634710e-003 -4.6949160e-003 -5.0119760e-003 -1.6289810e-003 -1.3032730e-003 -1.8920690e-003 -1.2301160e-003 -2.0006030e-003  2.7643080e-004  6.4720020e-003  1.1865520e-002  6.0292730e-003 -2.7076860e-003  2.4317370e-003  3.7393580e-003 -4.6327480e-003 -6.6273670e-003 -4.6939600e-003
  6.7511190e-003  5.3339810e-003  2.5760450e-003  7.0978530e-004 -2.9869740e-003 -2.3663200e-003 -4.5804380e-004 -2.3335300e-003 -6.6684340e-004  1.4221520e-003  3.9795130e-004 -3.9980450e-004 -2.3790840e-003 -1.7272230e-003  8.5176550e-004  1.0582260e-003  1.0543350e-003 -8.6753260e-004 -2.0808950e-003  6.6250010e-004  3.4600600e-003  4.3963640e-003  2.4653530e-003  1.5602860e-004 -5.4052750e-004 -7.4288100e-004 -1.3329160e-003 -4.7436430e-003 -5.1553400e-003  3.3238870e-003  9.5922390e-003  1.7498850e-003 -7.0615180e-003 -1.9442230e-003  2.9145670e-004 -5.3348450e-003 -3.8907870e-003 -9.9588330e-004  1.6484750e-003  3.9400660e-003  3.8735960e-004 -1.0007550e-003 -1.2447800e-003 -6.7813360e-004  2.5637160e-003  2.6687260e-004 -3.0634710e-003 -4.6949160e-003 -5.0119760e-003 -1.6289810e-003 -1.3032730e-003 -1.8920690e-003 -1.2301160e-003 -2.0006030e-003  2.7643080e-004  6.4720020e-003  1.1865520e-002  6.0292730e-003 -2.7076860e-003  2.4317370e-003  3.7393580e-003 -4.6327480e-003 -6.6273670e-003 -4.6939600e-003  2.1283200e-003  1.2994210e-002  1.8406290e-002  1.7431530e-002  9.0976950e-003 -4.1642130e-003 -1.4009060e-002 -1.3467410e-002 -7.4939070e-003 -3.9089690e-003 -4.5507840e-004 -2.6488150e-003 -5.8916420e-003  1.2668220e-004  5.5407530e-003  8.4962010e-003  8.6236570e-003  2.1986690e-003 -7.1046920e-003 -1.5342340e-002 -9.4059590e-003  2.1478540e-003  1.4754840e-003  8.2056370e-004  2.7639940e-003  5.7500140e-003  1.0512540e-002  2.9172510e-003 -7.2534560e-003 -6.2638440e-003 -4.0814160e-003 -3.1209680e-003 -7.8663260e-004  1.2016980e-003  2.0196280e-003  3.7001060e-003  7.0811430e-003  6.2516860e-003  5.0135120e-004 -3.9791290e-003 -3.8246560e-003 -2.1815500e-003 -3.2745040e-003 -2.0180800e-003  4.6505180e-003  8.7933010e-003  3.5541050e-003 -3.1463040e-003  9.5798800e-004  5.8879430e-003  3.3194030e-003 -7.9543390e-004 -8.2221660e-003 -1.0222920e-002 -6.3789130e-003 -6.0868330e-003  4.3782710e-003  1.7631640e-002  1.8272200e-002  1.6962030e-002  1.2863830e-002  9.2598280e-004 -1.1868360e-002 -1.4152950e-002
  2.1283200e-003  1.2994210e-002  1.8406290e-002  1.7431530e-002  9.0976950e-003 -4.1642130e-003 -1.4009060e-002 -1.3467410e-002 -7.4939070e-003 -3.9089690e-003 -4.5507840e-004 -2.6488150e-003 -5.8916420e-003  1.2668220e-004  5.5407530e-003  8.4962010e-003  8.6236570e-003  2.1986690e-003 -7.1046920e-003 -1.5342340e-002 -9.4059590e-003  2.1478540e-003  1.4754840e-003  8.2056370e-004  2.7639940e-003  5.7500140e-003  1.0512540e-002  2.9172510e-003 -7.2534560e-003 -6.2638440e-003 -4.0814160e-003 -3.1209680e-003 -7.8663260e-004  1.2016980e-003  2.0196280e-003  3.7001060e-003  7.0811430e-003  6.2516860e-003  5.0135120e-004 -3.9791290e-003 -3.8246560e-003 -2.1815500e-003 -3.2745040e-003 -2.0180800e-003  4.6505180e-003  8.7933010e-003  3.5541050e-003 -3.1463040e-003  9.5798800e-004  5.8879430e-003  3.3194030e-003 -7.9543390e-004 -8.2221660e-003 -1.0222920e-002 -6.3789130e-003 -6.0868330e-003  4.3782710e-003  1.7631640e-002  1.8272200e-002  1.6962030e-002  1.2863830e-002  9.2598280e-004 -1.1868360e-002 -1.4152950e-002 -8.6844190e-003 -7.1324770e-003 -2.6358570e-003  1.4473770e-003  3.9186890e-005  1.7831870e-003  9.4024580e-004  1.0162770e-003  6.4439490e-003  7.6007510e-003  3.6506200e-003 -3.7327800e-003 -7.6553840e-003 -8.5669450e-003 -8.9408390e-003 -6.9811370e-004  4.6007810e-003  1.5826460e-003 -1.5529780e-004 -1.7482850e-003 -1.3133370e-003  2.9925270e-004  2.0928390e-003  4.4151180e-003  3.4708320e-003  2.3379800e-003  1.3291860e-003 -1.6875740e-003 -5.1900790e-003 -5.6941020e-003 -3.5700290e-003 -3.0926840e-003 -7.2512510e-004  1.8401920e-003  2.9218100e-003  5.6764860e-003  2.8145820e-003 -2.9750810e-003 -3.4345570e-003 -9.1982080e-004  1.9011930e-003  8.8046880e-004 -1.0746550e-003  1.6320950e-004  9.2817880e-004  2.5356200e-003  2.6261980e-003  3.9196690e-004  9.3680060e-004  7.9759550e-004  4.7046720e-004  1.2080760e-003  4.1402220e-004  1.4164880e-003  3.6070540e-003  5.2547920e-003  4.3321970e-003  6.6329730e-004  6.0406770e-004  1.9272500e-003  1.9687040e-003  1.4437890e-003 -6.3350600e-004 -2.0915930e-004
 -8.6844190e-003 -7.1324770e-003 -2.6358570e-003  1.4473770e-003  3.9186890e-005  1.7831870e-003  9.4024580e-004  1.0162770e-003  6.4439490e-003  7.6007510e-003  3.6506200e-003 -3.7327800e-003 -7.6553840e-003 -8.5669450e-003 -8.9408390e-003 -6.9811370e-004  4.6007810e-003  1.5826460e-003 -1.5529780e-004 -1.7482850e-003 -1.3133370e-003  2.9925270e-004  2.0928390e-003  4.4151180e-003  3.4708320e-003  2.3379800e-003  1.3291860e-003 -1.6875740e-003 -5.1900790e-003 -5.6941020e-003 -3.5700290e-003 -3.0926840e-003 -7.2512510e-004  1.8401920e-003  2.9218100e-003  5.6764860e-003  2.8145820e-003 -2.9750810e-003 -3.4345570e-003 -9.1982080e-004  1.9011930e-003  8.8046880e-004 -1.0746550e-003  1.6320950e-004  9.2817880e-004  2.5356200e-003  2.6261980e-003  3.9196690e-004  9.3680060e-004  7.9759550e-004  4.7046720e-004  1.2080760e-003  4.1402220e-004  1.4164880e-003  3.6070540e-003  5.2547920e-003  4.3321970e-003  6.6329730e-004  6.0406770e-004  1.9272500e-003  1.9687040e-003  1.4437890e-003 -6.3350600e-004 -2.0915930e-004  2.4038790e-004 -2.0018510e-003 -2.1043020e-003 -1.6234100e-004  1.3236700e-003  1.1536960e-003  2.0209320e-003  4.1436040e-003  2.1314580e-003 -1.4775060e-003 -2.2970650e-003 -5.5066080e-005  4.1968310e-003  4.9517120e-003  5.4966450e-004 -3.8458400e-003 -4.5804040e-003 -3.9884530e-003 -5.3236230e-003 -4.4022630e-003  8.6210740e-004  4.0687040e-003  9.6329020e-004 -3.5918600e-003 -2.6241210e-003 -1.2082150e-003 -2.2449950e-003 -4.5565590e-004 -7.3494060e-004 -2.8326570e-003 -2.7370670e-003 -3.2687480e-003 -1.3205750e-003  2.8123480e-004  3.0727380e-004  3.4382660e-003  3.8148680e-003  2.5374130e-003  3.3286800e-003  2.4400830e-003  2.0951380e-003  2.4572640e-003  6.3766480e-004 -9.3629400e-004 -3.6703870e-004 -2.7024380e-004 -2.3168350e-003 -3.7752560e-003 -3.8224050e-003 -4.1348960e-003 -5.4811540e-003 -6.1974580e-003 -2.2880470e-003  2.2424350e-003  1.9928970e-004 -3.7137800e-003 -5.3964230e-003 -6.6551230e-003 -5.6289530e-003 -4.5206210e-003 -2.9120450e-003  1.4664400e-003  1.0633110e-003 -5.2193540e-004
  2.4038790e-004 -2.0018510e-003 -2.1043020e-003 -1.6234100e-004  1.3236700e-003  1.1536960e-003  2.0209320e-003  4.1436040e-003  2.1314580e-003 -1.4775060e-003 -2.2970650e-003 -5.5066080e-005  4.1968310e-003  4.9517120e-003  5.4966450e-004 -3.8458400e-003 -4.5804040e-003 -3.9884530e-003 -5.3236230e-003 -4.4022630e-003  8.6210740e-004  4.0687040e-003  9.6329020e-004 -3.5918600e-003 -2.6241210e-003 -1.2082150e-003 -2.2449950e-003 -4.5565590e-004 -7.3494060e-004 -2.8326570e-003 -2.7370670e-003 -3.2687480e-003 -1.3205750e-003  2.8123480e-004  3.0727380e-004  3.4382660e-003  3.8148680e-003  2.5374130e-003  3.3286800e-003  2.4400830e-003  2.0951380e-003  2.4572640e-003  6.3766480e-004 -9.3629400e-004 -3.6703870e-004 -2.7024380e-004 -2.3168350e-003 -3.7752560e-003 -3.8224050e-003 -4.1348960e-003 -5.4811540e-003 -6.1974580e-003 -2.2880470e-003  2.2424350e-003  1.9928970e-004 -3.7137800e-003 -5.3964230e-003 -6.6551230e-003 -5.6289530e-003 -4.5206210e-003 -2.9120450e-003  1.4664400e-003  1.0633110e-003 -5.2193540e-004  1.3470820e-003  3.2146960e-004 -5.4619590e-005 -1.0012290e-003 -5.0033070e-003 -5.0395440e-003 -2.8821580e-003 -1.0549840e-003  1.2380640e-003  4.1728960e-003  5.6211440e-003  1.3126480e-003 -3.2418370e-003 -4.6952090e-003 -5.1880940e-003 -4.1381640e-003 -3.6075720e-003 -2.3134430e-003 -2.0795600e-004  2.3067450e-003  6.5218920e-003  4.9072730e-003 -1.6334960e-003 -4.8867460e-003 -5.0509930e-003 -3.0010600e-003 -2.3312060e-003 -2.8095390e-003 -1.9933390e-003 -4.0442850e-003 -4.3901760e-003 -1.0637460e-004  1.6818890e-003 -1.0003070e-003 -3.8506050e-003 -1.1341680e-003  1.5498730e-003 -1.0930510e-003 -3.1081610e-003 -6.1261000e-003 -7.0891580e-003 -7.1482770e-004  3.3176540e-003  1.7806390e-003  9.0274760e-004  1.8490670e-003  1.2512670e-003  2.7897850e-004  7.0679360e-004 -3.1466180e-003 -6.3806720e-003 -2.1594060e-003  1.2064180e-003  2.4456080e-003  4.6905500e-003  1.9903990e-003 -2.8012070e-003 -8.0566850e-004  1.9675930e-003  2.5610450e-003  5.6659620e-003  3.5145070e-003 -6.1669880e-004  1.0449370e-003
  1.3470820e-003  3.2146960e-004 -5.4619590e-005 -1.0012290e-003 -5.0033070e-003 -5.0395440e-003 -2.8821580e-003 -1.0549840e-003  1.2380640e-003  4.1728960e-003  5.6211440e-003  1.3126480e-003 -3.2418370e-003 -4.6952090e-003 -5.1880940e-003 -4.1381640e-003 -3.6075720e-003 -2.3134430e-003 -2.0795600e-004  2.3067450e-003  6.5218920e-003  4.9072730e-003 -1.6334960e-003 -4.8867460e-003 -5.0509930e-003 -3.0010600e-003 -2.3312060e-003 -2.8095390e-003 -1.9933390e-003 -4.0442850e-003 -4.3901760e-003 -1.0637460e-004  1.6818890e-003 -1.0003070e-003 -3.8506050e-003 -1.1341680e-003  1.5498730e-003 -1.0930510e-003 -3.1081610e-003 -6.1261000e-003 -7.0891580e-003 -7.1482770e-004  3.3176540e-003  1.7806390e-003  9.0274760e-004  1.8490670e-003  1.2512670e-003  2.7897850e-004  7.0679360e-004 -3.1466180e-003 -6.3806720e-003 -2.1594060e-003  1.2064180e-003  2.4456080e-003  4.6905500e-003  1.9903990e-003 -2.8012070e-003 -8.0566850e-004  1.9675930e-003  2.5610450e-003  5.6659620e-003  3.5145070e-003 -6.1669880e-004  1.0449370e-003 -1.3910110e-006 -9.9220410e-004  1.6441030e-003  2.7194760e-003  3.1920820e-003  2.2929040e-003  3.2089030e-004 -1.0971620e-003 -8.5488820e-004 -2.0939110e-004 -2.3698450e-003 -2.2702880e-003 -1.3135500e-004  4.7532200e-004  1.7982810e-003  1.2229020e-003 -2.0156280e-005  3.6673610e-004 -6.6404820e-004 -5.8733390e-004  1.7549510e-003  2.6649490e-003  2.3063860e-003  1.8041460e-003  4.4673680e-004 -1.2993340e-003 -2.2640090e-003 -2.0229620e-003 -1.7288610e-003 -1.4918490e-003  5.4855300e-004  2.3799490e-003  1.3688140e-003  3.3536900e-004  9.3277400e-004  1.0865380e-003  1.5297400e-003  2.2314950e-003  2.5107900e-004 -2.2685660e-003 -2.3225850e-003 -1.4049410e-003 -2.6336800e-004  1.1614440e-003  9.2695220e-004 -1.0111540e-003 -2.5486650e-003 -3.2035940e-003 -5.9596710e-005  4.6698980e-003  3.3181260e-003 -3.8897630e-004 -2.9163930e-003 -5.3725580e-003 -4.7691790e-003 -3.1430530e-003 -7.3526530e-004  2.7342060e-003  2.3703930e-003  9.7824610e-004 -2.8416700e-004 -2.4977070e-003  3.1569940e-004  4.5427250e-003
 -1.3910110e-006 -9.9220410e-004  1.6441030e-003  2.7194760e-003  3.1920820e-003  2.2929040e-003  3.2089030e-004 -1.0971620e-003 -8.5488820e-004 -2.0939110e-004 -2.3698450e-003 -2.2702880e-003 -1.3135500e-004  4.7532200e-004  1.7982810e-003  1.2229020e-003 -2.0156280e-005  3.6673610e-004 -6.6404820e-004 -5.8733390e-004  1.7549510e-003  2.6649490e-003  2.3063860e-003  1.8041460e-003  4.4673680e-004 -1.2993340e-003 -2.2640090e-003 -2.0229620e-003 -1.7288610e-003 -1.4918490e-003  5.4855300e-004  2.3799490e-003  1.3688140e-003  3.3536900e-004  9.3277400e-004  1.0865380e-003  1.5297400e-003  2.2314950e-003  2.5107900e-004 -2.2685660e-003 -2.3225850e-003 -1.4049410e-003 -2.6336800e-004  1.1614440e-003  9.2695220e-004 -1.0111540e-003 -2.5486650e-003 -3.2035940e-003 -5.9596710e-005  4.6698980e-003  3.3181260e-003 -3.8897630e-004 -2.9163930e-003 -5.3725580e-003 -4.7691790e-003 -3.1430530e-003 -7.3526530e-004  2.7342060e-003  2.3703930e-003  9.7824610e-004 -2.8416700e-004 -2.4977070e-003  3.1569940e-004  4.5427250e-003  3.2180280e-003  1.0705550e-003  5.5972170e-004  3.0375960e-004  3.9625750e-004 -1.9882520e-003 -4.6177070e-003 -2.8202650e-003  4.8281530e-006  2.4885880e-004 -1.7067740e-003 -2.4022740e-003 -1.4095550e-003 -2.3092400e-003 -1.3281960e-003  9.0253660e-004 -2.1344070e-004 -2.2977280e-004 -7.9410060e-005 -1.8862920e-003 -2.4385780e-003 -2.1285710e-003 -1.8396140e-003 -1.6893690e-003  5.3326240e-004  3.1805390e-003  1.9835230e-003  5.7831540e-004 -2.5454340e-004 -1.7959140e-003 -1.3973670e-003 -2.3036850e-004 -4.7032440e-004 -8.7873780e-004 -4.4189070e-004 -3.4763900e-004  1.5686150e-004  1.2696130e-003  8.6814120e-004  4.3801840e-004  1.7080330e-004 -8.6723350e-004 -8.2677550e-004 -1.1040770e-003 -1.9677540e-003  1.5978200e-004  3.5786560e-003  3.6996190e-003  8.5095700e-004 -1.3353370e-003 -6.4751430e-004  1.6276350e-004 -4.1351830e-004  1.3098350e-003  3.2327940e-003  2.2689840e-003  2.1146530e-003  1.9402390e-003 -1.3012120e-003 -3.3722550e-003  9.4597770e-004  5.7494220e-003  3.0464180e-003  9.2275630e-004
  3.2180280e-003  1.0705550e-003  5.5972170e-004  3.0375960e-004  3.9625750e-004 -1.9882520e-003 -4.6177070e-003 -2.8202650e-003  4.8281530e-006  2.4885880e-004 -1.7067740e-003 -2.4022740e-003 -1.4095550e-003 -2.3092400e-003 -1.3281960e-003  9.0253660e-004 -2.1344070e-004 -2.2977280e-004 -7.9410060e-005 -1.8862920e-003 -2.4385780e-003 -2.1285710e-003 -1.8396140e-003 -1.6893690e-003  5.3326240e-004  3.1805390e-003  1.9835230e-003  5.7831540e-004 -2.5454340e-004 -1.7959140e-003 -1.3973670e-003 -2.3036850e-004 -4.7032440e-004 -8.7873780e-004 -4.4189070e-004 -3.4763900e-004  1.5686150e-004  1.2696130e-003  8.6814120e-004  4.3801840e-004  1.7080330e-004 -8.6723350e-004 -8.2677550e-004 -1.1040770e-003 -1.9677540e-003  1.5978200e-004  3.5786560e-003  3.6996190e-003  8.5095700e-004 -1.3353370e-003 -6.4751430e-004  1.6276350e-004 -4.1351830e-004  1.3098350e-003  3.2327940e-003  2.2689840e-003  2.1146530e-003  1.9402390e-003 -1.3012120e-003 -3.3722550e-003  9.4597770e-004  5.7494220e-003  3.0464180e-003  9.2275630e-004  3.2674160e-003  2.2296640e-003  7.8795470e-004  4.5129630e-004 -1.1184230e-003 -2.8338550e-004 -3.0344930e-005 -1.2420970e-003 -1.8566410e-003 -3.8086840e-003 -3.0306700e-003  3.3549070e-004  2.0411630e-003  1.9070590e-003 -4.9881740e-004 -7.0018790e-004  1.8846340e-003  2.5892530e-003  1.2320510e-003 -4.1463280e-003 -8.8750000e-003 -4.6970780e-003  1.3862060e-003  1.4299550e-003  8.9295570e-006 -6.4789990e-004 -2.4904610e-003 -2.2722440e-003 -1.2734840e-003 -2.3322910e-003 -1.5462270e-003  4.8968820e-004  2.8392060e-003  4.4661960e-003  2.4689130e-003  1.3098290e-003  4.7379320e-004 -2.9869690e-003 -3.9031350e-003 -2.1236840e-003 -1.3477730e-003 -9.2774500e-004  1.2413700e-003  4.9876430e-003  7.1609750e-003  4.9636130e-003 -4.7994940e-004 -4.0044310e-003 -3.4892580e-003 -1.7796630e-003 -7.5488390e-004  1.7906450e-004  2.5174850e-003  5.2124640e-003  4.9634010e-003  1.1285090e-003 -1.8544360e-003 -1.6365160e-003 -2.3207580e-003 -3.1048530e-003 -1.4920560e-003 -1.8337860e-003 -4.1989540e-003 -4.6026160e-003
 -9.7486420e-002 -7.6214970e-002 -6.6110550e-002 -7.1578680e-002 -9.9267680e-002 -1.2699410e-001 -1.1986580e-001 -1.1090300e-001 -1.1591370e-001 -1.0765170e-001 -6.5043660e-002 -1.0861130e-002 -5.9031440e-004 -3.9624860e-002 -5.6376310e-002 -1.3263960e-002  1.8130700e-002 -1.5826780e-002 -8.3012150e-002 -1.2496070e-001 -1.0615770e-001 -6.7017670e-002 -5.8663920e-002 -6.5770200e-002 -7.2309770e-002 -7.3797750e-002 -6.0651760e-002 -5.1269030e-002 -4.5523050e-002 -3.6932330e-002 -3.9597610e-002 -4.4135910e-002 -5.7417130e-002 -7.0569630e-002 -6.2553160e-002 -5.8228230e-002 -5.6307030e-002 -5.0772240e-002 -4.9232230e-002 -4.3089070e-002 -3.3758170e-002 -2.3801470e-002 -2.2676240e-002 -2.6308770e-002 -2.3268080e-002 -2.3802030e-002 -2.3979710e-002 -2.1768680e-002 -2.2208020e-002 -2.0049680e-002 -1.8148820e-002 -1.4322620e-002 -8.4270670e-003 -1.0246490e-002 -1.6064980e-002 -2.0006500e-002 -2.0392150e-002 -1.7909910e-002 -2.0618720e-002 -2.3797130e-002 -2.0416810e-002 -1.7975490e-002 -1.6817510e-002 -1.5426540e-002 -1.4810100e-002 -9.9999760e-003 -5.2732800e-003 -4.9752630e-003 -9.9339750e-004  6.0162670e-003  8.3181840e-003  1.2401270e-002  1.7486070e-002  8.1303180e-003 -5.6021720e-003 -7.5500840e-003 -5.9180820e-003 -7.7797720e-003 -1.0851490e-002 -6.9491070e-003  1.4351000e-003  4.0344330e-003  5.8261170e-003  5.4683100e-003  3.8804800e-003  8.3410490e-003  1.0146760e-002  8.4045190e-003  7.4007690e-003  6.4865370e-003  6.0114080e-003  3.4611720e-003  2.9670990e-003  3.8657380e-003  2.8049490e-003  3.7185100e-003  4.3814480e-003  6.0336580e-003  9.6770770e-003  1.0744860e-002  1.1543990e-002  1.1300130e-002  9.3005060e-003  9.2889570e-003  8.2140120e-003  6.8743470e-003  8.7733590e-003  8.9910470e-003  6.6304360e-003  4.7601620e-003  4.0847010e-003  5.7468780e-003  9.0417360e-003  1.2249640e-002  1.1231710e-002  8.3265540e-003  9.1981520e-003  5.7125330e-003  2.9824700e-004  3.4143350e-003  7.7157210e-003  9.8183850e-003  9.6898290e-003  4.2566470e-003  4.5410810e-004  2.1547600e-003  7.5277940e-003  1.4016570e-002
 -1.4810100e-002 -9.9999760e-003 -5.2732800e-003 -4.9752630e-003 -9.9339750e-004  6.0162670e-003  8.3181840e-003  1.2401270e-002  1.7486070e-002  8.1303180e-003 -5.6021720e-003 -7.5500840e-003 -5.9180820e-003 -7.7797720e-003 -1.0851490e-002 -6.9491070e-003  1.4351000e-003  4.0344330e-003  5.8261170e-003  5.4683100e-003  3.8804800e-003  8.3410490e-003  1.0146760e-002  8.4045190e-003  7.4007690e-003  6.4865370e-003  6.0114080e-003  3.4611720e-003  2.9670990e-003  3.8657380e-003  2.8049490e-003  3.7185100e-003  4.3814480e-003  6.0336580e-003  9.6770770e-003  1.0744860e-002  1.1543990e-002  1.1300130e-002  9.3005060e-003  9.2889570e-003  8.2140120e-003  6.8743470e-003  8.7733590e-003  8.9910470e-003  6.6304360e-003  4.7601620e-003  4.0847010e-003  5.7468780e-003  9.0417360e-003  1.2249640e-002  1.1231710e-002  8.3265540e-003  9.1981520e-003  5.7125330e-003  2.9824700e-004  3.4143350e-003  7.7157210e-003  9.8183850e-003  9.6898290e-003  4.2566470e-003  4.5410810e-004  2.1547600e-003  7.5277940e-003  1.4016570e-002  1.5323340e-002  8.3340120e-003  4.3539440e-004  4.9289040e-004  1.5924840e-003  5.8185840e-005  3.9239830e-003  8.9886700e-003  1.0471430e-002  9.8147720e-003  8.6003900e-003  9.5994810e-003  9.1418010e-003  8.3496140e-003  9.2217550e-003  8.2286330e-003  8.3245980e-003  8.1323990e-003  5.8702410e-003  5.1929260e-003  7.2906910e-003  1.2877350e-002  1.4842520e-002  8.5963950e-003  3.9440760e-003  6.9889890e-003  9.3405250e-003  4.7027200e-003  3.8824490e-003  1.2072520e-002  1.7313850e-002  1.1247010e-002  1.7145310e-003  1.2095820e-003  3.1790150e-003  2.8720550e-003  5.7026080e-003  6.0393960e-003  5.5396850e-003  4.5955500e-003  3.6811330e-004  1.8123490e-003  5.8388420e-003  7.6068240e-003  8.0911360e-003  4.9530300e-003  2.8540220e-003  4.1071280e-003  5.1783130e-003  3.5769700e-003  2.2051280e-003  2.5410630e-003 -9.3827290e-004 -3.5931050e-003  3.3001460e-004  3.2096180e-003 -1.2269870e-003 -5.4307300e-003 -2.4258030e-003 -1.3011990e-003 -3.2968680e-003 -1.7551270e-003  1.1127250e-004  1.1621490e-003
  1.5323340e-002  8.3340120e-003  4.3539440e-004  4.9289040e-004  1.5924840e-003  5.8185840e-005  3.9239830e-003  8.9886700e-003  1.0471430e-002  9.8147720e-003  8.6003900e-003  9.5994810e-003  9.1418010e-003  8.3496140e-003  9.2217550e-003  8.2286330e-003  8.3245980e-003  8.1323990e-003  5.8702410e-003  5.1929260e-003  7.2906910e-003  1.2877350e-002  1.4842520e-002  8.5963950e-003  3.9440760e-003  6.9889890e-003  9.3405250e-003  4.7027200e-003  3.8824490e-003  1.2072520e-002  1.7313850e-002  1.1247010e-002  1.7145310e-003  1.2095820e-003  3.1790150e-003  2.8720550e-003  5.7026080e-003  6.0393960e-003  5.5396850e-003  4.5955500e-003  3.6811330e-004  1.8123490e-003  5.8388420e-003  7.6068240e-003  8.0911360e-003  4.9530300e-003  2.8540220e-003  4.1071280e-003  5.1783130e-003  3.5769700e-003  2.2051280e-003  2.5410630e-003 -9.3827290e-004 -3.5931050e-003  3.3001460e-004  3.2096180e-003 -1.2269870e-003 -5.4307300e-003 -2.4258030e-003 -1.3011990e-003 -3.2968680e-003 -1.7551270e-003  1.1127250e-004  1.1621490e-003 -1.8357860e-003 -7.1821310e-003 -5.8315370e-003 -3.0483500e-003 -2.3049090e-003 -1.8438000e-004  4.7792440e-004  3.6790550e-004 -7.5498780e-004 -2.9398190e-003 -1.0501260e-003  1.7256140e-003  1.8071210e-003  9.2806290e-004 -1.0099890e-003 -1.6205410e-003 -1.6693860e-003 -2.9366490e-003 -2.6172330e-003 -2.2739910e-003 -2.8002760e-003 -3.4031160e-003 -7.0407180e-003 -9.7560170e-003 -3.7803390e-003  2.7047960e-003 -1.3976350e-003 -4.8257760e-003 -1.5514020e-003 -2.4111240e-003 -3.6351610e-003 -2.6655780e-003 -4.6234860e-003 -4.1586170e-003 -3.1182480e-003 -3.5828580e-003 -1.9445900e-003 -1.9332680e-003 -1.1220170e-003  1.3465100e-003  6.2477780e-004  8.8022010e-004  2.5361730e-003  1.3711960e-003 -1.0349280e-003 -2.7205940e-003 -2.7098980e-003 -2.2826020e-003 -2.6116860e-003 -3.0341210e-004  2.2164220e-003  1.2251750e-003  1.1182290e-003  2.6036300e-004 -2.1257650e-003 -8.4408700e-004  3.1795800e-004  3.6564230e-004  8.1258940e-004 -2.3880300e-003 -4.8988780e-003 -1.0076180e-003  2.2145320e-003 -3.6153260e-003
 -1.8357860e-003 -7.1821310e-003 -5.8315370e-003 -3.0483500e-003 -2.3049090e-003 -1.8438000e-004  4.7792440e-004  3.6790550e-004 -7.5498780e-004 -2.9398190e-003 -1.0501260e-003  1.7256140e-003  1.8071210e-003  9.2806290e-004 -1.0099890e-003 -1.6205410e-003 -1.6693860e-003 -2.9366490e-003 -2.6172330e-003 -2.2739910e-003 -2.8002760e-003 -3.4031160e-003 -7.0407180e-003 -9.7560170e-003 -3.7803390e-003  2.7047960e-003 -1.3976350e-003 -4.8257760e-003 -1.5514020e-003 -2.4111240e-003 -3.6351610e-003 -2.6655780e-003 -4.6234860e-003 -4.1586170e-003 -3.1182480e-003 -3.5828580e-003 -1.9445900e-003 -1.9332680e-003 -1.1220170e-003  1.3465100e-003  6.2477780e-004  8.8022010e-004  2.5361730e-003  1.3711960e-003 -1.0349280e-003 -2.7205940e-003 -2.7098980e-003 -2.2826020e-003 -2.6116860e-003 -3.0341210e-004  2.2164220e-003  1.2251750e-003  1.1182290e-003  2.6036300e-004 -2.1257650e-003 -8.4408700e-004  3.1795800e-004  3.6564230e-004  8.1258940e-004 -2.3880300e-003 -4.8988780e-003 -1.0076180e-003  2.2145320e-003 -3.6153260e-003 -1.0657060e-002 -9.6639270e-003 -5.0770720e-003  2.2152640e-003  7.7335500e-003  3.2206140e-003 -9.6696030e-004  6.6006660e-004 -2.5770160e-004 -4.9418610e-004  1.1764790e-003 -1.1295480e-003 -3.0441150e-003 -4.7118180e-003 -7.8054570e-003 -6.1371730e-003 -3.5700770e-003 -1.2845650e-003  3.8609380e-003  5.3481690e-003  2.9545990e-003  5.7789090e-004 -1.6740690e-003 -3.1808440e-003 -3.8798180e-004  5.9304760e-003  5.1512310e-003  1.5210430e-005 -1.7078210e-003 -2.3700910e-003  2.5834980e-004  1.3436560e-003 -2.2896190e-003 -3.7688650e-003 -3.1445710e-003 -9.1631280e-004  1.8368430e-004 -2.1594480e-004  1.6337220e-003  2.6789050e-003  1.7017580e-003 -5.2775800e-004 -1.5980500e-003 -1.5783940e-003 -2.9634220e-003 -2.9636020e-003 -2.6690820e-003 -1.5145880e-003  7.8611210e-006 -1.0816920e-003 -2.2143040e-004  4.6523970e-004 -8.2379330e-004 -6.5133060e-004 -7.6621490e-004  3.5434440e-005  1.4897080e-003  2.0904620e-003  3.1560290e-003  2.8384510e-003  1.6489420e-003 -5.1218630e-004 -3.9642660e-003 -3.3560290e-003
 -1.0657060e-002 -9.6639270e-003 -5.0770720e-003  2.2152640e-003  7.7335500e-003  3.2206140e-003 -9.6696030e-004  6.6006660e-004 -2.5770160e-004 -4.9418610e-004  1.1764790e-003 -1.1295480e-003 -3.0441150e-003 -4.7118180e-003 -7.8054570e-003 -6.1371730e-003 -3.5700770e-003 -1.2845650e-003  3.8609380e-003  5.3481690e-003  2.9545990e-003  5.7789090e-004 -1.6740690e-003 -3.1808440e-003 -3.8798180e-004  5.9304760e-003  5.1512310e-003  1.5210430e-005 -1.7078210e-003 -2.3700910e-003  2.5834980e-004  1.3436560e-003 -2.2896190e-003 -3.7688650e-003 -3.1445710e-003 -9.1631280e-004  1.8368430e-004 -2.1594480e-004  1.6337220e-003  2.6789050e-003  1.7017580e-003 -5.2775800e-004 -1.5980500e-003 -1.5783940e-003 -2.9634220e-003 -2.9636020e-003 -2.6690820e-003 -1.5145880e-003  7.8611210e-006 -1.0816920e-003 -2.2143040e-004  4.6523970e-004 -8.2379330e-004 -6.5133060e-004 -7.6621490e-004  3.5434440e-005  1.4897080e-003  2.0904620e-003  3.1560290e-003  2.8384510e-003  1.6489420e-003 -5.1218630e-004 -3.9642660e-003 -3.3560290e-003 -1.5400660e-003 -2.4751970e-003 -1.0309950e-003  1.6496550e-004 -4.6219160e-004  5.2580400e-004  1.1506380e-004  6.2641490e-004  2.2147910e-003  1.3430460e-003  2.0796380e-003  2.5021240e-003  6.6085540e-004 -4.2590670e-004 -1.4301160e-003 -5.4562330e-004  1.4741380e-003  1.0130130e-003  7.0691640e-004  2.6219390e-003  3.1499870e-003  6.4146800e-004 -1.4081600e-003 -1.1740840e-003  1.3293480e-003  5.6961690e-003  7.3213450e-003  2.6784360e-003 -2.0519290e-003 -1.1135590e-003 -1.3768780e-003 -3.9251060e-003 -2.4528290e-003 -2.1836670e-003 -3.4451240e-003 -2.2406800e-003 -2.6066240e-003 -1.9502880e-003  4.0938180e-004  9.7121730e-004  1.7096450e-003  1.3285510e-003 -1.4239360e-004 -1.7684690e-003 -3.5623920e-003 -2.2601580e-003  3.4015010e-004  1.6229610e-003  9.7366880e-004 -8.3289490e-004  1.8822900e-004  1.3894790e-003  1.1108460e-003  1.7455890e-003  1.0724400e-003  2.8987890e-004  7.7498320e-005 -4.3167160e-004  3.0771980e-004  3.4588270e-004  1.4902470e-003  2.9575970e-003 -8.4913910e-004 -3.3712920e-003
 -1.5400660e-003 -2.4751970e-003 -1.0309950e-003  1.6496550e-004 -4.6219160e-004  5.2580400e-004  1.1506380e-004  6.2641490e-004  2.2147910e-003  1.3430460e-003  2.0796380e-003  2.5021240e-003  6.6085540e-004 -4.2590670e-004 -1.4301160e-003 -5.4562330e-004  1.4741380e-003  1.0130130e-003  7.0691640e-004  2.6219390e-003  3.1499870e-003  6.4146800e-004 -1.4081600e-003 -1.1740840e-003  1.3293480e-003  5.6961690e-003  7.3213450e-003  2.6784360e-003 -2.0519290e-003 -1.1135590e-003 -1.3768780e-003 -3.9251060e-003 -2.4528290e-003 -2.1836670e-003 -3.4451240e-003 -2.2406800e-003 -2.6066240e-003 -1.9502880e-003  4.0938180e-004  9.7121730e-004  1.7096450e-003  1.3285510e-003 -1.4239360e-004 -1.7684690e-003 -3.5623920e-003 -2.2601580e-003  3.4015010e-004  1.6229610e-003  9.7366880e-004 -8.3289490e-004  1.8822900e-004  1.3894790e-003  1.1108460e-003  1.7455890e-003  1.0724400e-003  2.8987890e-004  7.7498320e-005 -4.3167160e-004  3.0771980e-004  3.4588270e-004  1.4902470e-003  2.9575970e-003 -8.4913910e-004 -3.3712920e-003  1.6015720e-003  6.1764790e-003  4.2626180e-003  3.0258850e-003  4.6727520e-003  2.0224120e-003 -5.4280520e-004  4.8513660e-004  1.5877330e-003  3.0129090e-003  8.4485120e-004 -3.0214390e-003 -3.1392500e-003 -3.1396800e-003 -4.6169730e-003 -5.4803730e-003 -2.2395850e-003  2.4369900e-003  1.6395050e-003  4.6536390e-004  1.5778680e-003  2.7843550e-004 -6.6246630e-004  2.5762080e-005 -1.5263030e-004 -7.7569080e-005  7.7339900e-004  1.0829220e-003 -6.5163670e-004 -3.2384330e-003 -3.5487470e-003 -2.9866270e-003 -2.0992870e-003  4.2362740e-004  4.5808770e-004 -8.9678410e-004  9.8711360e-004  1.7001490e-003  7.5348200e-004  1.3648150e-003  1.1577340e-003  1.0237680e-003  1.3709880e-003  9.7966770e-004  1.0820780e-003  1.1247890e-004 -1.4986920e-003 -1.1325840e-003  1.9437700e-003  5.0137510e-003  3.0060010e-003 -3.4795460e-004 -3.4645820e-004 -5.7209990e-004 -2.0596900e-003 -3.0486590e-003 -1.2457630e-003  3.1441130e-003  5.2754800e-003  4.0824960e-003  4.2400670e-004 -1.7438930e-003  2.2865480e-004 -6.1894250e-004
  1.6015720e-003  6.1764790e-003  4.2626180e-003  3.0258850e-003  4.6727520e-003  2.0224120e-003 -5.4280520e-004  4.8513660e-004  1.5877330e-003  3.0129090e-003  8.4485120e-004 -3.0214390e-003 -3.1392500e-003 -3.1396800e-003 -4.6169730e-003 -5.4803730e-003 -2.2395850e-003  2.4369900e-003  1.6395050e-003  4.6536390e-004  1.5778680e-003  2.7843550e-004 -6.6246630e-004  2.5762080e-005 -1.5263030e-004 -7.7569080e-005  7.7339900e-004  1.0829220e-003 -6.5163670e-004 -3.2384330e-003 -3.5487470e-003 -2.9866270e-003 -2.0992870e-003  4.2362740e-004  4.5808770e-004 -8.9678410e-004  9.8711360e-004  1.7001490e-003  7.5348200e-004  1.3648150e-003  1.1577340e-003  1.0237680e-003  1.3709880e-003  9.7966770e-004  1.0820780e-003  1.1247890e-004 -1.4986920e-003 -1.1325840e-003  1.9437700e-003  5.0137510e-003  3.0060010e-003 -3.4795460e-004 -3.4645820e-004 -5.7209990e-004 -2.0596900e-003 -3.0486590e-003 -1.2457630e-003  3.1441130e-003  5.2754800e-003  4.0824960e-003  4.2400670e-004 -1.7438930e-003  2.2865480e-004 -6.1894250e-004 -1.8136970e-003  1.2893550e-003  3.4160000e-003  5.6565030e-003  5.1855710e-003  1.5934420e-003  2.1949830e-003  9.6237070e-004 -2.6947000e-003 -3.4932990e-003 -4.8887960e-003 -4.6588270e-003 -2.8738830e-003 -2.3053590e-003 -1.1390410e-003 -7.8307030e-004 -7.8782970e-004 -1.7394890e-003 -3.6873060e-003 -1.5436610e-003  7.7376070e-004 -6.6579050e-004 -7.0020970e-004 -3.5648410e-004 -2.4150060e-003 -3.1864040e-003 -5.8390060e-004  2.0676930e-003  1.1975830e-003  9.2383250e-005  5.8714680e-004 -6.7254050e-004 -1.0158580e-003 -8.4613790e-004 -3.2798660e-003 -2.5120790e-003  2.6273360e-003  6.3868470e-003  4.8597910e-003  1.2630170e-003  1.6421370e-003  1.8168830e-003  2.9042970e-003  6.4234390e-003  3.3680280e-003 -1.1507110e-004  5.9662360e-004 -1.0580020e-003 -1.9591820e-003 -1.4203200e-003 -1.7983640e-006  2.2695770e-003  2.5633290e-003  3.3841290e-003  3.2622030e-003  1.7493460e-003  1.8259010e-003  1.7453420e-003  3.0067430e-003  5.5405870e-003  6.4260230e-003  4.3723710e-003  2.1247560e-003  7.4850990e-003
 -1.8136970e-003  1.2893550e-003  3.4160000e-003  5.6565030e-003  5.1855710e-003  1.5934420e-003  2.1949830e-003  9.6237070e-004 -2.6947000e-003 -3.4932990e-003 -4.8887960e-003 -4.6588270e-003 -2.8738830e-003 -2.3053590e-003 -1.1390410e-003 -7.8307030e-004 -7.8782970e-004 -1.7394890e-003 -3.6873060e-003 -1.5436610e-003  7.7376070e-004 -6.6579050e-004 -7.0020970e-004 -3.5648410e-004 -2.4150060e-003 -3.1864040e-003 -5.8390060e-004  2.0676930e-003  1.1975830e-003  9.2383250e-005  5.8714680e-004 -6.7254050e-004 -1.0158580e-003 -8.4613790e-004 -3.2798660e-003 -2.5120790e-003  2.6273360e-003  6.3868470e-003  4.8597910e-003  1.2630170e-003  1.6421370e-003  1.8168830e-003  2.9042970e-003  6.4234390e-003  3.3680280e-003 -1.1507110e-004  5.9662360e-004 -1.0580020e-003 -1.9591820e-003 -1.4203200e-003 -1.7983640e-006  2.2695770e-003  2.5633290e-003  3.3841290e-003  3.2622030e-003  1.7493460e-003  1.8259010e-003  1.7453420e-003  3.0067430e-003  5.5405870e-003  6.4260230e-003  4.3723710e-003  2.1247560e-003  7.4850990e-003  1.2945260e-002  8.7673560e-003  6.2577160e-003  8.4318030e-003  6.5349350e-003  2.6318760e-003 -8.7126860e-005 -1.5375850e-003 -1.3230480e-003 -1.4862020e-003  2.8266020e-004  4.0154460e-003  3.2013700e-003  1.8374200e-003  4.2858010e-003  5.7095990e-003  7.7709130e-003  9.8867110e-003  8.0642120e-003  5.9479270e-003  3.1068420e-003  2.4773580e-004  2.0096850e-003  3.8875580e-003  4.1083280e-003  5.1823030e-003  6.4556510e-003  8.5402750e-003  7.0674180e-003  3.7145090e-003  5.6851520e-003  6.8527140e-003  6.6412320e-003  7.6284570e-003  5.0031120e-003  4.0961910e-003  5.8237100e-003  6.1961170e-003  7.9479950e-003  8.1303640e-003  8.3603690e-003  1.0560690e-002  8.1080320e-003  4.3575260e-003  2.8796930e-003  6.4405750e-004  1.0186650e-003  3.6231870e-003  3.9717810e-003  4.0968020e-003  5.3601810e-003  6.6504900e-003  6.9595490e-003  7.3133640e-003  9.2819650e-003  7.8742770e-003  4.2462630e-003  4.1822510e-003  4.3559110e-003  5.2404590e-003  7.6949880e-003  8.3766150e-003  8.1462540e-003  7.5371490e-003
  1.2945260e-002  8.7673560e-003  6.2577160e-003  8.4318030e-003  6.5349350e-003  2.6318760e-003 -8.7126860e-005 -1.5375850e-003 -1.3230480e-003 -1.4862020e-003  2.8266020e-004  4.0154460e-003  3.2013700e-003  1.8374200e-003  4.2858010e-003  5.7095990e-003  7.7709130e-003  9.8867110e-003  8.0642120e-003  5.9479270e-003  3.1068420e-003  2.4773580e-004  2.0096850e-003  3.8875580e-003  4.1083280e-003  5.1823030e-003  6.4556510e-003  8.5402750e-003  7.0674180e-003  3.7145090e-003  5.6851520e-003  6.8527140e-003  6.6412320e-003  7.6284570e-003  5.0031120e-003  4.0961910e-003  5.8237100e-003  6.1961170e-003  7.9479950e-003  8.1303640e-003  8.3603690e-003  1.0560690e-002  8.1080320e-003  4.3575260e-003  2.8796930e-003  6.4405750e-004  1.0186650e-003  3.6231870e-003  3.9717810e-003  4.0968020e-003  5.3601810e-003  6.6504900e-003  6.9595490e-003  7.3133640e-003  9.2819650e-003  7.8742770e-003  4.2462630e-003  4.1822510e-003  4.3559110e-003  5.2404590e-003  7.6949880e-003  8.3766150e-003  8.1462540e-003  7.5371490e-003  7.7704310e-003  7.8756680e-003  7.1542160e-003  7.6685510e-003  6.9074610e-003  5.2248990e-003  4.0398620e-003  4.2554660e-003  7.8336170e-003  1.1458870e-002  1.2368480e-002  8.6241660e-003  4.6250120e-003  5.8823640e-003  4.2021350e-003  3.4267460e-004  1.5702220e-003  1.4505970e-003 -3.7100490e-004  1.8330920e-003  3.6307530e-003  2.3547520e-003  2.3512750e-003  3.7071080e-003  4.4148250e-003  4.1648260e-003  1.8520730e-003 -5.3189180e-004 -1.2437570e-003 -1.3338270e-003 -1.0105100e-003 -1.3541460e-003 -1.6330390e-003 -1.4933320e-003 -2.6690790e-003 -3.4191580e-003 -2.8323030e-003 -1.4781150e-003 -5.4328400e-005 -5.4436540e-004 -2.0305730e-003 -5.1003060e-003 -8.4996320e-003 -5.0332850e-003 -5.2573500e-004 -4.4249990e-003 -7.1246190e-003 -5.4197520e-003 -6.9090310e-003 -6.5436200e-003 -4.6727030e-003 -6.7591500e-003 -7.4247010e-003 -6.5207680e-003 -5.8614730e-003 -3.5131460e-003 -2.2211900e-003 -2.1409020e-003  4.5146980e-004  3.2524680e-003 -3.7763140e-004 -5.2994540e-003 -4.6104440e-003 -6.2597880e-003
  7.7704310e-003  7.8756680e-003  7.1542160e-003  7.6685510e-003  6.9074610e-003  5.2248990e-003  4.0398620e-003  4.2554660e-003  7.8336170e-003  1.1458870e-002  1.2368480e-002  8.6241660e-003  4.6250120e-003  5.8823640e-003  4.2021350e-003  3.4267460e-004  1.5702220e-003  1.4505970e-003 -3.7100490e-004  1.8330920e-003  3.6307530e-003  2.3547520e-003  2.3512750e-003  3.7071080e-003  4.4148250e-003  4.1648260e-003  1.8520730e-003 -5.3189180e-004 -1.2437570e-003 -1.3338270e-003 -1.0105100e-003 -1.3541460e-003 -1.6330390e-003 -1.4933320e-003 -2.6690790e-003 -3.4191580e-003 -2.8323030e-003 -1.4781150e-003 -5.4328400e-005 -5.4436540e-004 -2.0305730e-003 -5.1003060e-003 -8.4996320e-003 -5.0332850e-003 -5.2573500e-004 -4.4249990e-003 -7.1246190e-003 -5.4197520e-003 -6.9090310e-003 -6.5436200e-003 -4.6727030e-003 -6.7591500e-003 -7.4247010e-003 -6.5207680e-003 -5.8614730e-003 -3.5131460e-003 -2.2211900e-003 -2.1409020e-003  4.5146980e-004  3.2524680e-003 -3.7763140e-004 -5.2994540e-003 -4.6104440e-003 -6.2597880e-003 -9.2606260e-003 -7.6891490e-003 -7.1339330e-003 -6.1265780e-003 -4.5158740e-003 -5.6584960e-003 -4.5181000e-003 -3.0875210e-003 -3.4561430e-003 -2.7988140e-003 -2.9762780e-003 -2.4498470e-003 -2.0702050e-003 -4.3637420e-003 -5.4116270e-003 -4.8310440e-003 -4.2751310e-003 -2.9444220e-003 -1.7680700e-003 -3.4004170e-003 -6.5845350e-003 -7.0151700e-003 -6.5292860e-003 -5.7043930e-003 -3.5195250e-003 -4.7569960e-003 -6.1891320e-003 -4.0144820e-003 -3.5026230e-003 -4.1584830e-003 -4.3081590e-003 -4.2528230e-003 -2.4114980e-003 -1.4652780e-003 -2.0133020e-003 -1.0448510e-003  2.3885430e-004  4.0371050e-004  3.5073710e-004 -6.5060780e-004 -3.0853400e-003 -4.6959800e-003 -4.3130690e-003 -3.5736480e-003 -3.9369260e-003 -4.0218460e-003 -3.2464570e-003 -2.5163090e-003 -1.7810500e-004  1.2052830e-003 -1.2315490e-003 -2.6668290e-003 -1.6190140e-003 -4.6060970e-004  8.6740280e-004  2.3695700e-003  3.1263180e-003  3.4126490e-003  4.5512620e-003  5.3088770e-003  5.3978400e-003  4.7548780e-003  1.7505510e-003 -6.5754210e-004
 -9.2606260e-003 -7.6891490e-003 -7.1339330e-003 -6.1265780e-003 -4.5158740e-003 -5.6584960e-003 -4.5181000e-003 -3.0875210e-003 -3.4561430e-003 -2.7988140e-003 -2.9762780e-003 -2.4498470e-003 -2.0702050e-003 -4.3637420e-003 -5.4116270e-003 -4.8310440e-003 -4.2751310e-003 -2.9444220e-003 -1.7680700e-003 -3.4004170e-003 -6.5845350e-003 -7.0151700e-003 -6.5292860e-003 -5.7043930e-003 -3.5195250e-003 -4.7569960e-003 -6.1891320e-003 -4.0144820e-003 -3.5026230e-003 -4.1584830e-003 -4.3081590e-003 -4.2528230e-003 -2.4114980e-003 -1.4652780e-003 -2.0133020e-003 -1.0448510e-003  2.3885430e-004  4.0371050e-004  3.5073710e-004 -6.5060780e-004 -3.0853400e-003 -4.6959800e-003 -4.3130690e-003 -3.5736480e-003 -3.9369260e-003 -4.0218460e-003 -3.2464570e-003 -2.5163090e-003 -1.7810500e-004  1.2052830e-003 -1.2315490e-003 -2.6668290e-003 -1.6190140e-003 -4.6060970e-004  8.6740280e-004  2.3695700e-003  3.1263180e-003  3.4126490e-003  4.5512620e-003  5.3088770e-003  5.3978400e-003  4.7548780e-003  1.7505510e-003 -6.5754210e-004 -5.2882360e-004  8.4588010e-004  2.5936110e-003  3.3892070e-003  4.0350030e-003  5.9885340e-003  9.0698850e-003  9.4371070e-003  6.0299370e-003  3.6251050e-003  1.2522750e-003  2.8037190e-004  3.7415850e-003  5.6939790e-003  5.2485850e-003  6.4747870e-003  9.1320790e-003  9.6969860e-003  8.1700880e-003  8.6076830e-003  9.3073790e-003  1.0304940e-002  1.1268870e-002  9.9075870e-003  9.2801530e-003  6.9443510e-003  5.1093080e-003  5.9189900e-003  4.7731120e-003  9.5705040e-003  1.6319830e-002  1.4945510e-002  1.4225630e-002  1.3284000e-002  9.7381790e-003  1.0582880e-002  1.1081490e-002  7.4962580e-003  6.3077860e-003  9.9233940e-003  1.2936390e-002  1.1037340e-002  9.0044410e-003  1.1139670e-002  1.3783290e-002  1.5272240e-002  1.3384120e-002  9.1261470e-003  1.0769940e-002  1.2652540e-002  1.1165570e-002  1.3102840e-002  1.3242250e-002  1.2093860e-002  1.2174260e-002  1.0541920e-002  1.1742760e-002  1.2531570e-002  1.0617020e-002  1.0172740e-002  9.9775050e-003  9.5784450e-003  7.0452380e-003  4.3870670e-003
 -1.5682020e-001 -1.3112120e-001 -1.1441850e-001 -1.0878560e-001 -1.0437080e-001 -1.0862700e-001 -1.2030040e-001 -1.1481210e-001 -9.6037970e-002 -8.99
Download .txt
gitextract__t5w6mwm/

├── LICENSE
├── README.md
├── data/
│   ├── har/
│   │   ├── README.txt
│   │   ├── activity_labels.txt
│   │   ├── features.txt
│   │   ├── features_info.txt
│   │   ├── test/
│   │   │   ├── Inertial Signals/
│   │   │   │   ├── body_acc_x_test.txt
│   │   │   │   ├── body_acc_y_test.txt
│   │   │   │   ├── body_acc_z_test.txt
│   │   │   │   ├── body_gyro_x_test.txt
│   │   │   │   ├── body_gyro_y_test.txt
│   │   │   │   ├── body_gyro_z_test.txt
│   │   │   │   ├── total_acc_x_test.txt
│   │   │   │   ├── total_acc_y_test.txt
│   │   │   │   └── total_acc_z_test.txt
│   │   │   ├── X_test.txt
│   │   │   ├── subject_test.txt
│   │   │   └── y_test.txt
│   │   └── train/
│   │       ├── Inertial Signals/
│   │       │   ├── body_acc_x_train.txt
│   │       │   ├── body_acc_y_train.txt
│   │       │   ├── body_acc_z_train.txt
│   │       │   ├── body_gyro_x_train.txt
│   │       │   ├── body_gyro_y_train.txt
│   │       │   ├── body_gyro_z_train.txt
│   │       │   ├── total_acc_x_train.txt
│   │       │   ├── total_acc_y_train.txt
│   │       │   └── total_acc_z_train.txt
│   │       ├── X_train.txt
│   │       ├── subject_train.txt
│   │       └── y_train.txt
│   ├── pendigits/
│   │   ├── pendigits.names
│   │   ├── pendigits.tes
│   │   └── pendigits.tra
│   └── usps/
│       ├── usps_test.jf
│       └── usps_train.jf
├── datasets.py
├── n2d.py
├── requirements.txt
├── run.sh
└── weights/
    ├── fashion-1000-ae_weights.h5
    ├── har-1000-ae_weights.h5
    ├── mnist-1000-ae_weights.h5
    ├── mnist-test-1000-ae_weights.h5
    ├── pendigits-1000-ae_weights.h5
    └── usps-1000-ae_weights.h5
Download .txt
SYMBOL INDEX (12 symbols across 2 files)

FILE: datasets.py
  function load_mnist (line 9) | def load_mnist():
  function load_mnist_test (line 18) | def load_mnist_test():
  function load_fashion (line 27) | def load_fashion():
  function load_har (line 38) | def load_har():
  function load_usps (line 55) | def load_usps(data_path='data/usps'):
  function load_pendigits (line 76) | def load_pendigits(data_path='data/pendigits'):

FILE: n2d.py
  function eval_other_methods (line 54) | def eval_other_methods(x, y, names=None):
  function cluster_manifold_in_embedding (line 182) | def cluster_manifold_in_embedding(hl, y, label_names=None):
  function best_cluster_fit (line 254) | def best_cluster_fit(y_true, y_pred):
  function cluster_acc (line 270) | def cluster_acc(y_true, y_pred):
  function plot (line 275) | def plot(x, y, plot_id, names=None):
  function autoencoder (line 299) | def autoencoder(dims, act='relu'):
Copy disabled (too large) Download .json
Condensed preview — 45 files, each showing path, character count, and a content snippet. Download the .json file for the full structured content (62,996K chars).
[
  {
    "path": "LICENSE",
    "chars": 35149,
    "preview": "                    GNU GENERAL PUBLIC LICENSE\n                       Version 3, 29 June 2007\n\n Copyright (C) 2007 Free "
  },
  {
    "path": "README.md",
    "chars": 3520,
    "preview": "## N2D: (Not Too) Deep Clustering via Clustering the Local Manifold of an Autoencoded Embedding.\n\n## Abstract\nDeep clust"
  },
  {
    "path": "data/har/README.txt",
    "chars": 6300,
    "preview": "===================================================================================================\r\nHuman Activity Reco"
  },
  {
    "path": "data/har/activity_labels.txt",
    "chars": 80,
    "preview": "1 WALKING\n2 WALKING_UPSTAIRS\n3 WALKING_DOWNSTAIRS\n4 SITTING\n5 STANDING\n6 LAYING\n"
  },
  {
    "path": "data/har/features.txt",
    "chars": 15785,
    "preview": "1 tBodyAcc-mean()-X\n2 tBodyAcc-mean()-Y\n3 tBodyAcc-mean()-Z\n4 tBodyAcc-std()-X\n5 tBodyAcc-std()-Y\n6 tBodyAcc-std()-Z\n7 t"
  },
  {
    "path": "data/har/features_info.txt",
    "chars": 2809,
    "preview": "Feature Selection \r\n=================\r\n\r\nThe features selected for this database come from the accelerometer and gyrosco"
  },
  {
    "path": "data/har/test/Inertial Signals/body_acc_x_test.txt",
    "chars": 6041350,
    "preview": "  1.1653150e-002  1.3109090e-002  1.1268850e-002  2.7830730e-002  2.3183500e-003 -1.8965500e-002 -6.1920230e-002 -9.4248"
  },
  {
    "path": "data/har/test/Inertial Signals/body_acc_y_test.txt",
    "chars": 6041350,
    "preview": " -2.9399040e-002 -3.9728670e-002 -5.2405860e-002 -5.2106230e-002 -4.5470360e-002 -3.7763610e-002 -1.8047350e-002 -8.5053"
  },
  {
    "path": "data/har/test/Inertial Signals/body_acc_z_test.txt",
    "chars": 6041350,
    "preview": "  1.0682620e-001  1.5245490e-001  2.1684620e-001  2.0258120e-001  1.7601020e-001  1.8376970e-001  1.7653640e-001  1.7936"
  },
  {
    "path": "data/har/test/Inertial Signals/body_gyro_x_test.txt",
    "chars": 6041350,
    "preview": "  4.3746370e-001  4.6826410e-001  4.9825740e-001  4.7939570e-001  3.8989350e-001  3.0665100e-001  2.9497610e-001  3.0611"
  },
  {
    "path": "data/har/test/Inertial Signals/body_gyro_y_test.txt",
    "chars": 6041350,
    "preview": "  5.3134920e-001  7.2106850e-001  5.2032840e-001  3.7262520e-001  4.1454140e-001  3.3332790e-001  2.7882760e-001  2.7058"
  },
  {
    "path": "data/har/test/Inertial Signals/body_gyro_z_test.txt",
    "chars": 6041350,
    "preview": "  1.3652790e-001  9.7622390e-002  8.3555780e-002  2.2861010e-002 -2.5939170e-002 -2.7142040e-002 -3.6792610e-002 -3.2477"
  },
  {
    "path": "data/har/test/Inertial Signals/total_acc_x_test.txt",
    "chars": 6041350,
    "preview": "  1.0412160e+000  1.0418030e+000  1.0390860e+000  1.0547680e+000  1.0283760e+000  1.0062160e+000  9.6239050e-001  9.2919"
  },
  {
    "path": "data/har/test/Inertial Signals/total_acc_y_test.txt",
    "chars": 6041350,
    "preview": " -2.6979590e-001 -2.8002500e-001 -2.9266310e-001 -2.9238370e-001 -2.8582570e-001 -2.7825260e-001 -2.5872330e-001 -2.4941"
  },
  {
    "path": "data/har/test/Inertial Signals/total_acc_z_test.txt",
    "chars": 6041350,
    "preview": "  2.3779770e-002  7.6292710e-002  1.4747540e-001  1.3990610e-001  1.1993410e-001  1.3419480e-001  1.3336360e-001  1.4248"
  },
  {
    "path": "data/har/test/subject_test.txt",
    "chars": 7934,
    "preview": "2\n2\n2\n2\n2\n2\n2\n2\n2\n2\n2\n2\n2\n2\n2\n2\n2\n2\n2\n2\n2\n2\n2\n2\n2\n2\n2\n2\n2\n2\n2\n2\n2\n2\n2\n2\n2\n2\n2\n2\n2\n2\n2\n2\n2\n2\n2\n2\n2\n2\n2\n2\n2\n2\n2\n2\n2\n2\n2\n2\n"
  },
  {
    "path": "data/har/test/y_test.txt",
    "chars": 5894,
    "preview": "5\n5\n5\n5\n5\n5\n5\n5\n5\n5\n5\n5\n5\n5\n5\n5\n5\n5\n5\n5\n5\n5\n5\n5\n5\n5\n5\n5\n5\n5\n5\n4\n4\n4\n4\n4\n4\n4\n4\n4\n4\n4\n4\n4\n4\n4\n4\n4\n4\n4\n4\n4\n4\n4\n4\n6\n6\n6\n6\n6\n"
  },
  {
    "path": "data/har/train/subject_train.txt",
    "chars": 20152,
    "preview": "1\n1\n1\n1\n1\n1\n1\n1\n1\n1\n1\n1\n1\n1\n1\n1\n1\n1\n1\n1\n1\n1\n1\n1\n1\n1\n1\n1\n1\n1\n1\n1\n1\n1\n1\n1\n1\n1\n1\n1\n1\n1\n1\n1\n1\n1\n1\n1\n1\n1\n1\n1\n1\n1\n1\n1\n1\n1\n1\n1\n"
  },
  {
    "path": "data/har/train/y_train.txt",
    "chars": 14704,
    "preview": "5\n5\n5\n5\n5\n5\n5\n5\n5\n5\n5\n5\n5\n5\n5\n5\n5\n5\n5\n5\n5\n5\n5\n5\n5\n5\n5\n4\n4\n4\n4\n4\n4\n4\n4\n4\n4\n4\n4\n4\n4\n4\n4\n4\n4\n4\n4\n4\n4\n4\n4\n6\n6\n6\n6\n6\n6\n6\n6\n6\n"
  },
  {
    "path": "data/pendigits/pendigits.names",
    "chars": 4953,
    "preview": "1. Title of Database: Pen-Based Recognition of Handwritten Digits\n\n2. Source:\n\tE. Alpaydin, Fevzi. Alimoglu\n\tDepartment "
  },
  {
    "path": "data/pendigits/pendigits.tes",
    "chars": 234366,
    "preview": " 88, 92,  2, 99, 16, 66, 94, 37, 70,  0,  0, 24, 42, 65,100,100, 8\n 80,100, 18, 98, 60, 66,100, 29, 42,  0,  0, 23, 42, "
  },
  {
    "path": "data/pendigits/pendigits.tra",
    "chars": 502098,
    "preview": " 47,100, 27, 81, 57, 37, 26,  0,  0, 23, 56, 53,100, 90, 40, 98, 8\n  0, 89, 27,100, 42, 75, 29, 45, 15, 15, 37,  0, 69, "
  },
  {
    "path": "data/usps/usps_test.jf",
    "chars": 1654110,
    "preview": "10 256\n9 0 0 0 0 0 0.052 0.439 1.148 1.384 1.904 1.29 0.218 0 0 0 0 0 0 0 0 0.252 1.588 2 2 1.991 1.915 2 1.931 0.524 0 "
  },
  {
    "path": "data/usps/usps_train.jf",
    "chars": 5998384,
    "preview": "10 256\n6 0 0 0 0 0 0 0 0.369 1.862 0.833 0 0 0 0 0 0 0 0 0 0 0 0 0.008 1.297 2 1.307 0 0 0 0 0 0 0 0 0 0 0 0 0.59 2 1.98"
  },
  {
    "path": "datasets.py",
    "chars": 3651,
    "preview": "import os\n\nimport numpy as np\nimport pandas as pd\nfrom keras.datasets import fashion_mnist\nfrom keras.datasets import mn"
  },
  {
    "path": "n2d.py",
    "chars": 13350,
    "preview": "import argparse\nimport os\nimport random as rn\n\nimport matplotlib\nimport matplotlib.pyplot as plt\nimport seaborn as sns\n\n"
  },
  {
    "path": "requirements.txt",
    "chars": 144,
    "preview": "numpy==1.17\numap_learn==0.4.6\nKeras==2.2.4\ntensorflow==1.13.1\npandas==0.24.2\nmatplotlib==3.1.0\nscikit_learn==0.21.3\nseab"
  },
  {
    "path": "run.sh",
    "chars": 2259,
    "preview": "# Evaluate only n2d\npython n2d.py mnist 0 --ae_weights=mnist-1000-ae_weights.h5  --umap_dim=10 --umap_neighbors=20 --man"
  }
]

// ... and 17 more files (download for full content)

About this extraction

This page contains the full source code of the rymc/n2d GitHub repository, extracted and formatted as plain text for AI agents and large language models (LLMs). The extraction includes 45 files (338.3 MB), approximately 15.7M tokens, and a symbol index with 12 extracted functions, classes, methods, constants, and types. Use this with OpenClaw, Claude, ChatGPT, Cursor, Windsurf, or any other AI tool that accepts text input. You can copy the full output to your clipboard or download it as a .txt file.

Extracted by GitExtract — free GitHub repo to text converter for AI. Built by Nikandr Surkov.

Copied to clipboard!