German English

Ordnometer

a program for analyzing and evaluating numeric data records


Main | License | Features | Screenshots | Requirements | Supported Systems | Download | Installation | Data Files | Project Site

Latest stable version: 0.2.1

License

Ordnometer is Free Software licensed under the terms of the GNU General Public License (GPL).

Features

Requirements

Supported Systems

Ordnometer runs on each system which is supported by the Qt Toolkit:

Download

Browse CVS Repository.

Installation

You can install ordnometer like every Qt/qmake application.

  1. Extract the tarball
    tar zxf ordnometer-<version>-src.tar.gz
  2. Change to the src directory
    cd ordnometer-<version>
  3. Run qmake and make to create the makefile for your system and to compile the package
    qmake && make
  4. Become root, if you want to install into system directories
    make install

Data Files

If you want to create data files for Ordnometer, you have to use the right format:
; You can make a comment by starting with a semicolon
; curve data:
x y z		; axes label
1.9 10.4 2.3
5.0 0.0 23
10.0 10.5 54
# ; define straight lines, this part is optional.
lin log 10	; scale (x-axis y-axis [base])
5.0 4.0 6.0 7.0	; x1, y1, x2, y2
1.0 4.0 5.0 9.0
2.0 3.0 6.0 8.0


Valid HTML  4.01!