Changeset 34408
- Timestamp:
- Sep 6, 2012, 5:25:48 AM (14 years ago)
- Location:
- branches/eam_branches/ipp-20120905/psphot/src
- Files:
-
- 2 edited
-
psphotBlendFit.c (modified) (1 diff)
-
psphotDeblendSatstars.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20120905/psphot/src/psphotBlendFit.c
r34404 r34408 94 94 assert (status && isfinite(skySig) && skySig > 0); 95 95 96 # if ( 0)96 # if (1) 97 97 // **** test block : generate an ID image where pixels are set based the source models (flux > 0.1 peak && flux > 2.0 skySig) 98 98 psImage *IDimage = psImageAlloc (readout->image->numCols, readout->image->numRows, PS_TYPE_S32); -
branches/eam_branches/ipp-20120905/psphot/src/psphotDeblendSatstars.c
r34404 r34408 55 55 pmSource *source; 56 56 bool status; 57 58 // XXX disable this function for now59 return true;60 57 61 58 psTimerStart ("psphot.deblend.sat");
Note:
See TracChangeset
for help on using the changeset viewer.
