IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 6, 2005, 9:55:31 PM (21 years ago)
Author:
eugene
Message:

finshed deblender, dropped local copies of psModule code

File:
1 edited

Legend:

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

    r5672 r5718  
    4747    if (!strcasecmp (breakPt, "CLASS")) exit (0);
    4848
     49    psphotBasicDeblend (sources, config, sky);
     50    if (!strcasecmp (breakPt, "DEBLEND")) exit (0);
     51
    4952    // source analysis is done in S/N order (brightest first)
    5053    sources = psArraySort (sources, psphotSortBySN);
Note: See TracChangeset for help on using the changeset viewer.