Institut für Astronomie und AstrophysikAbteilung AstronomieSand 1, D-72076 Tübingen, Germany |
Before March 1995, the FITS table procedures in this directory would write TTYPE* values with embedded spaces. This practice is strongly discouraged within the FITS community, and has now been changed (e.g. "STAR_ID" is written instead of "STAR ID"). A procedure FIXDAOTAB is available from Wayne Landsman to correct FITS tables created before March 1995.
In May 1996, the following updates were made to the code
IDL> sxopen,1,'psfname',h IDL> psf = sxread(1) IDL> writefits,'psfname.fits',psf,h
APER | Compute concentric aperture photometry (adapted from DAOPHOT) |
CNTRD | Compute the centroid of a star using a derivative search |
DAO_VALUE | Returns the value of a DAOPHOT point-spread function at a set of points. |
DAOERF | Calulates the intensity, and derivatives, of a 2-d Gaussian PSF |
FIND | Find positive brightness perturbations (i.e stars) in an image |
GCNTRD | Compute the stellar centroid by Gaussian fits to marginal X,Y, sums |
GETPSF | To generate a point-spread function (PSF) from observed stars. |
GROUP | Assign stars with non-overlapping PSF profiles into distinct groups |
MMM | Estimate the sky background in a stellar contaminated field. |
NSTAR | Simultaneous point spread function fitting (adapted from DAOPHOT) |
PIXWT | Circle-rectangle overlap area computation. |
PKFIT | Subroutine of GETPSF to perform a one-star least-squares fit |
RDPSF | Read the FITS file created by GETPSF in the DAOPHOT sequence |
SKY | Determine the sky level in an image using the the procedure MMM |
SRCOR | Correlate the source positions found on two lists. |
SUBSTAR | Subtract a scaled point spread function at specified star position(s). |
T_APER | Driver procedure (for APER) to compute concentric aperture photometry. |
T_FIND | Driver procedure (for FIND) to locate stars in an image. |
T_GETPSF | Driver procedure (for GETPSF) to generate a PSF from isolate stars. |
T_GROUP | Driver procedure (for GROUP) to place stars in non-overlapping groups. |
T_NSTAR | Driver procedure (for NSTAR) for simultaneous PSF fitting. |
T_SUBSTAR | Driver procedure (for SUBSTAR) to subtract scaled PSF values |
[Home Page] [Software, Documentation] [IDL Documentation] [Quick Reference] [Feedback]