IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 24890


Ignore:
Timestamp:
Jul 21, 2009, 3:29:54 PM (17 years ago)
Author:
eugene
Message:

api change for psphotDeblendSatstars

Location:
trunk/psphot/src
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphot.h

    r23688 r24890  
    157157bool            psphotSubWithTest (pmSource *source, bool useState, psImageMaskType maskVal);
    158158bool            psphotSetState (pmSource *source, bool curState, psImageMaskType maskVal);
    159 bool            psphotDeblendSatstars (psArray *sources, psMetadata *recipe);
     159bool            psphotDeblendSatstars (pmReadout *readout, psArray *sources, psMetadata *recipe);
    160160bool            psphotSourceSize (pmConfig *config, pmReadout *readout, psArray *sources, psMetadata *recipe, long first);
    161161
  • trunk/psphot/src/psphotReadout.c

    r24097 r24890  
    8787    // find blended neighbors of very saturated stars
    8888    // XXX merge this with Basic Deblend?
    89     psphotDeblendSatstars (sources, recipe);
     89    psphotDeblendSatstars (readout, sources, recipe);
    9090
    9191    // mark blended peaks PS_SOURCE_BLEND
     
    236236    return psphotReadoutCleanup(config, readout, recipe, detections, psf, sources);
    237237}
     238
  • trunk/psphot/src/psphotReadoutMinimal.c

    r24274 r24890  
    5959    // find blended neighbors of very saturated stars
    6060    // XXX merge this with Basic Deblend?
    61     psphotDeblendSatstars (sources, recipe);
     61    psphotDeblendSatstars (readout, sources, recipe);
    6262
    6363    // mark blended peaks PS_SOURCE_BLEND
Note: See TracChangeset for help on using the changeset viewer.