[AIT logo]

Institut für Astronomie und Astrophysik

Abteilung Astronomie

Sand 1, D-72076 Tübingen, Germany
[Uni logo]


TRIPP_CENT Source code in tripp_cent.pro

TRIPP_CENT

Name
       TRIPP_CENT
Purpose
       Find centroid of star image with DAOPHOT algorithm CNTRD,
       works either by giving approximate coordinates (x,y) or
       interactively by cursor.
Category
       Astronomical Photometry
Calling Sequence
       TRIPP_CENT, image, [ xcen, ycen, X=x, Y=y, $
                 FWHM=fwhm, SILENT=silent, SEARCH=search ]
Input Parameters
       IMAGE : 2D image array.
Optional Input Parameters
       NONE.
Keyword Parameters
       NONE.
Keyword Parameters
       X      : Approximate x coordinate for source, if not existing,
                use cursor for interactive determination.
       Y      : Approximate y coordinate for source.
       FWHM   : FWHM of star images [pixels], if not given,
                program asks for it.
       SEARCH : If search at x,y fails, use area with rectangle side
                length 2*SEARCH [pixel] around x,y for further trials.
       SILENT : No output of coordinates on screen.
Output Parameters
       NONE.
Optional Output
       XCEN : Centroid x coordinate of source by CNTRD.
       YCEN : Centroid y coordinate of source by CNTRD.
Common Blocks
       NONE.
Side Effects
       NONE.
Restrictions
       NONE.
Revision History
       Ralf D. Geckeler - %CCD% package for IDL - written Sept.96
       2006/05      S.S.  stolen from ccd_cent, and
                          replaced ccd_cntrd with cntrd

Last modified by pro2html on 2006 May 15 at 03:10 UTC

[Home Page] [Software, Documentation] [IDL Documentation] [Quick Reference] [Feedback]

Jörn Wilms (wilms@astro.uni-tuebingen.de)
Updated automatically