Kst - Visualize your data

Kst is thefastest real-time large-dataset viewing and plotting tool available (you may be interested in somebenchmarks) and hasbuilt-in data analysis functionality.
Kst contains many powerful built-in features and isexpandable with plugins and extensions (see developer information in the"Resources" section).
Kst is licensed under theGPL, and is as suchfreely available for anyone. What's more, as of 2.0.x it is available onall of the following platforms: Microsoft Windows, Linux, Mac OSX. See the"Downloads" section for pre-compiled executables or the sources.
Features ofKst include:
- Robust plotting of live "streaming" data.
- Powerful keyboard and mouse plot manipulation.
- Powerful plugins and extensions support.
- Large selection of built-in plotting and data manipulation functions, such as histograms, equations, and power spectra.
- Color mapping and contour mapping capabilities for three-dimensional data, as well as matrix and image support.
- Built-in filtering and curve fitting capabilities.
- Convenient command-line interface.
- Powerful graphical user interface with non-modal dialogs for an optimized workflow.
- Support for several popular data formats.
- Multiple tabs.
- Extended annotation objects similar to vector graphics applications.
- High-quality export to bitmap or vector formats.
- Fully scriptable in python (beta available under linux).
Generally speaking, a good place to ask for advice is themailing list.
Kst supports : ASCII,Dirfile/Getdata,netCDF including metadata,CFitsIO,QImage-compatible image types and Matlab's .mat format with support from the matio library.
Kst is based on a plugin architecture:
- Data sources are plugins which provide support for new file types
- Plugins can easily be added for any type of operation, including fit and filter plugins if you want to develop your own to extend the large number of GSL-based plugins already distributed with Kst
It does not take a very experienced programmer to customize Kst to your needs.
Python Scripting
Kst can be scripted using python. In particular:
- Python can be used to set up sessions instead of the UI.
- Python can be used to control a kst session.
- numpy arrays can be transfered into and out of kst, so kst can be easily used along with python.
To use python scripting, you will need the very latest version of kst2, and the correspondingpykst.tgz.To date, pykst has only been tested on linux.
kst python documentation is availablehere.