1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
<!--
//-----------------------------------------------------------------------------
// Copyright (C) 2002-2017 Thomas S. Ullrich
//
// This file is part of "xyscan".
//
// This file may be used under the terms of the GNU General Public License.
// This project is free software; you can redistribute it and/or modify it
// under the terms of the GNU General Public License.
//
// Author: Thomas S. Ullrich
// Last update: Oct 4, 2017
//-----------------------------------------------------------------------------
-->
<html>
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<title>Home Page</title>
<body style="font-family: Arial, Helvetica, sans-serif, Geneva">
<h1><img src="xyscanLogo.png" height="128" align="middle" border="0" />xyscan 4 - Documentation</h1>
<p><font color="red">A Data Thief for Scientists.</font>
Often the exact numerical values of data points
depicted in graphs and plots are not available in tabulated form. That's a well known problem for scientists
and engineers and the only way out is to use a ruler and read the values off the plot. In general this
results in poor precision. <em>xyscan</em> is written to overcome this problem. It is a tool that allows
one to retrieve the numeric values of data points <em>and</em> error bars with good accuracy.
</p><p><em>xyscan</em> can also be used for
purposes other than scientific plots, <em>e.g.</em>, for application where coordinates of shapes and curves
are needed or coordinates and distances on maps.</p>
<p><a href="whatsnew.html">What's New?</a></p>
<p><a href="license.html">Copyright Notice and License</a></p>
</body>
</html>
|