1SciDAVis(1) General Commands Manual SciDAVis(1)
2
3
4
6 scidavis — Scientific Data Analysis and Visualization
7
9 scidavis [ OPTIONS ] [ file_name ]
10
12 scidavis is a user-friendly data analysis and visualization program
13 primarily aimed at high-quality plotting of scientific data. It strives
14 to combine an intuitive, easy-to-use graphical user interface with pow‐
15 erful features such as Python scriptability.
16
18 This program follows the usual GNU command line syntax, with long
19 options starting with two dashes (`-'). A summary of options is
20 included below. For a complete description, run scidavis --help.
21
22 -h --help
23 Show command line options.
24
25 -a --about
26 Show about dialog and exit.
27
28 -l=XX --lang=XX
29 Start SciDAVis in language XX ('en', 'fr', 'de', ...).
30
31 -m --manual
32 Show the SciDAVis manual in a standalone window.
33
34 -v --version
35 Print SciDAVis version and release date.
36
37 -x --execute
38 Execute the script file given as the next argument.
39
40 file_name Can be any .sciprj, .sciprj.gz, .qti, qti.gz, .opj, .ogm,
41 .ogw, .ogg, .py or ASCII file. The file type is determined
42 by the file's extension.
43
45 This manual page was written by Tilman Benkert <thzs@gmx.net> for the
46 Debian system (but may be used by others). Permission is granted to
47 copy, distribute and/or modify this document under the terms of the GNU
48 General Public License, Version 2 any later version published by the
49 Free Software Foundation.
50
51
52 On Debian systems, the complete text of the GNU General Public License
53 can be found in /usr/share/common-licenses/GPL.
54
55
56
57
58 SciDAVis(1)