Changeset 21409 for trunk/psastro/src/psastroAstromGuess.c
- Timestamp:
- Feb 6, 2009, 4:03:34 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastroAstromGuess.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastroAstromGuess.c
r21183 r21409 1 /** @file psastroAstromGuess.c 2 * 3 * @brief 4 * 5 * @ingroup libpsastro 6 * 7 * @author IfA 8 * @version $Revision: 1.34 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2009-02-07 02:03:34 $ 10 * Copyright 2009 Institute for Astronomy, University of Hawaii 11 */ 12 1 13 # include "psastroInternal.h" 2 14 # define DEBUG 0 3 15 4 // this function loads the header WCS astrometry terms into the fpa terms and applies the 5 // astrometry to the detected objects. 6 7 // this function assumes the initial astrometry arrives in the form of WCS keywords in the 8 // headers corresponding to the chips. 9 16 /** 17 * \brief This function loads the header WCS astrometry terms into the fpa 18 * terms and applies the astrometry to the detected objects. 19 * 20 * This function assumes the initial astrometry arrives in the form of WCS 21 * keywords in the headers corresponding to the chips. 22 */ 10 23 bool psastroAstromGuess (int *nStars, pmConfig *config) { 11 24
Note:
See TracChangeset
for help on using the changeset viewer.
