Changeset 13034 for trunk/psModules/src/objects/pmPSF.c
- Timestamp:
- Apr 25, 2007, 3:20:29 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/objects/pmPSF.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmPSF.c
r12949 r13034 6 6 * @author EAM, IfA 7 7 * 8 * @version $Revision: 1.2 0$ $Name: not supported by cvs2svn $9 * @date $Date: 2007-04-2 1 19:47:14$8 * @version $Revision: 1.21 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2007-04-26 01:20:29 $ 10 10 * 11 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 424 424 // place the reference object in the image center 425 425 // no need to mask the source here 426 pmModelAdd (image, NULL, model, false, false); 426 // XXX should we measure this for the analytical model only or the full model? 427 pmModelAdd (image, NULL, model, PM_MODEL_OP_FULL); 427 428 428 429 // loop over a range of source fluxes … … 436 437 psImageKeepCircle (mask, xc, yc, radius, "OR", PM_MASK_MARK); 437 438 pmSourcePhotometryAper (&apMag, model, image, mask); 439 440 // XXX since we re-mask on each pass, this could be dropped. 438 441 psImageKeepCircle (mask, xc, yc, radius, "AND", PS_NOT_U8(PM_MASK_MARK)); 439 442
Note:
See TracChangeset
for help on using the changeset viewer.
