debian/0000755000000000000000000000000012055716653007200 5ustar debian/rules0000755000000000000000000000137011765454021010254 0ustar #!/usr/bin/make -f # Uncomment this to turn on verbose mode. # export DH_VERBOSE=1 # collect architecture dependent symbols in the first upload # http://lists.debian.org/debian-mentors/2011/06/msg00392.html # export DPKG_GENSYMBOLS_CHECK_LEVEL=0 export DEB_LDFLAGS_MAINT_APPEND="-Wl,--as-needed" %: dh $@ --sourcedirectory=cmake --buildsystem=cmake override_dh_auto_configure: dh_auto_configure -Scmake -- -Dkst_install_prefix=/usr -Dkst_verbose=ON -Dkst_rpath=OFF override_dh_auto_build: xsltproc -o docbook/kst/tutorial/ /usr/share/xml/docbook/stylesheet/docbook-xsl/html/chunk.xsl docbook/kst/tutorial/tutorial.docbook dh_auto_build -Scmake override_dh_auto_clean: find docbook/kst/tutorial/ -name '*.html' -exec rm {} \; dh_auto_clean -Scmake debian/control0000644000000000000000000000510312055716601010573 0ustar Source: kst Section: science Priority: optional Maintainer: Ruben Molina Build-Depends: debhelper (>= 9), cmake (>=2.8), libqt4-dev (>= 4.5), libqt4-opengl-dev (>= 4.5), libgsl0-dev, libnetcdf-dev, libcfitsio3-dev, libgetdata-dev, xsltproc, docbook-xsl Standards-Version: 3.9.3 Homepage: http://kst.kde.org Package: kst Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, libkst2core2, libkst2math2, libkst2widgets2 Recommends: kst-data, kst-doc Description: scientific data plotting tool Kst is a fast real-time large-dataset viewing and plotting tool. It has basic data analysis functionality, contains many powerful built-in features and is expandable with plugins and extensions. Package: kst-data Architecture: all Depends: ${misc:Depends} Breaks: kst-bin (<< 2.0.3) Replaces: kst-bin (<< 2.0.3) Description: set of data files for kst Kst is a fast real-time large-dataset viewing and plotting tool. It has basic data analysis functionality, contains many powerful built-in features and is expandable with plugins and extensions. . This package contains architecture independent files for kst. Package: kst-doc Section: doc Architecture: all Depends: ${misc:Depends} Description: set of tutorials for kst Kst is a fast real-time large-dataset viewing and plotting tool. It has basic data analysis functionality, contains many powerful built-in features and is expandable with plugins and extensions. . This package contains documentation files for kst. Package: libkst2core2 Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: kst core library Kst is a fast real-time large-dataset viewing and plotting tool. It has basic data analysis functionality, contains many powerful built-in features and is expandable with plugins and extensions. . This package contains the core library for kst. Package: libkst2math2 Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: kst math library Kst is a fast real-time large-dataset viewing and plotting tool. It has basic data analysis functionality, contains many powerful built-in features and is expandable with plugins and extensions. . This package contains the math library for kst. Package: libkst2widgets2 Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: kst widgets library Kst is a fast real-time large-dataset viewing and plotting tool. It has basic data analysis functionality, contains many powerful built-in features and is expandable with plugins and extensions. . This package contains the widgets library for kst. debian/libkst2core2.install0000644000000000000000000000004411601464140013056 0ustar debian/tmp/usr/lib/libkst2core.so.* debian/kst-doc.doc-base0000644000000000000000000000047011602202003012114 0ustar Document: tutorial Title: The KST Tutorial Author: Barth Netterfield and Rick Chern Abstract: KST is a data plotting and manipulation program with powerful plugin support Section: Science/Data Analysis Format: HTML Index: /usr/share/doc/kst-doc/tutorial/index.html Files: /usr/share/doc/kst-doc/tutorial/*.html debian/libkst2math2.install0000644000000000000000000000004411601464140013057 0ustar debian/tmp/usr/lib/libkst2math.so.* debian/source/0000755000000000000000000000000011600507521010463 5ustar debian/source/format0000644000000000000000000000001411600507521011671 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000001670312055716607011060 0ustar kst (2.0.3-1.3) unstable; urgency=low * Non-maintainer upload. * Fix "missing Breaks+Replaces: kst-bin (<< 2.0.3)": add Breaks+Replaces to kst-data, thanks Andreas Beckmann. (Closes: #632443) -- gregor herrmann Thu, 29 Nov 2012 18:38:12 +0100 kst (2.0.3-1.2) unstable; urgency=low * Non-maintainer upload. * Add Build-depends: libgetdata-dev (Closes: #556990) * Bump Standards-Version to 3.9.3 (no changes) * Bump debhelper compat level to 9 * Drop fragile *.symbols files * debian/rules updated to ensure dpkg-buildflags (e.g. hardening) works * debian/copyright updated to fully comply with http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -- Michael Milligan Wed, 13 Jun 2012 21:39:58 -0500 kst (2.0.3-1.1) unstable; urgency=low * Non-maintainer upload. * Add debian/patches/fix-qreal-vs-double-for-arm.diff from Peter Green to fix FTBFS on armel and armhf (Closes: #646423) -- Scott Kitterman Fri, 23 Dec 2011 00:45:25 -0500 kst (2.0.3-1) unstable; urgency=low * New upstream release (Closes: #604335) * New maintainer (Closes: #589685) * Reworked debian/copyright using DEP-5 and adding missing entries * Reworked debian/rules using dh and 3.0 (quilt) source format Tested with binutils-gold (Closes: #615738) * Bump compat level to 7 * Change Section from x11 to science * Bump Standards-Version to 3.9.2 (add Homepage field) * Update descriptions * Add Build-Depends on cmake * Remove Build-Depends on libncurses5-dev (Closes: #553793) * Remove Build-Depends on kdelibs4-dev, libqt3-mt-dev, libx11-dev, zlib1g-dev, g++, autoconf, autotools-dev, automake1.9, libtool, libncurses5-dev, doxygen, qt3-doc * Remove packages: kst-bin, kst-plugins, libkst1c2, libkst1-dev * New packages: kst-data, libkst2core2, libkst2math2, libkst2widgets2 * Update version and url for debian/watch * Add *.symbols files * Update debian/examples/example.kst (kst2 is can not read kst1 files) * New patches solving lintian warnings: + desktop-entry-contains-encoding-key.diff + desktop-entry-lacks-main-category.diff + hyphen-used-as-minus-sign.diff -- Ruben Molina Mon, 27 Jun 2011 17:28:28 -0500 kst (1.7.0-1.1) unstable; urgency=low * Non-maintainer upload. * Apply patch for FTBFS (Closes: 543018). Thanks to Ilya Barygin for the patch. * Bump debian/compat to 5. -- Serafeim Zanikolas Fri, 14 May 2010 23:51:22 +0200 kst (1.7.0-1) unstable; urgency=low * New upstream release. -- Mark Hymers Sun, 20 Jul 2008 10:18:48 +0100 kst (1.6.0-1) unstable; urgency=low * New upstream release. * Change B-D to libnetcdf-dev. * Add dh_icons call. Closes: #457853. * Bump Standards-Version to 3.8.0. * Bump debhelper dependency for dh_icons. -- Mark Hymers Sat, 28 Jun 2008 15:16:16 +0100 kst (1.5.0-2) unstable; urgency=low * Remove dpatch support and merge changes into main tree. This package is now maintained in git. -- Mark Hymers Sat, 10 May 2008 22:02:07 +0100 kst (1.5.0-1) unstable; urgency=low * New upstream release. * Update Standard-Version to 3.7.3. * Change menu file to use Applications/Science/Data Analysis instead of Apps/Science -- Mark Hymers Mon, 10 Dec 2007 20:35:38 +0000 kst (1.4.0-1) unstable; urgency=low * New upstream release. * Remove spurious Build-Dep on g77. Closes: #430180. -- Mark Hymers Mon, 23 Jul 2007 18:08:57 +0100 kst (1.3.1-2) unstable; urgency=low * Change to use libcfitsio3 instead of libcfitsio2. Closes: #413123. * The "I'm bound to screw up my first non-sponsored upload" release. -- Mark Hymers Sat, 7 Apr 2007 22:58:05 +0100 kst (1.3.1-1) unstable; urgency=low * New upstream release. -- Mark Hymers Fri, 3 Nov 2006 23:07:26 +0000 kst (1.3.0-1) unstable; urgency=low * New upstream release. Closes: #389955. -- Mark Hymers Sun, 8 Oct 2006 14:10:19 +0100 kst (1.2.1-2) unstable; urgency=low * Update upstream homepage address in debian/control. * Add a kst.desktop file * Update README.Debian documentation location to reflect reality. * Don't compress .docbook files otherwise khelpcentre becomes really unhappy. Closes: #368725. * Bump standards version to 3.7.2; no changes needed. * Add dpatch to make build with autoconf 2.60. * Stop using --enable-new-ldflags as it breaks linking with libgsl and libgslcblas with newer versions of gsl. -- Mark Hymers Sun, 16 Jul 2006 15:01:42 +0100 kst (1.2.1-1) unstable; urgency=low * New upstream release. (Closes: #361115) -- Mark Hymers Sun, 16 Apr 2006 15:13:25 +0100 kst (1.1.1-3) unstable; urgency=low * Make libkst-dev Replace libkst0 and libkst1 due to file moves (Closes: #353316) -- Mark Hymers Tue, 28 Feb 2006 21:49:38 +0000 kst (1.1.1-2) unstable; urgency=low * Update admin/ files so that we can build on GNU/k*BSD (Closes: #347187) * Use -Wl,--as-needed by using --enable-new-ldflags at configure time * Remove gyrodata.dat in clean target -- Mark Hymers Sat, 14 Jan 2006 16:56:13 +0000 kst (1.1.1-1) unstable; urgency=low * New upstream release. * Acknowledge NMU. Thanks to LaMont Jones. * Bump standards version to 3.6.2; no changes needed. * Update FSF address in debian/copyright to satisfy lintian. * Correct typo in d2asc manpage. * Remove g++-3.4 Build-Depends for [arm hppa m68k] and replace with a general one on g++ >= 4:4.0.2-2 which is supposed to fix the FTBFS on these architectures. Closes: #342998. * Introduce dpatch into the package. * Fix buffer creation. Many thanks to Josh Metzler who was the person who finally managed to track this down. Closes: #329231. * Make sure we ship the .so symlinks and .la files in the -dev package. This means that the -dev packages has to be Architecture: any and necessitates a Conflicts/Replaces pair with older versions (due to the .la files moving from libkst1 to libkst1-dev). Also fix up the -dev package in general. -- Mark Hymers Thu, 29 Dec 2005 13:39:49 +0000 kst (1.1.0-2.1) unstable; urgency=low * Non-maintainer upload. * work around gcc-4.0 FTBFS on some architectures -- LaMont Jones Fri, 14 Oct 2005 19:28:35 +0000 kst (1.1.0-2) unstable; urgency=low * Recompile for the G++ ABI transition * Rename libkst1 to libkst1c2 * Move the libkst1 and libkst1-dev README.Debian files so that the right ones are in the right packages * Correct section for libkst1-dev to be libdevel -- Mark Hymers Tue, 23 Aug 2005 21:57:53 +0100 kst (1.1.0-1) unstable; urgency=low * New upstream release * Ship all translations. Closes: #310430 -- Mark Hymers Sun, 29 May 2005 10:14:32 +0100 kst (1.0.0-1) unstable; urgency=low * New upstream release. * As kst is now stable, allow to progress into testing when ready Closes: #273602 * Update example file to new kst-1.0.0 format (PSD changes) -- Mark Hymers Mon, 27 Dec 2004 10:47:34 +0000 kst (0.99-1) unstable; urgency=low * Initial Debian Release. Closes: #246538 -- Mark Hymers Thu, 26 Aug 2004 15:45:52 +0100 debian/kst.install0000644000000000000000000000014611601464224011360 0ustar debian/tmp/usr/bin debian/tmp/usr/lib/kst2 debian/tmp/usr/share/man debian/tmp/usr/share/applications debian/compat0000644000000000000000000000000211764705701010374 0ustar 9 debian/kst-doc.install0000644000000000000000000000005411602175626012127 0ustar docbook/kst/tutorial usr/share/doc/kst-doc/ debian/patches/0000755000000000000000000000000011675012561010621 5ustar debian/patches/fix-qreal-vs-double-for-arm.diff0000644000000000000000000001020411675012511016572 0ustar Description: fix build on arm by changing variable types and adding typecasts On most architectures qreal is double but on arm architectures qreal is float. While it is OK to assign between qreal and double (because it is OK to assign between float and double) some constructions (pointers, references, templates) require the programmer to care about the distinction. Author: Peter Green Bug-Debian: http://bugs.debian.org/646423 --- kst-2.0.3.orig/src/libkstapp/plotrenderitem.cpp +++ kst-2.0.3/src/libkstapp/plotrenderitem.cpp @@ -657,9 +657,9 @@ void PlotRenderItem::highlightNearestDat bool bFoundImage = false; qreal distance, minDistance = 1.0E300; - qreal x, y; + double x, y; QPointF matchedPoint; - qreal imageZ; + double imageZ; qreal dxPerPix = double(projectionRect().width())/double(rect().width()); foreach(RelationPtr relation, relationList()) { --- kst-2.0.3.orig/src/libkstapp/mainwindow.cpp +++ kst-2.0.3/src/libkstapp/mainwindow.cpp @@ -595,7 +595,7 @@ void MainWindow::savePrinterDefaults(QPr _dialogDefaults->setValue("print/landscape", printer->orientation() == QPrinter::Landscape); _dialogDefaults->setValue("print/paperSize", int(printer->paperSize())); - double left, top, right, bottom; + qreal left, top, right, bottom; printer->getPageMargins(&left, &top, &right, &bottom, QPrinter::Millimeter); _dialogDefaults->setValue("print/topLeftMargin", QPointF(left, top)); _dialogDefaults->setValue("print/bottomRightMargin", QPointF(right, bottom)); --- kst-2.0.3.orig/src/libkstapp/arrowitem.cpp +++ kst-2.0.3/src/libkstapp/arrowitem.cpp @@ -54,7 +54,7 @@ void ArrowItem::paint(QPainter *painter) double sina = sin(theta); double cosa = cos(theta); double yin = sqrt(3.0) * deltax; - double x1, y1, x2, y2; + qreal x1, y1, x2, y2; QMatrix m(cosa, sina, -sina, cosa, 0.0, 0.0); m.map( deltax, yin, &x1, &y1); @@ -75,7 +75,7 @@ void ArrowItem::paint(QPainter *painter) double sina = sin(theta); double cosa = cos(theta); double yin = sqrt(3.0) * deltax; - double x1, y1, x2, y2; + qreal x1, y1, x2, y2; QMatrix m(cosa, sina, -sina, cosa, 0.0, 0.0); m.map( deltax, yin, &x1, &y1); --- kst-2.0.3.orig/src/libkstapp/applicationsettingsdialog.cpp +++ kst-2.0.3/src/libkstapp/applicationsettingsdialog.cpp @@ -106,8 +106,8 @@ void ApplicationSettingsDialog::setupGri void ApplicationSettingsDialog::setupFill() { QGradientStops stops; - stops.append(qMakePair(1.0, QColor(Qt::white))); - stops.append(qMakePair(0.0, QColor(Qt::lightGray))); + stops.append(qMakePair((qreal)1.0, QColor(Qt::white))); + stops.append(qMakePair((qreal)0.0, QColor(Qt::lightGray))); _fillTab->gradientEditor()->setDefaultGradientStops(stops); QBrush b = ApplicationSettings::self()->backgroundBrush(); --- kst-2.0.3.orig/src/libkstapp/plotitem.cpp +++ kst-2.0.3/src/libkstapp/plotitem.cpp @@ -989,7 +989,7 @@ void PlotItem::paintPlot(QPainter *paint } if (isUseAxisScale()) { QFont font(painter->font()); - qreal pointSize = qMax((font.pointSizeF() * _numberAxisLabelScaleFactor), ApplicationSettings::self()->minimumFontSize()); + qreal pointSize = qMax((font.pointSizeF() * _numberAxisLabelScaleFactor), (qreal)(ApplicationSettings::self()->minimumFontSize())); font.setPointSizeF(pointSize); painter->setFont(font); @@ -2662,7 +2662,7 @@ void PlotItem::computedRelationalMax(qre if (relation->ignoreAutoScale()) continue; - qreal min, max; + double min, max; relation->yRange(projectionRect().left(), projectionRect().right(), &min, &max); @@ -2670,11 +2670,11 @@ void PlotItem::computedRelationalMax(qre //If the axis is in log mode, the lower extent will be the //minimum value larger than zero. if (yAxis()->axisLog()) - minimum = minimum <= 0.0 ? min : qMin(min, minimum); + minimum = minimum <= 0.0 ? min : qMin((qreal)min, minimum); else - minimum = qMin(min, minimum); + minimum = qMin((qreal)min, minimum); - maximum = qMax(max, maximum); + maximum = qMax((qreal)max, maximum); } } } debian/patches/hyphen-used-as-minus-sign.diff0000644000000000000000000000671411601474627016410 0ustar Description: hyphen-used-as-minus-sign This manual page seems to contain a hyphen where a minus sign was intended. Author: Ruben Molina Forwarded: no Last-Update: 2011-06-25 Index: kst-2.0.3/src/kst/kst.1.txt =================================================================== --- kst-2.0.3.orig/src/kst/kst.1.txt +++ kst-2.0.3/src/kst/kst.1.txt @@ -47,7 +47,7 @@ kst may be run entirely from within its command line arguments are needed. kst has a powerful wizard for easily setting up new plots. -In the second invocation, kst loads pre-saved plot specifications from the +In the second invocation, kst loads pre\-saved plot specifications from the file .I kstfile and optionally may override some of the settings in that file. @@ -64,7 +64,7 @@ plot all curves in separate plots .TP .B \-a\fR average frames (simple mean) when plotting with -.B -s\fR. +.B \-s\fR. .TP .B \-\-A4\fR use A4 sized paper for printing. Requires @@ -90,7 +90,7 @@ and instead use .B \-f\ STARTFRAME\fR begin plotting at .I STARTFRAME -frames into the data. Set to -1 to start at +frames into the data. Set to \-1 to start at .I NUMFRAMES from the end of the data. .TP @@ -112,7 +112,7 @@ use US Letter sized paper for printing. .B \-n\ NUMFRAMES\fR plot at most .I NUMFRAMES -frames of data. Set to -1 to indicate all of the data. +frames of data. Set to \-1 to indicate all of the data. .TP .B \-P\ PLOTNAME\fR plot all plots in the plot named @@ -145,7 +145,7 @@ frames when plotting. .B \-x\ FIELD\fR use .I FIELD -as the X-axis vector. +as the X\-axis vector. .TP .B \-y\ FIELD\fR plot @@ -158,30 +158,30 @@ plot as an image. .SH EXAMPLES Plot all data in column 2 from data.dat. - kst data.dat -y 2 + kst data.dat \-y 2 Same as above, except only read 20 lines, starting at line 10. - kst data.dat -f 10 -n 20 -y 2 + kst data.dat \-f 10 \-n 20 \-y 2 also read col 1. One plot per curve. - kst data.dat -f 10 -n 20 -y 1 -y 2 + kst data.dat \-f 10 \-n 20 \-y 1 \-y 2 Read col 1 from data2.dat and col 1 from data.dat - kst data.dat -f 10 -n 20 -y 2 data2.dat -y 1 + kst data.dat \-f 10 \-n 20 \-y 2 data2.dat \-y 1 Same as above, except read 40 lines starting at 30 in data2.dat - kst data.dat -f 10 -n 20 -y 2 data2.dat -f 30 -n 40 -y 1 + kst data.dat \-f 10 \-n 20 \-y 2 data2.dat \-f 30 \-n 40 \-y 1 Specify the X vector and error bars: Plot x = col 1 and Y = col 2 and error flags = col 3 from data.dat - kst data.dat -x 1 -e 3 -y 2 + kst data.dat \-x 1 \-e 3 \-y 2 Get the X vector from data1.dat, and the Y vector from data2.dat. - kst data1.dat -x 1 data2.dat -y 1 + kst data1.dat \-x 1 data2.dat \-y 1 Placement: Plot column 2 and column 3 in plot P1 and column 4 in plot P2 - kst data.dat -P P1 -y 2 -y 3 -P P2 -y 4 + kst data.dat \-P P1 \-y 2 \-y 3 \-P P2 \-y 4 .SH BUGS Please report bugs to either the kst mailing list at .I kst@kde.org @@ -198,6 +198,6 @@ Matthew Truch Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no -Invariant Sections, with no Front-Cover Texts, and with no Back-Cover +Invariant Sections, with no Front\-Cover Texts, and with no Back\-Cover Texts. A copy of the license is included in the `COPYING.DOC' file as part of the kst distribution. debian/patches/desktop-entry-lacks-main-category.diff0000644000000000000000000000123111601474637020115 0ustar Description: desktop-entry-lacks-main-category The categories for this desktop entry do not contain any Main Categories, only Additional Categories. Author: Ruben Molina Forwarded: not-needed Last-Update: 2011-06-25 Index: kst-2.0.3/src/kst/kst.desktop =================================================================== --- kst-2.0.3.orig/src/kst/kst.desktop +++ kst-2.0.3/src/kst/kst.desktop @@ -4,7 +4,7 @@ Exec=kst2 -caption "%c" %i %m Icon=kst DocPath=kst/index.html MimeType=application/x-kst; -Categories=Qt;KDE;Science; +Categories=Graphics;Qt;KDE;Science; Name=Kst Name[hi]=केएसटी Name[ta]=கேஎஸ்டி debian/patches/series0000644000000000000000000000022011675012561012030 0ustar desktop-entry-lacks-main-category.diff desktop-entry-contains-encoding-key.diff hyphen-used-as-minus-sign.diff fix-qreal-vs-double-for-arm.diff debian/patches/desktop-entry-contains-encoding-key.diff0000644000000000000000000000114511601474500020444 0ustar Description: desktop-entry-contains-encoding-key The Encoding key is now deprecated by the FreeDesktop standard and all strings are required to be encoded in UTF-8. Author: Ruben Molina Forwarded: not-needed Last-Update: 2011-06-25 Index: kst-2.0.3/src/kst/kst.desktop =================================================================== --- kst-2.0.3.orig/src/kst/kst.desktop 2011-06-25 18:30:55.102870741 -0500 +++ kst-2.0.3/src/kst/kst.desktop 2011-06-25 18:31:28.399035843 -0500 @@ -41,4 +41,3 @@ GenericName[xx]=xxData Viewerxx GenericName[zh_CN]=数据查看器 -Encoding=UTF-8 debian/copyright0000644000000000000000000001713611766247036011145 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: kst Source: http://kst.kde.org/ Files: * Copyright: 2003-2010 The University of Toronto License: GPL-2.0+ License: GPL-2.0+ This package 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 2 of the License, or (at your option) any later version. . This package 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 . On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". Files: debian/* Copyright: 2011 Ruben Molina 2010 Steven Benton 2010 Serafeim Zanikolas 2005 LaMont Jones 2004-2008 Mark Hymers License: GPL-2.0+ Files: src/libkst/editablevector.* src/libkst/editablematrix.* src/libkstmath/emailthread.* src/libkst/datamatrix.* src/libkst/generatedmatrix.* src/libkst/matrix.* src/libkstmath/csd.* src/libkstmath/eventmonitorentry.* src/libkstmath/image.* src/libkstmath/linestyle.* src/libkstmath/plotdefines.* src/plugins/* Copyright: 2007 The University of Toronto 2004-2005 The University of British Columbia License: GPL-2.0+ Files: src/libkstapp/gridlayouthelper.* Copyright: 1992-2007 Trolltech ASA 2007 The University of Toronto License: GPL-2.0+ Files: src/libkstapp/cartesianrenderitem.* src/libkstapp/plotrenderitem.cpp src/libkstapp/axis.cpp old_tests/healpix/testhealpix.cpp Copyright: 2005-2007 Theodore Kisner License: GPL-2.0+ Files: src/datasources/healpix/healpix_tools* Copyright: 2005 Ted Kisner License: GPL-2.0+ Files: src/datasources/netcdf/* Copyright: 2004 Nicolas Brisset License: GPL-2.0+ Files: src/libkst/psversion.* Copyright: 2002-2003 Albert Cahalan 1996 Charles Blake 1995 Martin Schulze License: GPL-2.0+ Files: src/libkst/procps.* Copyright: 1998-2003 Albert Cahalan License: GPL-2.0+ Files: src/libkst/kst_export.h Copyright: 2005 Dirk Mueller License: GPL-2.0+ Files: src/plugins/dataobject/genericfilter/* Copyright: 2005 Jean-Paul Petillon License: GPL-2.0+ Files: src/libkstmath/eparse.* Copyright: 1984-2006 Free Software Foundation, Inc. License: GPL-2.0+ Files: src/libkstmath/psdcalculator.* Copyright: 2006 Kst License: GPL-2.0+ Files: src/libkst/dataprimitive.* src/libkst/datascalar.* src/libkst/datastring.* src/libkst/datavector.* src/libkst/generatedvector.* src/libkst/scalar.* src/libkst/vector.* src/libkst/vscalar* src/libkstmath/curve.* src/libkstmath/curvepointsymbol.* Copyright: © 2000-2009, cbn License: GPL-2.0+ Files: src/libkst/namedobject.* src/libkst/shortnameindex.* src/libkstmath/curve.* src/libkstmath/curvepointsymbol.* src/libkstmath/dataobject.* src/libkstmath/histogram.* src/libkstmath/relation.* src/libkstmath/equation.* src/libkstmath/palette.* src/libkstmath/psd.* src/libkstapp/aboutdialog.* src/libkstapp/commandlineparser.* src/libkstapp/dimensionstab.* src/libkstapp/logdialog.* src/libkstapp/rangetab.* src/datasources/qimagesource/qimagesource.* src/widgets/dialogdefaults.* src/d2asc/d2asc.* old_tests/kstXbench/* old_tests/dirfile_replay/getdata_struct.* old_tests/dirfile_replay/getdata.* old_tests/dirfile_replay/replay.* Copyright: 2000-2010 C. Barth Netterfield License: GPL-2.0+ License: LGPL-2.0+ This package is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This package 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 . On Debian systems, the complete text of the GNU Lesser General Public License version 2 can be found in "/usr/share/common-licenses/LGPL-2". Files: src/libkst/timezones.* Copyright: 2005 S.R.Haque License: LGPL-2.0+ Files: src/libkst/sharedptr.h Copyright: 2004 The University of Toronto 1999 Waldo Bastian License: LGPL-2.0+ Files: src/libkst/sysinfo.* Copyright: 1998-2003 Albert Cahalan 1992-1998 Michael K. Johnson License: LGPL-2.0+ License: BSD-3-Clause Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the University nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Files: svn2cl.xsl Copyright: 2004 Arthur de Jong. License: BSD-3-Clause Files: misc/getdata-windows/* misc/netcdf-windows/* Copyright: 2006-2008 Alexander Chemeris License: BSD-3-Clause Files: src/libkstmath/fftsg_h.* Copyright: 1996-2001 Takuya OOURA License: fftsg You may use, copy, modify and distribute this code for any purpose (include commercial use) and without fee. Please refer to this package when you modify this code. Comment: http://www.kurims.kyoto-u.ac.jp/~ooura/fft.html Files: old_tests/planck/toigen.c Copyright: No Copyright License: public-domain Written By Staikos Computing Services Inc Released to the public domain without warranty. debian/kst-data.install0000644000000000000000000000026011601450126012260 0ustar debian/tmp/usr/share/applnk debian/tmp/usr/share/apps debian/tmp/usr/share/config debian/tmp/usr/share/mimelink debian/tmp/usr/share/services debian/tmp/usr/share/servicetypes debian/watch0000644000000000000000000000005611601462207010217 0ustar version=3 http://sf.net/kst/kst-(.*)\.tar\.gz debian/examples/0000755000000000000000000000000011602540552011004 5ustar debian/examples/README0000644000000000000000000000173711602143660011673 0ustar These simple test files were generated by the Debian package maintainer: Mark Hymers . You will need to uncompress these files to use them. Note that if you want to use the .kst file, the two .dat files need to be uncompressed in the same directory. y.dat is a 4Hz sine wave and a 4Hz cosine wave sampled at 200Hz. yn.dat is the same as y with some uniformly distributed random noise added. They are hereby placed in the public domain and are simply designed to be used when checking that kst is plotting correctly (or for learning the basics of kst). Importing data in 10 easy steps =============================== 1. Click on Data|Data Wizard 2. Pick y.dat or yn.dat 3. Next 4. Select columns 1 and 2 5. Select Read to end 6. Select INDEX as the X Axis Vector 7. Next 8. Select All Curves on One Plot 9. Click Finish 10. Admire your graph Other files =========== example.kst contains the plotted data from y.dat and yn.dat along with a FFT for each of them. debian/examples/yn.dat0000644000000000000000000006037711602143660012140 0ustar 2.2794020e-01 1.5643318e+00 4.2398840e-01 1.5232797e+00 8.2592020e-01 1.2495874e+00 1.0692233e+00 1.7330041e+00 5.6498959e-01 1.7080284e+00 4.8671384e-01 1.8938368e+00 4.8858266e-01 1.0837121e+00 3.8113395e-01 9.9086836e-01 2.9605290e-01 1.6883965e+00 1.1476567e+00 1.7263283e+00 7.2554804e-01 1.8995942e+00 1.1696302e+00 1.0077384e+00 7.2597449e-01 1.8220627e+00 8.4299188e-01 1.8180446e+00 9.9647035e-01 1.6409744e+00 6.3038743e-01 1.3714743e+00 1.0567331e+00 9.8793323e-01 1.2232587e+00 1.7618172e+00 9.2760974e-01 1.7729883e+00 1.3906359e+00 1.6378812e+00 9.1634731e-01 1.4504467e+00 1.2607604e+00 1.4695735e+00 8.2714191e-01 9.6746187e-01 1.0164864e+00 8.1696555e-01 7.1219294e-01 1.1596465e+00 1.3491717e+00 1.0051190e+00 1.0013288e+00 9.0843621e-01 1.4630651e+00 1.2338973e+00 1.7490078e+00 1.2677868e+00 1.4495261e+00 8.8743256e-01 1.6243553e+00 1.3323857e+00 1.5567491e+00 6.9475797e-01 1.7766260e+00 1.3841155e+00 1.3358529e+00 1.0278075e+00 9.7984286e-01 6.7643352e-01 1.0748529e+00 7.0789295e-01 1.3563957e+00 7.7032009e-01 1.0625088e+00 7.3315970e-01 1.7431143e+00 3.9340732e-01 1.6834937e+00 1.2222605e+00 1.2820984e+00 1.1513071e+00 1.9377548e+00 6.1250119e-01 1.6481379e+00 1.1475813e+00 1.7526893e+00 4.3201450e-01 1.4192221e+00 3.8445306e-01 1.7507781e+00 9.1315414e-01 1.2440729e+00 4.5648436e-01 1.5029721e+00 1.0411858e+00 1.7003355e+00 3.6158661e-01 1.0134673e+00 4.4706004e-02 1.1879615e+00 8.6840513e-01 1.5820531e+00 9.6213539e-01 1.8212738e+00 3.3232250e-01 1.2499918e+00 2.2275118e-01 1.6590863e+00 -1.0778079e-01 1.6187287e+00 8.1158263e-01 1.6144076e+00 6.5587615e-01 1.0879425e+00 6.5027432e-01 1.7599317e+00 -9.7810048e-02 1.0521818e+00 -2.1658457e-01 1.2887596e+00 4.4497329e-01 1.7886398e+00 2.9092243e-01 1.8788748e+00 6.4870251e-02 1.1210363e+00 -2.2123303e-01 1.5576913e+00 -2.4545294e-01 1.6201951e+00 -1.3166939e-01 1.7667896e+00 -2.9030099e-01 1.1935431e+00 1.7883020e-01 1.5824581e+00 -9.7587780e-02 1.6176734e+00 -2.6523390e-01 1.1964982e+00 -5.1245933e-01 1.4949388e+00 3.4733812e-01 1.6166367e+00 3.8716823e-02 1.3364218e+00 -1.8793511e-01 7.7585483e-01 2.1472663e-02 1.5509985e+00 2.5045691e-01 1.2713624e+00 -5.4975950e-01 1.1733419e+00 -3.0432658e-01 1.1158381e+00 -2.3168567e-01 1.3593547e+00 -4.5566826e-01 7.5280702e-01 -7.6337263e-01 6.3033917e-01 -4.2101113e-01 8.3129241e-01 -4.9727000e-01 6.7479938e-01 -8.2402521e-01 7.8460432e-01 -8.1737842e-01 1.2527437e+00 -7.7221376e-01 1.2856173e+00 -1.5932618e-02 5.7032982e-01 1.1949796e-02 1.1334147e+00 -6.1553889e-01 1.2572521e+00 4.9528005e-02 7.9920775e-01 -4.7026148e-01 1.0874649e+00 -6.7257231e-01 4.4634709e-01 -4.0388382e-01 3.2338285e-01 -9.0785883e-01 2.1557123e-01 -4.0179077e-01 7.3787979e-01 -3.6028521e-01 9.4569614e-01 -3.1544594e-01 8.4367225e-01 -9.5277798e-01 1.8571078e-01 -8.3680231e-02 6.6568131e-01 -9.7716205e-01 1.1135788e-01 -9.3327362e-01 9.5165660e-01 -7.0226717e-01 5.1433991e-01 -2.8800482e-01 4.3626397e-02 -9.2360469e-01 2.6810417e-01 -7.3507027e-01 6.3870942e-01 -6.1054175e-01 1.9385667e-01 -9.6527115e-01 1.7471628e-01 -1.8750755e-02 3.3906791e-01 -6.9990247e-01 -7.8600961e-02 -2.0882627e-01 6.5408308e-01 -1.2997649e-01 -1.0619935e-01 -2.6470801e-02 -1.5015954e-01 -2.1858095e-01 4.4356459e-01 -3.5467492e-01 3.0121996e-01 -3.6304715e-01 4.3838907e-01 -2.8431599e-01 2.8170099e-02 -3.1019460e-01 -5.6123090e-02 -2.3734403e-01 3.3583728e-01 -2.0535494e-01 -2.8710361e-01 -1.7499156e-01 3.0866968e-01 -3.8558903e-01 -4.7535428e-01 -6.8251051e-01 -2.5596583e-01 2.2239341e-01 -2.3724248e-01 -2.6769217e-01 -1.3663707e-01 1.7899094e-01 5.8452384e-02 -5.9466197e-01 -6.7845287e-01 -5.6983917e-04 -3.9822861e-01 1.7584613e-01 -1.8616644e-01 -4.0375742e-01 1.6233403e-01 -3.6647076e-01 -4.5991072e-01 2.3879229e-01 -1.4925546e-01 -2.9256008e-01 -8.2124547e-01 1.5617837e-01 -4.4126712e-02 -4.1522937e-01 -1.7721463e-01 -1.6112176e-01 9.9087447e-02 2.1896052e-01 -4.2264554e-01 -6.4504042e-02 -3.2877808e-01 1.0170785e-01 2.3338707e-04 2.3337768e-01 -8.0008350e-01 2.6511065e-01 -8.0693895e-01 6.8533620e-01 -2.4115593e-01 9.6952070e-02 -1.8955253e-01 6.6144958e-01 -7.9303100e-01 3.8432154e-01 -1.9691975e-01 6.2202283e-01 -9.6191365e-01 1.5541293e-01 -5.8471921e-01 2.4676199e-01 -8.9136049e-02 5.6274611e-01 -6.6758436e-01 4.1978723e-01 -7.9994502e-02 8.0526475e-01 -3.1040218e-01 6.6737516e-01 -4.6871161e-02 9.4989091e-01 -1.3955374e-01 3.4450309e-01 -1.7357362e-01 9.0146842e-01 -5.1472722e-01 5.4747092e-01 -6.0100221e-01 8.3658573e-01 -7.3890916e-01 8.4928022e-01 -3.7663055e-01 1.1553497e+00 -1.2794085e-01 1.2205123e+00 -2.9979215e-01 9.1651241e-01 -2.9729931e-01 4.9401107e-01 -1.9403275e-01 5.2397888e-01 -8.3502019e-01 1.0285982e+00 -8.2252102e-01 8.3543986e-01 4.8794775e-03 1.0784093e+00 -1.1356388e-01 1.3066305e+00 -7.2647492e-01 1.2962251e+00 -7.4706311e-01 8.1312533e-01 -6.2257688e-01 9.8034521e-01 -1.1326631e-01 1.3545043e+00 -4.6675788e-01 1.1444808e+00 -5.5631294e-01 1.5117592e+00 -1.1600847e-01 1.5221814e+00 -4.8868073e-01 1.4149825e+00 -2.7934670e-01 7.6268498e-01 -5.6398593e-02 7.5485560e-01 -5.0235171e-01 1.0020629e+00 -1.9448239e-01 1.1329589e+00 -1.0460325e-01 8.3464365e-01 3.3722155e-03 1.5819112e+00 -1.7860814e-01 1.6082438e+00 -1.5106340e-01 1.1026143e+00 1.4273430e-01 1.0224700e+00 4.2143560e-01 9.0523970e-01 -4.3741441e-01 1.0175819e+00 4.6932148e-01 1.7497694e+00 -1.0725667e-02 1.1845252e+00 -3.9432751e-01 1.7610225e+00 -3.1481833e-02 1.2264757e+00 -1.1516961e-01 1.8578159e+00 2.7012435e-01 1.7916954e+00 4.9988247e-01 1.4832537e+00 4.4099783e-02 1.8329330e+00 4.7628433e-03 1.9504697e+00 3.6100574e-01 1.7549086e+00 7.0757029e-01 1.8423648e+00 3.3121887e-01 1.6866594e+00 6.1847529e-01 1.6933549e+00 2.6667408e-01 1.5244043e+00 3.8434799e-01 1.0010832e+00 1.9038808e-01 1.7227014e+00 8.6258795e-01 1.7340671e+00 9.3151412e-01 1.8914215e+00 7.1193338e-01 1.3220785e+00 2.4147593e-01 1.5021146e+00 7.6461741e-01 1.3369983e+00 6.2370775e-01 1.0774391e+00 6.5097198e-01 1.8963674e+00 8.8188977e-01 1.2103004e+00 8.7510287e-01 1.7415328e+00 6.4516458e-01 1.5736714e+00 5.4961719e-01 1.9137287e+00 8.0881424e-01 1.9059269e+00 6.6548723e-01 1.0928427e+00 9.9392387e-01 1.6815996e+00 5.7875800e-01 1.0176494e+00 1.2199269e+00 8.8452532e-01 1.3578815e+00 1.6548647e+00 1.5182583e+00 9.7568770e-01 1.1824609e+00 9.2830777e-01 1.1424611e+00 1.6793167e+00 1.2090433e+00 1.7123772e+00 1.5245356e+00 1.3300980e+00 1.6015156e+00 1.1377371e+00 1.5023155e+00 1.4380222e+00 8.5299604e-01 1.1628243e+00 1.4587782e+00 1.5460095e+00 1.7231627e+00 1.2409274e+00 1.5510549e+00 1.0892998e+00 1.0135706e+00 1.3098021e+00 1.5049163e+00 1.2110730e+00 1.5414527e+00 9.2952105e-01 9.9368331e-01 6.3199074e-01 1.1914360e+00 1.2981918e+00 1.0751394e+00 1.4764917e+00 9.2535452e-01 5.2451027e-01 1.2791797e+00 5.7276669e-01 1.6471991e+00 1.1587129e+00 1.2969265e+00 4.0888229e-01 1.9259218e+00 9.8176774e-01 1.4501269e+00 7.2562445e-01 1.4176295e+00 4.0292443e-01 1.5426656e+00 7.5272776e-01 1.9168485e+00 5.3180389e-01 1.2306291e+00 5.8788544e-01 1.6786164e+00 4.4490264e-01 1.4389982e+00 1.0443456e+00 1.3552422e+00 7.6684430e-01 1.5065281e+00 4.1555004e-01 1.1899486e+00 7.9242105e-01 1.4163998e+00 6.4830843e-01 1.9300723e+00 -1.4419454e-03 1.4886672e+00 7.0591417e-01 1.7102855e+00 1.7062727e-01 1.9840811e+00 8.4861212e-01 1.6214651e+00 5.6363553e-01 9.9909281e-01 1.4480998e-01 1.4914662e+00 5.4802971e-01 1.3738017e+00 2.5045980e-01 1.2090454e+00 1.7352859e-01 1.3064667e+00 3.2150999e-01 9.4912657e-01 -3.2283377e-01 1.1471337e+00 2.7573277e-01 1.3152905e+00 1.1555808e-01 1.8768553e+00 5.5045843e-01 1.5404954e+00 -2.3240345e-01 1.2775020e+00 -4.1686403e-01 1.3545354e+00 5.6592271e-02 1.7828326e+00 -2.2664360e-01 1.3537016e+00 -4.8023291e-01 1.2595744e+00 -5.4869595e-01 1.5942546e+00 -5.5143983e-01 1.3102833e+00 -3.5001978e-01 1.4396424e+00 -4.7623001e-01 1.7175130e+00 -5.9758981e-01 1.4645396e+00 -3.7797191e-01 1.1700554e+00 -6.7916226e-01 9.8309680e-01 -4.2812370e-01 1.4708154e+00 -7.2559194e-01 6.9776440e-01 -2.1065585e-01 1.4320994e+00 -7.6194945e-01 1.3189676e+00 -7.3034220e-01 8.3799486e-01 -7.2166434e-01 1.2780953e+00 -3.1166088e-01 1.1354997e+00 -1.2956890e-01 7.6944206e-01 -1.3844322e-01 1.0778416e+00 -3.8265477e-02 7.8208863e-01 -3.4223938e-01 7.0381288e-01 -8.7344672e-01 3.4543980e-01 -3.0713155e-01 7.8484295e-01 -8.0538556e-01 1.0778501e+00 -4.3755296e-01 7.1083126e-01 -1.4525812e-01 7.4712505e-01 -9.6260901e-01 1.8902030e-01 -6.2636049e-01 3.9441699e-01 -6.9962484e-01 2.0486783e-01 -7.2287989e-01 1.0899043e+00 -3.9585023e-02 1.0000986e+00 -5.9177684e-02 1.0188929e+00 -5.9971127e-01 6.3134333e-01 -6.5245782e-02 6.3442684e-02 -2.1839343e-01 9.1670683e-01 -1.4065126e-01 4.1014122e-02 -4.2088344e-01 -1.0922688e-01 -5.8501419e-01 8.2744655e-01 -9.1544843e-02 4.8495847e-01 -2.0441885e-01 4.6618752e-02 -5.4515907e-01 -9.6806735e-02 -6.2702416e-01 1.9283581e-01 -3.6572819e-02 2.4048721e-01 -4.9419472e-02 5.3076028e-01 -1.1330056e-01 -4.7432446e-04 -7.7372016e-01 1.6018687e-02 -3.3932914e-01 -2.3156547e-02 -5.5243482e-01 7.6522897e-02 -3.1106174e-01 -4.7216056e-01 5.2022988e-02 3.5125191e-01 3.0033833e-02 -1.5728288e-01 -8.5719103e-02 -3.6737921e-01 -3.8655332e-01 4.8580622e-02 -4.6065715e-01 -3.2261621e-01 -7.1976858e-01 3.0051386e-01 8.1310328e-02 -9.7479658e-02 -5.1784930e-01 -3.8470035e-01 6.9939326e-02 -3.5918392e-01 -4.5351858e-01 6.5053819e-02 -6.5517965e-01 -6.2355945e-01 3.0977200e-01 8.5392612e-02 9.9092999e-02 -2.1534040e-01 6.5773758e-02 -6.6637409e-01 -2.0639013e-01 -7.4509892e-01 -5.3513039e-01 -3.3104914e-01 -1.2620400e-01 -4.9405090e-01 -9.0755852e-02 -4.3137968e-01 -1.1524724e-01 -5.5976671e-01 2.6994147e-01 -8.9275715e-01 8.1313152e-02 -6.3659679e-01 -1.0913368e-01 -8.4082543e-01 -9.4731040e-02 2.6799665e-03 4.5199967e-01 -3.6205978e-01 5.4081942e-01 -2.9461587e-01 2.2405179e-01 -5.4556698e-01 5.5018995e-01 -8.9249261e-01 1.4151601e-01 -8.0913618e-01 4.4702443e-01 -8.3547115e-01 2.3662451e-01 -7.5982788e-01 4.2456470e-01 -2.5412750e-01 3.5627065e-01 -1.5099267e-01 4.9146287e-01 -2.1752927e-01 8.1761948e-01 -4.9095697e-01 9.9470522e-02 -4.3812988e-02 1.2761557e-01 -5.9336459e-01 6.7875192e-01 -4.4304318e-01 3.8827871e-01 -5.8507272e-01 7.5454840e-01 -7.9720629e-01 6.1268845e-01 -7.3617417e-01 8.5793157e-01 -4.4267203e-02 3.2312270e-01 -8.6179687e-01 8.2239257e-01 -9.5021692e-01 2.8000151e-01 -8.1465292e-01 1.0418961e+00 -4.7868930e-01 8.3444158e-01 -8.3611260e-01 8.5921635e-01 -6.0128507e-01 5.7867759e-01 -3.9111624e-01 7.6158639e-01 -3.8804476e-01 6.8234955e-01 -6.2010990e-01 7.7974077e-01 -5.0203182e-01 7.9606231e-01 1.4533428e-01 9.1224963e-01 -3.9361206e-01 1.0172586e+00 1.7422828e-01 9.6828595e-01 -1.6365750e-01 8.6647480e-01 -1.6456240e-01 8.3447353e-01 -5.8916282e-01 1.6382826e+00 -2.6092648e-01 1.5835538e+00 1.3014077e-01 1.1381240e+00 -6.2022202e-01 1.3821455e+00 -3.7392783e-01 8.7308635e-01 -9.7629778e-03 9.7289941e-01 -4.1571912e-01 1.4945440e+00 2.8625569e-01 1.5684363e+00 -4.1479597e-01 1.8077248e+00 3.2370815e-01 9.5314794e-01 4.5447060e-01 1.2542074e+00 -3.8930728e-01 9.9209334e-01 -3.0723481e-01 1.7677872e+00 2.7776972e-02 1.7686974e+00 3.5985284e-01 1.8920254e+00 2.4707498e-01 1.0329483e+00 -2.0306029e-01 1.5520448e+00 -6.0194199e-03 9.8602821e-01 1.3633476e-01 1.9128565e+00 4.0122346e-01 1.7817880e+00 6.1653173e-01 1.2474812e+00 1.7930660e-01 1.8857800e+00 -2.8080594e-02 9.9370104e-01 7.7130308e-01 1.5306018e+00 8.7098721e-02 1.2110143e+00 4.8623626e-01 1.7773970e+00 9.4492924e-01 1.5239687e+00 4.6315925e-01 1.8541556e+00 6.0842459e-01 1.7840333e+00 4.9989945e-01 1.5395253e+00 3.6775748e-01 9.9962083e-01 5.5057689e-01 1.7584179e+00 1.8932270e-01 1.2349796e+00 2.7513888e-01 1.6477578e+00 1.1136007e+00 1.0847977e+00 6.4568529e-01 1.0247234e+00 7.2045693e-01 1.1341794e+00 1.1945896e+00 1.1704884e+00 1.0635495e+00 1.1927597e+00 8.2489672e-01 1.4471815e+00 1.2123666e+00 1.0403021e+00 1.0614798e+00 9.5616762e-01 1.2929901e+00 1.5218824e+00 6.7951899e-01 1.4837232e+00 1.3165382e+00 9.3787629e-01 1.4588202e+00 1.3015192e+00 1.3056157e+00 1.3241470e+00 9.5349286e-01 1.4303983e+00 6.3294017e-01 1.2006027e+00 1.5613474e+00 1.0163146e+00 7.7211307e-01 1.6190559e+00 7.9830657e-01 1.3318956e+00 7.0904930e-01 1.3698808e+00 7.4584445e-01 1.1034940e+00 1.0026314e+00 1.1217437e+00 1.1528961e+00 1.5765104e+00 9.6470456e-01 1.1056725e+00 1.2397567e+00 1.0702222e+00 1.2857870e+00 1.3229595e+00 1.1923665e+00 1.1957137e+00 1.6094166e+00 1.4610975e+00 1.0098472e+00 5.3267374e-01 1.4876951e+00 1.1861897e+00 1.5106986e+00 1.0184729e+00 1.0478050e+00 7.2881577e-01 1.3382886e+00 3.7597230e-01 9.7151260e-01 6.3630240e-01 1.6794422e+00 1.3027381e+00 1.4356797e+00 7.3555694e-01 1.8744305e+00 5.5957526e-01 1.2225936e+00 1.1487634e+00 1.5096767e+00 6.7350351e-01 1.3841171e+00 3.8200347e-01 1.4565398e+00 6.6284853e-01 1.2493575e+00 2.0215075e-01 1.9841900e+00 1.8139016e-01 1.4198164e+00 1.7803137e-01 1.3184785e+00 1.4250707e-01 1.7583232e+00 5.0554710e-01 1.6476331e+00 2.0989688e-01 1.2881943e+00 7.9236599e-01 1.3976673e+00 6.1155976e-02 1.8860773e+00 -1.4213076e-01 1.2847668e+00 -7.7674646e-02 1.6442693e+00 7.0156208e-01 1.7396617e+00 4.7139045e-01 1.6467410e+00 3.0066894e-01 1.6906905e+00 6.0217543e-01 1.1332300e+00 -2.5369437e-01 1.6187475e+00 -1.0481335e-01 1.0438725e+00 -2.7212569e-01 1.8644059e+00 3.1425956e-01 9.9247926e-01 5.0990021e-01 1.3289607e+00 3.6616953e-02 1.8135272e+00 -3.2639316e-01 8.8481167e-01 3.5987249e-01 1.2979412e+00 -1.2968453e-01 1.6978585e+00 3.1897061e-01 1.0075381e+00 -5.1701198e-01 1.4296989e+00 -3.6314549e-01 1.2706948e+00 -3.9378473e-01 1.2138139e+00 -3.9942035e-01 1.4791691e+00 -6.0963339e-01 1.1672118e+00 2.0289571e-01 1.4503747e+00 7.7074365e-02 9.9663883e-01 -7.5951362e-01 8.3413490e-01 -1.5349856e-02 1.3937743e+00 1.7059405e-01 1.4892553e+00 -6.6847045e-01 1.3167944e+00 9.8824316e-03 1.1365090e+00 -8.5571065e-01 1.2941265e+00 -4.2461358e-01 1.0682723e+00 -2.3109547e-01 8.3985429e-01 -2.4990623e-01 1.1744048e+00 7.8853810e-02 4.5118213e-01 2.0850191e-02 5.7832367e-01 -7.5683591e-01 4.4708023e-01 -1.5244159e-01 7.6912566e-01 -9.5215526e-01 8.8438318e-01 -8.6487033e-01 1.0664952e+00 -5.6815082e-01 1.1299480e+00 -3.3798439e-03 9.4886395e-01 -8.1423844e-01 4.5466458e-01 -7.5363360e-01 2.9610290e-01 -1.5136771e-01 2.4983613e-01 -1.5484251e-01 1.9378288e-01 -8.3209941e-01 1.2858780e-01 -8.2301757e-01 6.0763817e-01 -1.4314789e-02 8.5877890e-01 -4.0586216e-02 8.8283089e-02 -5.8754371e-01 3.9467353e-01 -7.4180844e-01 7.5207660e-02 -6.5319327e-01 5.5390063e-01 -1.8341415e-01 -1.5857290e-01 -5.5028051e-01 2.1864023e-01 -6.0234078e-02 -1.4269897e-01 -7.4854808e-02 6.2498959e-01 -1.7242414e-01 2.8981230e-01 -6.4675462e-02 1.3021018e-01 -4.2977143e-01 1.7888048e-01 -8.3363048e-01 5.6749124e-01 -7.5080125e-01 -3.9982396e-01 -2.7667374e-01 1.1932987e-02 -7.0806208e-01 -4.0998718e-01 -2.4106469e-01 -2.2412579e-01 7.5809099e-02 2.1405032e-01 -6.4712887e-01 1.2904757e-01 -3.2982645e-01 -2.7152107e-01 1.2509469e-02 2.0979732e-01 -2.8201474e-01 -3.2538418e-01 6.5120548e-02 -4.6462851e-01 -6.7249751e-01 -4.4633552e-01 -3.1175424e-01 4.2417425e-02 2.7188215e-01 1.4824610e-01 -1.8070872e-01 -1.9082552e-01 -2.6636021e-01 -5.0282246e-01 -3.7860381e-02 -5.7594951e-01 3.5608857e-01 -2.1039831e-02 4.2743975e-01 -4.2391408e-01 5.8865688e-02 -2.5589878e-01 4.3912562e-01 -3.6831051e-01 -3.0387319e-01 -7.9604741e-01 7.4326676e-02 -3.3352450e-01 2.0797452e-02 -3.0140256e-01 3.7511740e-01 -2.2266897e-01 -1.9714265e-01 -6.0957298e-01 5.9668396e-01 -3.4629070e-01 3.6301543e-03 -3.1909423e-01 4.9061844e-01 -7.9600688e-01 5.3313618e-01 -6.0622769e-01 4.5754944e-01 -6.2656399e-01 1.1472581e-01 -6.0467097e-01 -6.0350378e-02 -5.3504562e-01 5.3676976e-01 -6.8967852e-01 2.4886694e-01 -2.8718887e-01 8.5218868e-01 -3.7232087e-01 1.8962074e-01 -3.1043648e-01 5.2591534e-01 -8.4870486e-01 1.0239385e+00 -7.6671084e-02 9.1078627e-01 -3.6064995e-01 9.7480709e-01 -7.0742817e-01 4.5008942e-01 -3.2451359e-01 3.3046287e-01 -2.3209047e-01 8.0667638e-01 -8.6746939e-01 1.0000779e+00 -6.2492009e-01 4.3068016e-01 -8.1947761e-02 7.6155509e-01 -8.8749901e-01 8.9801530e-01 -2.0502840e-01 9.0391071e-01 -6.7616322e-01 9.6589528e-01 -4.3549891e-01 7.2862654e-01 -1.8950368e-01 6.9417524e-01 -2.8594408e-01 7.6246371e-01 -1.7867362e-01 1.1700384e+00 5.6889261e-02 1.3196740e+00 -5.3613348e-01 1.2123394e+00 -1.1593129e-01 1.3966298e+00 -7.4021952e-01 1.3865698e+00 7.9179934e-02 1.5741892e+00 -5.5733238e-02 1.6208560e+00 1.3276882e-01 6.6237052e-01 -2.1979656e-01 1.2191403e+00 -6.6787313e-03 1.3353605e+00 5.9157956e-02 8.3958246e-01 -3.5838254e-01 1.4516601e+00 -1.2258296e-01 1.2872416e+00 -1.5657231e-01 7.9862664e-01 -2.5836019e-01 1.0526991e+00 -3.9228036e-02 1.0422291e+00 -3.8158228e-01 1.7360553e+00 4.4056895e-01 1.3317717e+00 3.3003327e-01 9.2425942e-01 -2.7358818e-01 1.4740698e+00 5.5240689e-01 1.2535816e+00 5.4632955e-01 9.6287994e-01 -3.6522324e-01 1.0528724e+00 -3.0115691e-01 1.5824305e+00 -6.8337358e-03 1.1701952e+00 1.2727090e-01 1.4839069e+00 1.8106253e-01 1.4967891e+00 7.1604562e-01 1.7692958e+00 1.7007075e-01 1.6530030e+00 2.3737980e-01 1.3281719e+00 6.2287825e-01 1.3018624e+00 -4.4440716e-03 1.0098836e+00 4.2825434e-01 1.3847302e+00 6.6092653e-01 1.4849793e+00 4.4706685e-01 1.0628342e+00 6.5201908e-02 1.2773089e+00 7.8303432e-01 1.4579428e+00 3.5471359e-01 1.7579994e+00 7.0529520e-01 1.5170098e+00 1.6831120e-01 1.0557087e+00 8.7119563e-01 1.7822111e+00 3.4020959e-01 1.4336798e+00 3.7426609e-01 1.1061268e+00 8.2438200e-01 1.2226083e+00 1.0728559e+00 1.0148614e+00 3.4845778e-01 1.2889537e+00 4.4304290e-01 1.4189607e+00 4.2996000e-01 1.4491671e+00 6.7395386e-01 1.1923588e+00 7.6702385e-01 1.7573556e+00 1.3893111e+00 1.4408576e+00 1.2808175e+00 1.7534717e+00 1.4935829e+00 1.4950070e+00 1.3406691e+00 1.4998805e+00 1.1314830e+00 1.0732966e+00 1.2182697e+00 1.7410848e+00 8.7597298e-01 1.3967809e+00 8.0076626e-01 1.4531515e+00 6.9917703e-01 1.1510904e+00 1.4771210e+00 1.0530054e+00 1.0023920e+00 6.9473864e-01 9.8403404e-01 1.1150765e+00 1.3270390e+00 1.2922040e+00 1.6190126e+00 9.4468729e-01 8.5425067e-01 7.4867108e-01 1.3582318e+00 1.1484770e+00 1.8009297e+00 9.0941088e-01 1.5768228e+00 7.3346214e-01 9.2034997e-01 9.0311392e-01 9.1314773e-01 1.1797406e+00 1.1131945e+00 1.2678808e+00 1.0060698e+00 7.4698254e-01 1.2511164e+00 8.9465420e-01 9.7022681e-01 4.3873154e-01 1.9352227e+00 1.2451022e+00 1.7909054e+00 1.0071177e+00 1.7172858e+00 7.6121351e-01 1.5365817e+00 8.5386451e-01 1.8579326e+00 9.3357431e-01 1.1001886e+00 5.9424011e-01 1.2822048e+00 6.7647723e-01 1.9561418e+00 5.3124191e-01 1.8035449e+00 1.3400340e-01 1.8021497e+00 8.5969593e-01 1.4541589e+00 7.3625319e-01 1.0083800e+00 6.2368697e-01 1.0669768e+00 6.5241918e-02 1.1187137e+00 6.5668642e-01 1.3050152e+00 8.9086410e-02 1.1616795e+00 3.9170350e-01 1.0834454e+00 2.4610086e-01 1.0049384e+00 -1.6486474e-01 1.3291296e+00 -4.7229348e-02 9.6766093e-01 5.9943933e-01 1.5302531e+00 6.7793839e-01 1.8641969e+00 6.1727198e-02 1.1313230e+00 3.4824709e-01 1.8502592e+00 3.4807987e-01 1.5204770e+00 5.1721281e-01 1.4991225e+00 -2.3941571e-01 1.2872055e+00 -4.4387589e-01 1.2377408e+00 -2.2254162e-01 1.6396486e+00 -1.3337127e-01 1.2306508e+00 -1.0299116e-01 1.5682090e+00 2.6436266e-01 8.7922853e-01 -4.6981853e-01 1.6587153e+00 3.3513369e-01 1.6671135e+00 1.8512415e-01 1.3538298e+00 -9.2887724e-02 1.1860833e+00 2.1826095e-01 1.5803159e+00 -6.6134697e-01 1.0488186e+00 -2.4686230e-01 9.0906674e-01 -2.9247916e-01 1.0958883e+00 -7.7007129e-01 9.2159772e-01 -2.7366853e-01 5.8437161e-01 -5.8753022e-01 1.0082343e+00 -1.4720464e-02 1.2941576e+00 -1.0740536e-01 1.1762412e+00 -3.4362394e-01 5.7273351e-01 -6.0043102e-01 1.1701285e+00 -2.0710464e-01 6.8775664e-01 2.2045429e-02 4.1723071e-01 -8.0733467e-02 4.3279142e-01 -1.9964259e-01 1.0089821e+00 -5.3608211e-01 5.3784932e-01 -8.0044536e-01 9.6816826e-01 -6.6306886e-01 1.1569830e+00 -7.6028143e-01 2.4023887e-01 -5.4324087e-01 4.9138607e-01 -2.4821722e-01 4.6996992e-01 -5.0889785e-01 7.1700596e-01 -1.2171822e-02 6.1716624e-01 -2.7608765e-01 2.8438137e-01 -7.6937241e-01 4.8704321e-01 -9.7645616e-01 3.4631528e-01 -2.4567965e-01 1.6551334e-01 -4.1997890e-01 1.7583386e-01 -8.7218513e-01 7.1823940e-01 -8.0135829e-03 -2.4907510e-02 -8.5932918e-03 7.7554279e-01 -5.2375892e-01 7.4661729e-01 -9.0221060e-01 3.0761490e-02 -9.3870927e-01 -1.1229935e-01 -7.2100494e-01 5.3318356e-01 -2.6891459e-01 4.7697413e-01 -2.9599644e-01 9.4408157e-02 -8.6363409e-02 1.6224456e-01 -7.2037509e-01 2.7949213e-01 -4.8505864e-02 5.2625887e-03 -4.2940499e-01 -1.5940692e-01 -8.2403456e-01 2.1881462e-01 -3.0688687e-01 -2.8379189e-01 -6.3509434e-01 -4.8119367e-01 -2.0866458e-02 3.5914503e-01 -2.9817688e-01 -3.7570379e-01 -3.2939160e-02 -4.0209724e-01 -6.7658617e-01 -5.0798985e-01 -2.9368250e-01 2.5936984e-01 3.1534958e-02 -6.6589580e-01 1.4014340e-01 -2.4005657e-01 -1.1676433e-01 2.0645693e-01 -2.8470184e-01 -6.4827551e-01 -5.9333406e-01 -2.6025735e-01 -5.9229700e-01 -6.8101403e-01 -4.2943731e-01 1.4880947e-01 -3.1660640e-01 -2.6100667e-02 2.2757046e-01 -5.0635737e-01 -2.5559709e-01 -7.2238482e-01 4.0658454e-01 1.0626476e-01 -2.4478783e-01 -3.4276593e-01 5.1345262e-01 -4.3633656e-01 3.0245437e-01 -3.7738942e-01 -3.6163250e-01 -6.2091712e-02 1.7585895e-01 -6.0607547e-01 4.3388206e-01 -3.3705363e-01 9.8654814e-02 -3.9828005e-01 2.5304597e-01 -8.9526099e-01 -1.2289022e-01 8.5960619e-03 1.3578198e-01 -3.5972675e-05 6.5079237e-02 -9.1664094e-01 1.5867305e-02 -9.5043069e-01 3.1279268e-01 -6.8283423e-01 5.2652655e-01 -6.8996910e-01 5.6351231e-01 -4.1715394e-01 7.4919480e-01 -3.8891218e-01 9.6874640e-01 -5.3715677e-01 3.2330711e-01 -7.3349093e-01 1.0226447e+00 -9.5150614e-01 4.6405144e-01 -4.5246967e-01 2.2557087e-01 -7.4315173e-01 6.7537933e-01 -4.2750058e-01 3.2002491e-01 -4.4482071e-01 3.0297359e-01 -9.9782796e-02 5.5872429e-01 -8.8492754e-01 1.0454838e+00 -8.1703564e-01 9.4567044e-01 5.9503045e-02 9.7700705e-01 -5.7363359e-01 4.7785636e-01 7.0908665e-02 8.1454742e-01 -3.2443329e-01 1.1853357e+00 -1.2203951e-02 1.2930789e+00 -1.4801675e-02 7.3812426e-01 -4.6309079e-01 1.1158352e+00 -1.1869385e-02 9.1785616e-01 -4.6185794e-01 1.4671505e+00 -6.6415161e-02 6.5750736e-01 -5.3281441e-01 8.8940068e-01 -7.1970120e-01 1.2298873e+00 -1.9074508e-01 8.6565113e-01 1.5669810e-01 9.0651966e-01 7.5607976e-02 1.4868425e+00 -2.4764796e-01 8.1984014e-01 1.7405264e-01 1.5535684e+00 -5.1871258e-01 1.4951200e+00 -1.5519068e-02 9.9756458e-01 1.8483886e-01 8.6586257e-01 -1.4085710e-01 1.7731000e+00 1.6901976e-01 1.8189808e+00 3.4303805e-01 1.3341665e+00 -6.1936880e-02 1.5855354e+00 -2.2905126e-01 1.4748516e+00 1.8733365e-01 1.8877369e+00 2.8973442e-01 1.6263572e+00 3.0030770e-01 1.7819202e+00 -2.6160859e-02 1.6027508e+00 -6.1448552e-02 1.4469047e+00 -4.3191750e-02 1.3458290e+00 -3.1977409e-03 1.2969203e+00 6.1161139e-01 1.5359714e+00 -7.1156900e-02 1.7786909e+00 6.8667148e-01 1.8366974e+00 -3.4840617e-02 1.5066798e+00 3.1045040e-01 1.5041058e+00 6.0002353e-01 1.1289006e+00 7.6231705e-01 1.1462357e+00 debian/examples/example.kst0000644000000000000000000005772111602144610013171 0ustar debian/examples/y.dat0000644000000000000000000006037711602143660011762 0ustar 0.0000000e+00 1.0000000e+00 3.1410759e-02 9.9950656e-01 6.2790520e-02 9.9802673e-01 9.4108313e-02 9.9556196e-01 1.2533323e-01 9.9211470e-01 1.5643447e-01 9.8768834e-01 1.8738131e-01 9.8228725e-01 2.1814324e-01 9.7591676e-01 2.4868989e-01 9.6858316e-01 2.7899111e-01 9.6029369e-01 3.0901699e-01 9.5105652e-01 3.3873792e-01 9.4088077e-01 3.6812455e-01 9.2977649e-01 3.9714789e-01 9.1775463e-01 4.2577929e-01 9.0482705e-01 4.5399050e-01 8.9100652e-01 4.8175367e-01 8.7630668e-01 5.0904142e-01 8.6074203e-01 5.3582679e-01 8.4432793e-01 5.6208338e-01 8.2708057e-01 5.8778525e-01 8.0901699e-01 6.1290705e-01 7.9015501e-01 6.3742399e-01 7.7051324e-01 6.6131187e-01 7.5011107e-01 6.8454711e-01 7.2896863e-01 7.0710678e-01 7.0710678e-01 7.2896863e-01 6.8454711e-01 7.5011107e-01 6.6131187e-01 7.7051324e-01 6.3742399e-01 7.9015501e-01 6.1290705e-01 8.0901699e-01 5.8778525e-01 8.2708057e-01 5.6208338e-01 8.4432793e-01 5.3582679e-01 8.6074203e-01 5.0904142e-01 8.7630668e-01 4.8175367e-01 8.9100652e-01 4.5399050e-01 9.0482705e-01 4.2577929e-01 9.1775463e-01 3.9714789e-01 9.2977649e-01 3.6812455e-01 9.4088077e-01 3.3873792e-01 9.5105652e-01 3.0901699e-01 9.6029369e-01 2.7899111e-01 9.6858316e-01 2.4868989e-01 9.7591676e-01 2.1814324e-01 9.8228725e-01 1.8738131e-01 9.8768834e-01 1.5643447e-01 9.9211470e-01 1.2533323e-01 9.9556196e-01 9.4108313e-02 9.9802673e-01 6.2790520e-02 9.9950656e-01 3.1410759e-02 1.0000000e+00 -1.6081226e-16 9.9950656e-01 -3.1410759e-02 9.9802673e-01 -6.2790520e-02 9.9556196e-01 -9.4108313e-02 9.9211470e-01 -1.2533323e-01 9.8768834e-01 -1.5643447e-01 9.8228725e-01 -1.8738131e-01 9.7591676e-01 -2.1814324e-01 9.6858316e-01 -2.4868989e-01 9.6029369e-01 -2.7899111e-01 9.5105652e-01 -3.0901699e-01 9.4088077e-01 -3.3873792e-01 9.2977649e-01 -3.6812455e-01 9.1775463e-01 -3.9714789e-01 9.0482705e-01 -4.2577929e-01 8.9100652e-01 -4.5399050e-01 8.7630668e-01 -4.8175367e-01 8.6074203e-01 -5.0904142e-01 8.4432793e-01 -5.3582679e-01 8.2708057e-01 -5.6208338e-01 8.0901699e-01 -5.8778525e-01 7.9015501e-01 -6.1290705e-01 7.7051324e-01 -6.3742399e-01 7.5011107e-01 -6.6131187e-01 7.2896863e-01 -6.8454711e-01 7.0710678e-01 -7.0710678e-01 6.8454711e-01 -7.2896863e-01 6.6131187e-01 -7.5011107e-01 6.3742399e-01 -7.7051324e-01 6.1290705e-01 -7.9015501e-01 5.8778525e-01 -8.0901699e-01 5.6208338e-01 -8.2708057e-01 5.3582679e-01 -8.4432793e-01 5.0904142e-01 -8.6074203e-01 4.8175367e-01 -8.7630668e-01 4.5399050e-01 -8.9100652e-01 4.2577929e-01 -9.0482705e-01 3.9714789e-01 -9.1775463e-01 3.6812455e-01 -9.2977649e-01 3.3873792e-01 -9.4088077e-01 3.0901699e-01 -9.5105652e-01 2.7899111e-01 -9.6029369e-01 2.4868989e-01 -9.6858316e-01 2.1814324e-01 -9.7591676e-01 1.8738131e-01 -9.8228725e-01 1.5643447e-01 -9.8768834e-01 1.2533323e-01 -9.9211470e-01 9.4108313e-02 -9.9556196e-01 6.2790520e-02 -9.9802673e-01 3.1410759e-02 -9.9950656e-01 -3.2162453e-16 -1.0000000e+00 -3.1410759e-02 -9.9950656e-01 -6.2790520e-02 -9.9802673e-01 -9.4108313e-02 -9.9556196e-01 -1.2533323e-01 -9.9211470e-01 -1.5643447e-01 -9.8768834e-01 -1.8738131e-01 -9.8228725e-01 -2.1814324e-01 -9.7591676e-01 -2.4868989e-01 -9.6858316e-01 -2.7899111e-01 -9.6029369e-01 -3.0901699e-01 -9.5105652e-01 -3.3873792e-01 -9.4088077e-01 -3.6812455e-01 -9.2977649e-01 -3.9714789e-01 -9.1775463e-01 -4.2577929e-01 -9.0482705e-01 -4.5399050e-01 -8.9100652e-01 -4.8175367e-01 -8.7630668e-01 -5.0904142e-01 -8.6074203e-01 -5.3582679e-01 -8.4432793e-01 -5.6208338e-01 -8.2708057e-01 -5.8778525e-01 -8.0901699e-01 -6.1290705e-01 -7.9015501e-01 -6.3742399e-01 -7.7051324e-01 -6.6131187e-01 -7.5011107e-01 -6.8454711e-01 -7.2896863e-01 -7.0710678e-01 -7.0710678e-01 -7.2896863e-01 -6.8454711e-01 -7.5011107e-01 -6.6131187e-01 -7.7051324e-01 -6.3742399e-01 -7.9015501e-01 -6.1290705e-01 -8.0901699e-01 -5.8778525e-01 -8.2708057e-01 -5.6208338e-01 -8.4432793e-01 -5.3582679e-01 -8.6074203e-01 -5.0904142e-01 -8.7630668e-01 -4.8175367e-01 -8.9100652e-01 -4.5399050e-01 -9.0482705e-01 -4.2577929e-01 -9.1775463e-01 -3.9714789e-01 -9.2977649e-01 -3.6812455e-01 -9.4088077e-01 -3.3873792e-01 -9.5105652e-01 -3.0901699e-01 -9.6029369e-01 -2.7899111e-01 -9.6858316e-01 -2.4868989e-01 -9.7591676e-01 -2.1814324e-01 -9.8228725e-01 -1.8738131e-01 -9.8768834e-01 -1.5643447e-01 -9.9211470e-01 -1.2533323e-01 -9.9556196e-01 -9.4108313e-02 -9.9802673e-01 -6.2790520e-02 -9.9950656e-01 -3.1410759e-02 -1.0000000e+00 -1.8369702e-16 -9.9950656e-01 3.1410759e-02 -9.9802673e-01 6.2790520e-02 -9.9556196e-01 9.4108313e-02 -9.9211470e-01 1.2533323e-01 -9.8768834e-01 1.5643447e-01 -9.8228725e-01 1.8738131e-01 -9.7591676e-01 2.1814324e-01 -9.6858316e-01 2.4868989e-01 -9.6029369e-01 2.7899111e-01 -9.5105652e-01 3.0901699e-01 -9.4088077e-01 3.3873792e-01 -9.2977649e-01 3.6812455e-01 -9.1775463e-01 3.9714789e-01 -9.0482705e-01 4.2577929e-01 -8.9100652e-01 4.5399050e-01 -8.7630668e-01 4.8175367e-01 -8.6074203e-01 5.0904142e-01 -8.4432793e-01 5.3582679e-01 -8.2708057e-01 5.6208338e-01 -8.0901699e-01 5.8778525e-01 -7.9015501e-01 6.1290705e-01 -7.7051324e-01 6.3742399e-01 -7.5011107e-01 6.6131187e-01 -7.2896863e-01 6.8454711e-01 -7.0710678e-01 7.0710678e-01 -6.8454711e-01 7.2896863e-01 -6.6131187e-01 7.5011107e-01 -6.3742399e-01 7.7051324e-01 -6.1290705e-01 7.9015501e-01 -5.8778525e-01 8.0901699e-01 -5.6208338e-01 8.2708057e-01 -5.3582679e-01 8.4432793e-01 -5.0904142e-01 8.6074203e-01 -4.8175367e-01 8.7630668e-01 -4.5399050e-01 8.9100652e-01 -4.2577929e-01 9.0482705e-01 -3.9714789e-01 9.1775463e-01 -3.6812455e-01 9.2977649e-01 -3.3873792e-01 9.4088077e-01 -3.0901699e-01 9.5105652e-01 -2.7899111e-01 9.6029369e-01 -2.4868989e-01 9.6858316e-01 -2.1814324e-01 9.7591676e-01 -1.8738131e-01 9.8228725e-01 -1.5643447e-01 9.8768834e-01 -1.2533323e-01 9.9211470e-01 -9.4108313e-02 9.9556196e-01 -6.2790520e-02 9.9802673e-01 -3.1410759e-02 9.9950656e-01 6.4324906e-16 1.0000000e+00 3.1410759e-02 9.9950656e-01 6.2790520e-02 9.9802673e-01 9.4108313e-02 9.9556196e-01 1.2533323e-01 9.9211470e-01 1.5643447e-01 9.8768834e-01 1.8738131e-01 9.8228725e-01 2.1814324e-01 9.7591676e-01 2.4868989e-01 9.6858316e-01 2.7899111e-01 9.6029369e-01 3.0901699e-01 9.5105652e-01 3.3873792e-01 9.4088077e-01 3.6812455e-01 9.2977649e-01 3.9714789e-01 9.1775463e-01 4.2577929e-01 9.0482705e-01 4.5399050e-01 8.9100652e-01 4.8175367e-01 8.7630668e-01 5.0904142e-01 8.6074203e-01 5.3582679e-01 8.4432793e-01 5.6208338e-01 8.2708057e-01 5.8778525e-01 8.0901699e-01 6.1290705e-01 7.9015501e-01 6.3742399e-01 7.7051324e-01 6.6131187e-01 7.5011107e-01 6.8454711e-01 7.2896863e-01 7.0710678e-01 7.0710678e-01 7.2896863e-01 6.8454711e-01 7.5011107e-01 6.6131187e-01 7.7051324e-01 6.3742399e-01 7.9015501e-01 6.1290705e-01 8.0901699e-01 5.8778525e-01 8.2708057e-01 5.6208338e-01 8.4432793e-01 5.3582679e-01 8.6074203e-01 5.0904142e-01 8.7630668e-01 4.8175367e-01 8.9100652e-01 4.5399050e-01 9.0482705e-01 4.2577929e-01 9.1775463e-01 3.9714789e-01 9.2977649e-01 3.6812455e-01 9.4088077e-01 3.3873792e-01 9.5105652e-01 3.0901699e-01 9.6029369e-01 2.7899111e-01 9.6858316e-01 2.4868989e-01 9.7591676e-01 2.1814324e-01 9.8228725e-01 1.8738131e-01 9.8768834e-01 1.5643447e-01 9.9211470e-01 1.2533323e-01 9.9556196e-01 9.4108313e-02 9.9802673e-01 6.2790520e-02 9.9950656e-01 3.1410759e-02 1.0000000e+00 -5.8201672e-16 9.9950656e-01 -3.1410759e-02 9.9802673e-01 -6.2790520e-02 9.9556196e-01 -9.4108313e-02 9.9211470e-01 -1.2533323e-01 9.8768834e-01 -1.5643447e-01 9.8228725e-01 -1.8738131e-01 9.7591676e-01 -2.1814324e-01 9.6858316e-01 -2.4868989e-01 9.6029369e-01 -2.7899111e-01 9.5105652e-01 -3.0901699e-01 9.4088077e-01 -3.3873792e-01 9.2977649e-01 -3.6812455e-01 9.1775463e-01 -3.9714789e-01 9.0482705e-01 -4.2577929e-01 8.9100652e-01 -4.5399050e-01 8.7630668e-01 -4.8175367e-01 8.6074203e-01 -5.0904142e-01 8.4432793e-01 -5.3582679e-01 8.2708057e-01 -5.6208338e-01 8.0901699e-01 -5.8778525e-01 7.9015501e-01 -6.1290705e-01 7.7051324e-01 -6.3742399e-01 7.5011107e-01 -6.6131187e-01 7.2896863e-01 -6.8454711e-01 7.0710678e-01 -7.0710678e-01 6.8454711e-01 -7.2896863e-01 6.6131187e-01 -7.5011107e-01 6.3742399e-01 -7.7051324e-01 6.1290705e-01 -7.9015501e-01 5.8778525e-01 -8.0901699e-01 5.6208338e-01 -8.2708057e-01 5.3582679e-01 -8.4432793e-01 5.0904142e-01 -8.6074203e-01 4.8175367e-01 -8.7630668e-01 4.5399050e-01 -8.9100652e-01 4.2577929e-01 -9.0482705e-01 3.9714789e-01 -9.1775463e-01 3.6812455e-01 -9.2977649e-01 3.3873792e-01 -9.4088077e-01 3.0901699e-01 -9.5105652e-01 2.7899111e-01 -9.6029369e-01 2.4868989e-01 -9.6858316e-01 2.1814324e-01 -9.7591676e-01 1.8738131e-01 -9.8228725e-01 1.5643447e-01 -9.8768834e-01 1.2533323e-01 -9.9211470e-01 9.4108313e-02 -9.9556196e-01 6.2790520e-02 -9.9802673e-01 3.1410759e-02 -9.9950656e-01 3.6739404e-16 -1.0000000e+00 -3.1410759e-02 -9.9950656e-01 -6.2790520e-02 -9.9802673e-01 -9.4108313e-02 -9.9556196e-01 -1.2533323e-01 -9.9211470e-01 -1.5643447e-01 -9.8768834e-01 -1.8738131e-01 -9.8228725e-01 -2.1814324e-01 -9.7591676e-01 -2.4868989e-01 -9.6858316e-01 -2.7899111e-01 -9.6029369e-01 -3.0901699e-01 -9.5105652e-01 -3.3873792e-01 -9.4088077e-01 -3.6812455e-01 -9.2977649e-01 -3.9714789e-01 -9.1775463e-01 -4.2577929e-01 -9.0482705e-01 -4.5399050e-01 -8.9100652e-01 -4.8175367e-01 -8.7630668e-01 -5.0904142e-01 -8.6074203e-01 -5.3582679e-01 -8.4432793e-01 -5.6208338e-01 -8.2708057e-01 -5.8778525e-01 -8.0901699e-01 -6.1290705e-01 -7.9015501e-01 -6.3742399e-01 -7.7051324e-01 -6.6131187e-01 -7.5011107e-01 -6.8454711e-01 -7.2896863e-01 -7.0710678e-01 -7.0710678e-01 -7.2896863e-01 -6.8454711e-01 -7.5011107e-01 -6.6131187e-01 -7.7051324e-01 -6.3742399e-01 -7.9015501e-01 -6.1290705e-01 -8.0901699e-01 -5.8778525e-01 -8.2708057e-01 -5.6208338e-01 -8.4432793e-01 -5.3582679e-01 -8.6074203e-01 -5.0904142e-01 -8.7630668e-01 -4.8175367e-01 -8.9100652e-01 -4.5399050e-01 -9.0482705e-01 -4.2577929e-01 -9.1775463e-01 -3.9714789e-01 -9.2977649e-01 -3.6812455e-01 -9.4088077e-01 -3.3873792e-01 -9.5105652e-01 -3.0901699e-01 -9.6029369e-01 -2.7899111e-01 -9.6858316e-01 -2.4868989e-01 -9.7591676e-01 -2.1814324e-01 -9.8228725e-01 -1.8738131e-01 -9.8768834e-01 -1.5643447e-01 -9.9211470e-01 -1.2533323e-01 -9.9556196e-01 -9.4108313e-02 -9.9802673e-01 -6.2790520e-02 -9.9950656e-01 -3.1410759e-02 -1.0000000e+00 1.3477305e-15 -9.9950656e-01 3.1410759e-02 -9.9802673e-01 6.2790520e-02 -9.9556196e-01 9.4108313e-02 -9.9211470e-01 1.2533323e-01 -9.8768834e-01 1.5643447e-01 -9.8228725e-01 1.8738131e-01 -9.7591676e-01 2.1814324e-01 -9.6858316e-01 2.4868989e-01 -9.6029369e-01 2.7899111e-01 -9.5105652e-01 3.0901699e-01 -9.4088077e-01 3.3873792e-01 -9.2977649e-01 3.6812455e-01 -9.1775463e-01 3.9714789e-01 -9.0482705e-01 4.2577929e-01 -8.9100652e-01 4.5399050e-01 -8.7630668e-01 4.8175367e-01 -8.6074203e-01 5.0904142e-01 -8.4432793e-01 5.3582679e-01 -8.2708057e-01 5.6208338e-01 -8.0901699e-01 5.8778525e-01 -7.9015501e-01 6.1290705e-01 -7.7051324e-01 6.3742399e-01 -7.5011107e-01 6.6131187e-01 -7.2896863e-01 6.8454711e-01 -7.0710678e-01 7.0710678e-01 -6.8454711e-01 7.2896863e-01 -6.6131187e-01 7.5011107e-01 -6.3742399e-01 7.7051324e-01 -6.1290705e-01 7.9015501e-01 -5.8778525e-01 8.0901699e-01 -5.6208338e-01 8.2708057e-01 -5.3582679e-01 8.4432793e-01 -5.0904142e-01 8.6074203e-01 -4.8175367e-01 8.7630668e-01 -4.5399050e-01 8.9100652e-01 -4.2577929e-01 9.0482705e-01 -3.9714789e-01 9.1775463e-01 -3.6812455e-01 9.2977649e-01 -3.3873792e-01 9.4088077e-01 -3.0901699e-01 9.5105652e-01 -2.7899111e-01 9.6029369e-01 -2.4868989e-01 9.6858316e-01 -2.1814324e-01 9.7591676e-01 -1.8738131e-01 9.8228725e-01 -1.5643447e-01 9.8768834e-01 -1.2533323e-01 9.9211470e-01 -9.4108313e-02 9.9556196e-01 -6.2790520e-02 9.9802673e-01 -3.1410759e-02 9.9950656e-01 -4.8985872e-16 1.0000000e+00 3.1410759e-02 9.9950656e-01 6.2790520e-02 9.9802673e-01 9.4108313e-02 9.9556196e-01 1.2533323e-01 9.9211470e-01 1.5643447e-01 9.8768834e-01 1.8738131e-01 9.8228725e-01 2.1814324e-01 9.7591676e-01 2.4868989e-01 9.6858316e-01 2.7899111e-01 9.6029369e-01 3.0901699e-01 9.5105652e-01 3.3873792e-01 9.4088077e-01 3.6812455e-01 9.2977649e-01 3.9714789e-01 9.1775463e-01 4.2577929e-01 9.0482705e-01 4.5399050e-01 8.9100652e-01 4.8175367e-01 8.7630668e-01 5.0904142e-01 8.6074203e-01 5.3582679e-01 8.4432793e-01 5.6208338e-01 8.2708057e-01 5.8778525e-01 8.0901699e-01 6.1290705e-01 7.9015501e-01 6.3742399e-01 7.7051324e-01 6.6131187e-01 7.5011107e-01 6.8454711e-01 7.2896863e-01 7.0710678e-01 7.0710678e-01 7.2896863e-01 6.8454711e-01 7.5011107e-01 6.6131187e-01 7.7051324e-01 6.3742399e-01 7.9015501e-01 6.1290705e-01 8.0901699e-01 5.8778525e-01 8.2708057e-01 5.6208338e-01 8.4432793e-01 5.3582679e-01 8.6074203e-01 5.0904142e-01 8.7630668e-01 4.8175367e-01 8.9100652e-01 4.5399050e-01 9.0482705e-01 4.2577929e-01 9.1775463e-01 3.9714789e-01 9.2977649e-01 3.6812455e-01 9.4088077e-01 3.3873792e-01 9.5105652e-01 3.0901699e-01 9.6029369e-01 2.7899111e-01 9.6858316e-01 2.4868989e-01 9.7591676e-01 2.1814324e-01 9.8228725e-01 1.8738131e-01 9.8768834e-01 1.5643447e-01 9.9211470e-01 1.2533323e-01 9.9556196e-01 9.4108313e-02 9.9802673e-01 6.2790520e-02 9.9950656e-01 3.1410759e-02 1.0000000e+00 2.3274479e-15 9.9950656e-01 -3.1410759e-02 9.9802673e-01 -6.2790520e-02 9.9556196e-01 -9.4108313e-02 9.9211470e-01 -1.2533323e-01 9.8768834e-01 -1.5643447e-01 9.8228725e-01 -1.8738131e-01 9.7591676e-01 -2.1814324e-01 9.6858316e-01 -2.4868989e-01 9.6029369e-01 -2.7899111e-01 9.5105652e-01 -3.0901699e-01 9.4088077e-01 -3.3873792e-01 9.2977649e-01 -3.6812455e-01 9.1775463e-01 -3.9714789e-01 9.0482705e-01 -4.2577929e-01 8.9100652e-01 -4.5399050e-01 8.7630668e-01 -4.8175367e-01 8.6074203e-01 -5.0904142e-01 8.4432793e-01 -5.3582679e-01 8.2708057e-01 -5.6208338e-01 8.0901699e-01 -5.8778525e-01 7.9015501e-01 -6.1290705e-01 7.7051324e-01 -6.3742399e-01 7.5011107e-01 -6.6131187e-01 7.2896863e-01 -6.8454711e-01 7.0710678e-01 -7.0710678e-01 6.8454711e-01 -7.2896863e-01 6.6131187e-01 -7.5011107e-01 6.3742399e-01 -7.7051324e-01 6.1290705e-01 -7.9015501e-01 5.8778525e-01 -8.0901699e-01 5.6208338e-01 -8.2708057e-01 5.3582679e-01 -8.4432793e-01 5.0904142e-01 -8.6074203e-01 4.8175367e-01 -8.7630668e-01 4.5399050e-01 -8.9100652e-01 4.2577929e-01 -9.0482705e-01 3.9714789e-01 -9.1775463e-01 3.6812455e-01 -9.2977649e-01 3.3873792e-01 -9.4088077e-01 3.0901699e-01 -9.5105652e-01 2.7899111e-01 -9.6029369e-01 2.4868989e-01 -9.6858316e-01 2.1814324e-01 -9.7591676e-01 1.8738131e-01 -9.8228725e-01 1.5643447e-01 -9.8768834e-01 1.2533323e-01 -9.9211470e-01 9.4108313e-02 -9.9556196e-01 6.2790520e-02 -9.9802673e-01 3.1410759e-02 -9.9950656e-01 6.1232340e-16 -1.0000000e+00 -3.1410759e-02 -9.9950656e-01 -6.2790520e-02 -9.9802673e-01 -9.4108313e-02 -9.9556196e-01 -1.2533323e-01 -9.9211470e-01 -1.5643447e-01 -9.8768834e-01 -1.8738131e-01 -9.8228725e-01 -2.1814324e-01 -9.7591676e-01 -2.4868989e-01 -9.6858316e-01 -2.7899111e-01 -9.6029369e-01 -3.0901699e-01 -9.5105652e-01 -3.3873792e-01 -9.4088077e-01 -3.6812455e-01 -9.2977649e-01 -3.9714789e-01 -9.1775463e-01 -4.2577929e-01 -9.0482705e-01 -4.5399050e-01 -8.9100652e-01 -4.8175367e-01 -8.7630668e-01 -5.0904142e-01 -8.6074203e-01 -5.3582679e-01 -8.4432793e-01 -5.6208338e-01 -8.2708057e-01 -5.8778525e-01 -8.0901699e-01 -6.1290705e-01 -7.9015501e-01 -6.3742399e-01 -7.7051324e-01 -6.6131187e-01 -7.5011107e-01 -6.8454711e-01 -7.2896863e-01 -7.0710678e-01 -7.0710678e-01 -7.2896863e-01 -6.8454711e-01 -7.5011107e-01 -6.6131187e-01 -7.7051324e-01 -6.3742399e-01 -7.9015501e-01 -6.1290705e-01 -8.0901699e-01 -5.8778525e-01 -8.2708057e-01 -5.6208338e-01 -8.4432793e-01 -5.3582679e-01 -8.6074203e-01 -5.0904142e-01 -8.7630668e-01 -4.8175367e-01 -8.9100652e-01 -4.5399050e-01 -9.0482705e-01 -4.2577929e-01 -9.1775463e-01 -3.9714789e-01 -9.2977649e-01 -3.6812455e-01 -9.4088077e-01 -3.3873792e-01 -9.5105652e-01 -3.0901699e-01 -9.6029369e-01 -2.7899111e-01 -9.6858316e-01 -2.4868989e-01 -9.7591676e-01 -2.1814324e-01 -9.8228725e-01 -1.8738131e-01 -9.8768834e-01 -1.5643447e-01 -9.9211470e-01 -1.2533323e-01 -9.9556196e-01 -9.4108313e-02 -9.9802673e-01 -6.2790520e-02 -9.9950656e-01 -3.1410759e-02 -1.0000000e+00 -2.4499126e-15 -9.9950656e-01 3.1410759e-02 -9.9802673e-01 6.2790520e-02 -9.9556196e-01 9.4108313e-02 -9.9211470e-01 1.2533323e-01 -9.8768834e-01 1.5643447e-01 -9.8228725e-01 1.8738131e-01 -9.7591676e-01 2.1814324e-01 -9.6858316e-01 2.4868989e-01 -9.6029369e-01 2.7899111e-01 -9.5105652e-01 3.0901699e-01 -9.4088077e-01 3.3873792e-01 -9.2977649e-01 3.6812455e-01 -9.1775463e-01 3.9714789e-01 -9.0482705e-01 4.2577929e-01 -8.9100652e-01 4.5399050e-01 -8.7630668e-01 4.8175367e-01 -8.6074203e-01 5.0904142e-01 -8.4432793e-01 5.3582679e-01 -8.2708057e-01 5.6208338e-01 -8.0901699e-01 5.8778525e-01 -7.9015501e-01 6.1290705e-01 -7.7051324e-01 6.3742399e-01 -7.5011107e-01 6.6131187e-01 -7.2896863e-01 6.8454711e-01 -7.0710678e-01 7.0710678e-01 -6.8454711e-01 7.2896863e-01 -6.6131187e-01 7.5011107e-01 -6.3742399e-01 7.7051324e-01 -6.1290705e-01 7.9015501e-01 -5.8778525e-01 8.0901699e-01 -5.6208338e-01 8.2708057e-01 -5.3582679e-01 8.4432793e-01 -5.0904142e-01 8.6074203e-01 -4.8175367e-01 8.7630668e-01 -4.5399050e-01 8.9100652e-01 -4.2577929e-01 9.0482705e-01 -3.9714789e-01 9.1775463e-01 -3.6812455e-01 9.2977649e-01 -3.3873792e-01 9.4088077e-01 -3.0901699e-01 9.5105652e-01 -2.7899111e-01 9.6029369e-01 -2.4868989e-01 9.6858316e-01 -2.1814324e-01 9.7591676e-01 -1.8738131e-01 9.8228725e-01 -1.5643447e-01 9.8768834e-01 -1.2533323e-01 9.9211470e-01 -9.4108313e-02 9.9556196e-01 -6.2790520e-02 9.9802673e-01 -3.1410759e-02 9.9950656e-01 -7.3478808e-16 1.0000000e+00 3.1410759e-02 9.9950656e-01 6.2790520e-02 9.9802673e-01 9.4108313e-02 9.9556196e-01 1.2533323e-01 9.9211470e-01 1.5643447e-01 9.8768834e-01 1.8738131e-01 9.8228725e-01 2.1814324e-01 9.7591676e-01 2.4868989e-01 9.6858316e-01 2.7899111e-01 9.6029369e-01 3.0901699e-01 9.5105652e-01 3.3873792e-01 9.4088077e-01 3.6812455e-01 9.2977649e-01 3.9714789e-01 9.1775463e-01 4.2577929e-01 9.0482705e-01 4.5399050e-01 8.9100652e-01 4.8175367e-01 8.7630668e-01 5.0904142e-01 8.6074203e-01 5.3582679e-01 8.4432793e-01 5.6208338e-01 8.2708057e-01 5.8778525e-01 8.0901699e-01 6.1290705e-01 7.9015501e-01 6.3742399e-01 7.7051324e-01 6.6131187e-01 7.5011107e-01 6.8454711e-01 7.2896863e-01 7.0710678e-01 7.0710678e-01 7.2896863e-01 6.8454711e-01 7.5011107e-01 6.6131187e-01 7.7051324e-01 6.3742399e-01 7.9015501e-01 6.1290705e-01 8.0901699e-01 5.8778525e-01 8.2708057e-01 5.6208338e-01 8.4432793e-01 5.3582679e-01 8.6074203e-01 5.0904142e-01 8.7630668e-01 4.8175367e-01 8.9100652e-01 4.5399050e-01 9.0482705e-01 4.2577929e-01 9.1775463e-01 3.9714789e-01 9.2977649e-01 3.6812455e-01 9.4088077e-01 3.3873792e-01 9.5105652e-01 3.0901699e-01 9.6029369e-01 2.7899111e-01 9.6858316e-01 2.4868989e-01 9.7591676e-01 2.1814324e-01 9.8228725e-01 1.8738131e-01 9.8768834e-01 1.5643447e-01 9.9211470e-01 1.2533323e-01 9.9556196e-01 9.4108313e-02 9.9802673e-01 6.2790520e-02 9.9950656e-01 3.1410759e-02 1.0000000e+00 2.5723773e-15 9.9950656e-01 -3.1410759e-02 9.9802673e-01 -6.2790520e-02 9.9556196e-01 -9.4108313e-02 9.9211470e-01 -1.2533323e-01 9.8768834e-01 -1.5643447e-01 9.8228725e-01 -1.8738131e-01 9.7591676e-01 -2.1814324e-01 9.6858316e-01 -2.4868989e-01 9.6029369e-01 -2.7899111e-01 9.5105652e-01 -3.0901699e-01 9.4088077e-01 -3.3873792e-01 9.2977649e-01 -3.6812455e-01 9.1775463e-01 -3.9714789e-01 9.0482705e-01 -4.2577929e-01 8.9100652e-01 -4.5399050e-01 8.7630668e-01 -4.8175367e-01 8.6074203e-01 -5.0904142e-01 8.4432793e-01 -5.3582679e-01 8.2708057e-01 -5.6208338e-01 8.0901699e-01 -5.8778525e-01 7.9015501e-01 -6.1290705e-01 7.7051324e-01 -6.3742399e-01 7.5011107e-01 -6.6131187e-01 7.2896863e-01 -6.8454711e-01 7.0710678e-01 -7.0710678e-01 6.8454711e-01 -7.2896863e-01 6.6131187e-01 -7.5011107e-01 6.3742399e-01 -7.7051324e-01 6.1290705e-01 -7.9015501e-01 5.8778525e-01 -8.0901699e-01 5.6208338e-01 -8.2708057e-01 5.3582679e-01 -8.4432793e-01 5.0904142e-01 -8.6074203e-01 4.8175367e-01 -8.7630668e-01 4.5399050e-01 -8.9100652e-01 4.2577929e-01 -9.0482705e-01 3.9714789e-01 -9.1775463e-01 3.6812455e-01 -9.2977649e-01 3.3873792e-01 -9.4088077e-01 3.0901699e-01 -9.5105652e-01 2.7899111e-01 -9.6029369e-01 2.4868989e-01 -9.6858316e-01 2.1814324e-01 -9.7591676e-01 1.8738131e-01 -9.8228725e-01 1.5643447e-01 -9.8768834e-01 1.2533323e-01 -9.9211470e-01 9.4108313e-02 -9.9556196e-01 6.2790520e-02 -9.9802673e-01 3.1410759e-02 -9.9950656e-01 8.5725276e-16 -1.0000000e+00 -3.1410759e-02 -9.9950656e-01 -6.2790520e-02 -9.9802673e-01 -9.4108313e-02 -9.9556196e-01 -1.2533323e-01 -9.9211470e-01 -1.5643447e-01 -9.8768834e-01 -1.8738131e-01 -9.8228725e-01 -2.1814324e-01 -9.7591676e-01 -2.4868989e-01 -9.6858316e-01 -2.7899111e-01 -9.6029369e-01 -3.0901699e-01 -9.5105652e-01 -3.3873792e-01 -9.4088077e-01 -3.6812455e-01 -9.2977649e-01 -3.9714789e-01 -9.1775463e-01 -4.2577929e-01 -9.0482705e-01 -4.5399050e-01 -8.9100652e-01 -4.8175367e-01 -8.7630668e-01 -5.0904142e-01 -8.6074203e-01 -5.3582679e-01 -8.4432793e-01 -5.6208338e-01 -8.2708057e-01 -5.8778525e-01 -8.0901699e-01 -6.1290705e-01 -7.9015501e-01 -6.3742399e-01 -7.7051324e-01 -6.6131187e-01 -7.5011107e-01 -6.8454711e-01 -7.2896863e-01 -7.0710678e-01 -7.0710678e-01 -7.2896863e-01 -6.8454711e-01 -7.5011107e-01 -6.6131187e-01 -7.7051324e-01 -6.3742399e-01 -7.9015501e-01 -6.1290705e-01 -8.0901699e-01 -5.8778525e-01 -8.2708057e-01 -5.6208338e-01 -8.4432793e-01 -5.3582679e-01 -8.6074203e-01 -5.0904142e-01 -8.7630668e-01 -4.8175367e-01 -8.9100652e-01 -4.5399050e-01 -9.0482705e-01 -4.2577929e-01 -9.1775463e-01 -3.9714789e-01 -9.2977649e-01 -3.6812455e-01 -9.4088077e-01 -3.3873792e-01 -9.5105652e-01 -3.0901699e-01 -9.6029369e-01 -2.7899111e-01 -9.6858316e-01 -2.4868989e-01 -9.7591676e-01 -2.1814324e-01 -9.8228725e-01 -1.8738131e-01 -9.8768834e-01 -1.5643447e-01 -9.9211470e-01 -1.2533323e-01 -9.9556196e-01 -9.4108313e-02 -9.9802673e-01 -6.2790520e-02 -9.9950656e-01 -3.1410759e-02 -1.0000000e+00 -2.6948419e-15 -9.9950656e-01 3.1410759e-02 -9.9802673e-01 6.2790520e-02 -9.9556196e-01 9.4108313e-02 -9.9211470e-01 1.2533323e-01 -9.8768834e-01 1.5643447e-01 -9.8228725e-01 1.8738131e-01 -9.7591676e-01 2.1814324e-01 -9.6858316e-01 2.4868989e-01 -9.6029369e-01 2.7899111e-01 -9.5105652e-01 3.0901699e-01 -9.4088077e-01 3.3873792e-01 -9.2977649e-01 3.6812455e-01 -9.1775463e-01 3.9714789e-01 -9.0482705e-01 4.2577929e-01 -8.9100652e-01 4.5399050e-01 -8.7630668e-01 4.8175367e-01 -8.6074203e-01 5.0904142e-01 -8.4432793e-01 5.3582679e-01 -8.2708057e-01 5.6208338e-01 -8.0901699e-01 5.8778525e-01 -7.9015501e-01 6.1290705e-01 -7.7051324e-01 6.3742399e-01 -7.5011107e-01 6.6131187e-01 -7.2896863e-01 6.8454711e-01 -7.0710678e-01 7.0710678e-01 -6.8454711e-01 7.2896863e-01 -6.6131187e-01 7.5011107e-01 -6.3742399e-01 7.7051324e-01 -6.1290705e-01 7.9015501e-01 -5.8778525e-01 8.0901699e-01 -5.6208338e-01 8.2708057e-01 -5.3582679e-01 8.4432793e-01 -5.0904142e-01 8.6074203e-01 -4.8175367e-01 8.7630668e-01 -4.5399050e-01 8.9100652e-01 -4.2577929e-01 9.0482705e-01 -3.9714789e-01 9.1775463e-01 -3.6812455e-01 9.2977649e-01 -3.3873792e-01 9.4088077e-01 -3.0901699e-01 9.5105652e-01 -2.7899111e-01 9.6029369e-01 -2.4868989e-01 9.6858316e-01 -2.1814324e-01 9.7591676e-01 -1.8738131e-01 9.8228725e-01 -1.5643447e-01 9.8768834e-01 -1.2533323e-01 9.9211470e-01 -9.4108313e-02 9.9556196e-01 -6.2790520e-02 9.9802673e-01 -3.1410759e-02 9.9950656e-01 -9.7971744e-16 1.0000000e+00 debian/libkst2widgets2.install0000644000000000000000000000004711601464140013577 0ustar debian/tmp/usr/lib/libkst2widgets.so.* debian/kst-doc.examples0000644000000000000000000000014011602167165012272 0ustar debian/examples/README debian/examples/y.dat debian/examples/yn.dat debian/examples/example.kst