diff options
author | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:51:37 -0400 |
---|---|---|
committer | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:51:37 -0400 |
commit | 40e5a5811c6ffce9b0974e93cdd927cbcf60c157 (patch) | |
tree | 4464880c571602d54f6ae114729bf62a89518057 /noao/digiphot/apphot/README | |
download | iraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz |
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'noao/digiphot/apphot/README')
-rw-r--r-- | noao/digiphot/apphot/README | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/noao/digiphot/apphot/README b/noao/digiphot/apphot/README new file mode 100644 index 00000000..8324e8d7 --- /dev/null +++ b/noao/digiphot/apphot/README @@ -0,0 +1,35 @@ + The Aperture Photometry Package + ---------------------------------- + +The apphot package contains routines which perform aperture +photometry in circular and polygonal apertures using fractional pixel +techniques. No point spread function fitting techniques are employed. +The photometry routines are most suitable for use on uncrowded +or moderately crowded fields. + +The apphot directory structure is listed below. The package organization +is by task, for example the center subdirectory contains routines +specific to the center task or by function, for example the nlfit +directory contains the non-linear least squares fitting routines. +The wphot task shares alot of code with the phot task. Similarly +the polymark task shares some code with the polyphot task. +The .h files are all in lib as many of them are shared by several tasks. + + |-aplib---------apphot routines used by several tasks + |-aputil--------miscellaneous useful routines + |-center--------routines specific to centering, the center task + |-daofind-------routines specific to the daofind task + |-doc-----------apphot documentation +|-apphot-----|-fitpsf--------routines specific to the fitpsf task + |-fitsky--------routines specific to sky fitting, the fitsky task + |-lib-----------apphot definitions or .h files + |-phot----------routines specific to the qphot/phot tasks + |-polyphot------routines specific to the polyphot/polymark tasks + |-radprof-------routines specific to the radprof task + |-wphot---------routines specific to the wphot task + |-test----------directory of test data + + +Lindsey Davis +NOAO IRAF GROUP +November 1991 |