Changeset 21409 for trunk/psastro/src/psastroUseModel.c
- Timestamp:
- Feb 6, 2009, 4:03:34 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastroUseModel.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastroUseModel.c
r19520 r21409 1 /** @file psastroMosiacAstrom.c 2 * 3 * @brief 4 * 5 * @ingroup libpsastro 6 * 7 * @author IfA 8 * @version $Revision: 1.5 $ $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 # define NONLIN_TOL 0.001 / * tolerance in pixels */14 # define NONLIN_TOL 0.001 ///< tolerance in pixels 3 15 # define DEBUG 0 4 16 5 // apply the generic astrometry model to this image. this assumes the WCS terms either do not 6 // exist or are invalid 17 /** 18 * Apply the generic astrometry model to this image. This assumes the WCS i 19 * terms either do not exist or are invalid 20 */ 7 21 bool psastroUseModel (pmConfig *config, psMetadata *recipe) { 8 22
Note:
See TracChangeset
for help on using the changeset viewer.
