Changeset 5350 for trunk/psphot/src/pmObjects_EAM.c
- Timestamp:
- Oct 17, 2005, 8:07:54 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/pmObjects_EAM.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/pmObjects_EAM.c
r5134 r5350 6 6 * @author EAM, IfA: significant modifications. 7 7 * 8 * @version $Revision: 1. 8$ $Name: not supported by cvs2svn $9 * @date $Date: 2005- 09-26 19:49:41$8 * @version $Revision: 1.9 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2005-10-17 18:07:54 $ 10 10 * 11 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 999 999 int Ncr = 0; 1000 1000 int Nsatstar = 0; 1001 psRegion allArray = {0, 0, 0, 0}; 1001 1002 1002 1003 psVector *starsn = psVectorAlloc (sources->n, PS_TYPE_F32); … … 1030 1031 1031 1032 // XXX EAM : can we use the value of SATURATE if mask is NULL? 1032 int Nsatpix = psImageCountPixelMask (tmpSrc->mask, PSPHOT_MASK_SATURATED);1033 int Nsatpix = psImageCountPixelMask (tmpSrc->mask, allArray, PSPHOT_MASK_SATURATED); 1033 1034 1034 1035 // saturated star (size consistent with PSF or larger)
Note:
See TracChangeset
for help on using the changeset viewer.
