File: main.rst

package info (click to toggle)
totalopenstation 0.5.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,784 kB
  • sloc: python: 4,123; makefile: 84; xml: 50
file content (56 lines) | stat: -rw-r--r-- 1,605 bytes parent folder | download | duplicates (3)
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
.. _interfaces:

========================
Using Total Open Station
========================

There are two ways to use Total Open Station, from the command line or
as a user-friendly program. Each mode of operation has its drawbacks,
and both are constantly used and tested.




Graphical User Interface
========================

If you followed the guide about :ref:`installing`, you should be able
to start Total Open Station.

The basic usage of Total Open Station is made of the following steps:

#. download raw data from the total station
#. save raw data (optional, but recommended)
#. export raw data to an output format

Saving raw data enables you to open data files even at a later stage
and process them when it's more appropriate.

A complete manual of :ref:`gui-main`


Command-line
============

After :ref:`installing`, there will be three new executable programs
in your path. Two of them are meant for being run in a terminal, and
are extremely useful for batch operations and easy repeating of common
tasks with minimum time effort.

:ref:`cli-connector` and :ref:`cli-parser`
are two command line programs that make the same features of the graphical
interface available to those who prefer working in a terminal. They are well
documented, and they make it possible to process large amounts of data files
via shell scripting, or to drastically reduce the time needed for downloading
raw data.

These two programs also provide a basic but complete example of how to
use Total Open Station as a programming library.


.. toctree::
  :maxdepth: 1

  cli_connector
  cli_parser
  gui_main