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 /noao/digiphot/ptools/README | |
download | iraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz |
Initial commit
Diffstat (limited to 'noao/digiphot/ptools/README')
-rw-r--r-- | noao/digiphot/ptools/README | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/noao/digiphot/ptools/README b/noao/digiphot/ptools/README new file mode 100644 index 00000000..2a2e5597 --- /dev/null +++ b/noao/digiphot/ptools/README @@ -0,0 +1,23 @@ + The Photometry Tools Package + ------------------------------- + +The ptools package contains routines which perform oerations on the +text database files and/or ST binary tables files produced by the APPHOT +and DAOPHOT packages, and scripts which make the fact that any given database +is a table or a text file transparent to the user. + +The ptools directory structure is listed below. The .h files are all in lib +as many of them are shared by several tasks. + + |-pconvert------routines to the pconvert task + |-doc-----------ptools documentation +|-ptools-----|-lib-----------ptools definitions or .h files + |-pexamine------routines specific to the pexamine task + |-ptutils-------routines specific to miscellneous utility tasks + |-txtools-------routines specific to the text file operators + |-test----------directory of test data + + +Lindsey Davis +NOAO IRAF GROUP +August 1991 |