Changeset 24890
- Timestamp:
- Jul 21, 2009, 3:29:54 PM (17 years ago)
- Location:
- trunk/psphot/src
- Files:
-
- 3 edited
-
psphot.h (modified) (1 diff)
-
psphotReadout.c (modified) (2 diffs)
-
psphotReadoutMinimal.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphot.h
r23688 r24890 157 157 bool psphotSubWithTest (pmSource *source, bool useState, psImageMaskType maskVal); 158 158 bool psphotSetState (pmSource *source, bool curState, psImageMaskType maskVal); 159 bool psphotDeblendSatstars (p sArray *sources, psMetadata *recipe);159 bool psphotDeblendSatstars (pmReadout *readout, psArray *sources, psMetadata *recipe); 160 160 bool psphotSourceSize (pmConfig *config, pmReadout *readout, psArray *sources, psMetadata *recipe, long first); 161 161 -
trunk/psphot/src/psphotReadout.c
r24097 r24890 87 87 // find blended neighbors of very saturated stars 88 88 // XXX merge this with Basic Deblend? 89 psphotDeblendSatstars ( sources, recipe);89 psphotDeblendSatstars (readout, sources, recipe); 90 90 91 91 // mark blended peaks PS_SOURCE_BLEND … … 236 236 return psphotReadoutCleanup(config, readout, recipe, detections, psf, sources); 237 237 } 238 -
trunk/psphot/src/psphotReadoutMinimal.c
r24274 r24890 59 59 // find blended neighbors of very saturated stars 60 60 // XXX merge this with Basic Deblend? 61 psphotDeblendSatstars ( sources, recipe);61 psphotDeblendSatstars (readout, sources, recipe); 62 62 63 63 // mark blended peaks PS_SOURCE_BLEND
Note:
See TracChangeset
for help on using the changeset viewer.
