File: intro.html

package info (click to toggle)
xyscan 4.68-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,660 kB
  • sloc: cpp: 4,079; xml: 65; makefile: 11
file content (27 lines) | stat: -rw-r--r-- 1,291 bytes parent folder | download | duplicates (5)
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
<!--
//-----------------------------------------------------------------------------
//  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>Introduction</title>
    <body style="font-family: Arial, Helvetica, sans-serif, Geneva">
        <h2>Introduction</h2>
        <p>The <em>xyscan</em> graphical
        user interface (GUI) consist of a single main window. It is split in two parts, the white scanning area on the left where the graphics to scan will be displayed, and the control tools on the right. This section gives an overview
        of the main components of xyscan and the workflow of a typical scan.</p>
        <p><a href="overview.html">Component Overview</a></p>
        <p><a href="workflow.html">Workflow</a></p>
        <p><a href="coord.html">Coordinate Systems</a></p>
    </body>
</html>