diff options
author | Nitish Ragoomundun <lrugratz@gmail.com> | 2017-03-24 17:45:33 +0000 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-03-25 00:07:32 +0000 |
commit | d91af2790e91443f8ecc2a4faa9f8c68817e4daa (patch) | |
tree | b4d437961442c0cce3331a35dbee0673b53e3853 /academic/karma/README | |
parent | e0e452be7a5fb0b23519441af3c4d60c6dd18a03 (diff) | |
download | slackbuilds-d91af2790e91443f8ecc2a4faa9f8c68817e4daa.tar.gz |
academic/karma: Added (ATNF CSIRO Karma signal & image processing).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'academic/karma/README')
-rw-r--r-- | academic/karma/README | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/academic/karma/README b/academic/karma/README new file mode 100644 index 0000000000..a7c10f3b37 --- /dev/null +++ b/academic/karma/README @@ -0,0 +1,17 @@ +ATNF CSIRO Karma is a package for signal and image processing +applications. It contains KarmaLib (the structured library and API) +and a large number of modules and applications to perform many standard +tasks on astronomical data in common formats like FITS. It is a toolkit +for manipulating the Karma network data structure. + +Another major component of KarmaLib is the display support. The display +system both provides an abstract interface to the underlying graphics +system (ie. the X window system), and also provides much higher level +functionality than many graphics libraries. As well as supporting simple +geometric primitives and text display, a powerful and flexible image +display system is included. This allows the direct mapping of +application data structures (ie. 2-D and 3-D arrays) to display +windows (canvases). + +This SlackBuild script builds a Slackware package from the official +binary distributed by CSIRO. |