diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
commit | fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 (patch) | |
tree | bdda434976bc09c864f2e4fa6f16ba1952b1e555 /pkg/README | |
download | iraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz |
Initial commit
Diffstat (limited to 'pkg/README')
-rw-r--r-- | pkg/README | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/pkg/README b/pkg/README new file mode 100644 index 00000000..a32ec3e0 --- /dev/null +++ b/pkg/README @@ -0,0 +1,18 @@ +These directories contain the source, documentation, and default parameter +files for all IRAF system packages. + + cl The command language + dataio Data format conversions (FITS, card image, etc.) + dbms Database management utilities + images General image processing and display + language CL language stuff (task, kill, set, etc.) + lists List processing utilities + obsolete Obsolete tasks to be phased out + plot General plotting utilities + proto Prototype tasks + softools Software tools + system System utilities (files etc.) + utilities Miscellaneous utilities + + xtools Applications tools library + bench Benchmarks package (not an installed package) |