IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 4, 2010, 6:40:11 PM (16 years ago)
Author:
eugene
Message:

fix error messages in various places; fix interactions with pswarp, ppSub and ppStack

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/psphot.stack.20100120/src/psphotReadoutFindPSF.c

    r26748 r26772  
    2626    }
    2727
    28     // construct sources and measure basic stats (moments, local sky)
     28    // construct detections->newSources and measure basic stats (moments, local sky)
    2929    if (!psphotSourceStats(config, view, true)) {
    3030        psError(PSPHOT_ERR_UNKNOWN, false, "failure to generate sources");
     
    6060    // construct an initial model for each object, set the radius to fitRadius, set circular fit mask
    6161    psphotGuessModels (config, view);
     62# endif
    6263
     64    // merge the newly selected sources into the existing list
     65    // NOTE: merge OLD and NEW
     66    psphotMergeSources (config, view);
     67
     68# if 0
    6369    // measure aperture photometry corrections
    6470    if (!psphotApResid (config, view)) {
Note: See TracChangeset for help on using the changeset viewer.