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/daophot/README | |
download | iraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz |
Initial commit
Diffstat (limited to 'noao/digiphot/daophot/README')
-rw-r--r-- | noao/digiphot/daophot/README | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/noao/digiphot/daophot/README b/noao/digiphot/daophot/README new file mode 100644 index 00000000..1ae04629 --- /dev/null +++ b/noao/digiphot/daophot/README @@ -0,0 +1,32 @@ + The Daophot Photometry Package + ---------------------------------- + +The daophot package contains routines which perform crowded-filed +photometry using point spread functions fitting techniques. +The aperture photometry package routines are used to provide initial +estimates for the magnitudes of these objects. + +The daophot directory structure is listed below. The package organization +is by task, for example the nstar subdirectory contains routines +specific to the nstar task or by function. +The .h files are all in lib as many of them are shared by several tasks. + + |-addstar-------routines specific to the addstar task + |-allstar-------routines specific to the allstar task + |-daoedit-------routines specific to the daoedit task + |-daolib--------routines common to many daophot tasks + |-doc-----------daophot documentation + |-group---------routines specific to the group task +|-daophot----|-lib-----------daophot definitions or .h files + |-nstar---------routines specific to the nstar task + |-peak----------routines specific to the peak task + |-psf-----------routines specific to the psf/pstselect tasks + |-seepsf--------routines specific to the seepsf task + |-select--------routines specific to the grpselect/psfmerge tasks + |-substar-------routines specific to the substar task + |-test----------directory of test data + + +Lindsey Davis +NOAO IRAF GROUP +May 1993 |