IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 6, 2005, 7:57:54 AM (21 years ago)
Author:
eugene
Message:

adding basic deblending

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotEnsemblePSF.c

    r5672 r5704  
    9696            pmSource *Mj = models->data[j];
    9797
     98            // XXX double check that this is working!  should not break here
     99            check me here;
    98100            if (Mi->pixels->col0 + Mi->pixels->numCols < Mj->pixels->col0) break;
    99101            if (Mj->pixels->col0 + Mj->pixels->numCols < Mi->pixels->col0) continue;
Note: See TracChangeset for help on using the changeset viewer.