diff options
author | Markus Brueffer <markus@FreeBSD.org> | 2004-04-30 15:44:32 +0000 |
---|---|---|
committer | Markus Brueffer <markus@FreeBSD.org> | 2004-04-30 15:44:32 +0000 |
commit | beb87d6ad8e479ac8150062716ad5d36ec514283 (patch) | |
tree | 9a205442189157cdab1790aa3b6bfa63b36973d1 /science/Makefile | |
parent | Add cfitsio 2.490, library for reading and writing files in FITS data (diff) |
Add kst 0.97.
kst is a program for looking at data streams. It can plot:
- x-y plots
- power spectra
- histograms
- equations (including equations of data streams).
- data in files which are being updated as data is being logged,
in which case it can act as a plotter for a chart recorder.
- much more
You can use the mouse to rapidly zoom into interesting parts of the plots.
In addition to a complete GUI, kst has a convenient command line interface
for rapid access to plotting data in files. kst can read data from stdin.
It provides a DCOP interface for remote manipulation, and supports several
file formats in use in scientific projects around the world.
WWW: http://omega.astro.utoronto.ca/kst/
WWW: http://extragear.kde.org/apps/kst.php
Notes
Notes:
svn path=/head/; revision=108034
Diffstat (limited to 'science/Makefile')
-rw-r--r-- | science/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/science/Makefile b/science/Makefile index c1bf0897d601..70e32f0bf281 100644 --- a/science/Makefile +++ b/science/Makefile @@ -25,6 +25,7 @@ SUBDIR += hdf SUBDIR += hdf5 SUBDIR += kmovisto + SUBDIR += kst SUBDIR += libctl SUBDIR += libsvm SUBDIR += mayavi |