IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 4, 2010, 6:40:11 PM (17 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/psphotMergeSources.c

    r26748 r26772  
    168168    if (!detections) {
    169169        psLogMsg ("psphot", 3, "no psf sources for this readout");
     170        return NULL;
    170171    }
    171172
     
    173174    if (!sources) {
    174175        psLogMsg ("psphot", 3, "no psf sources for this readout");
     176        return NULL;
    175177    }
    176178
     
    178180}
    179181
     182// this function is used to fix sources which were loaded externally, but have passed from
     183// psphotDetectionsFromSources to psphotSourceStats and are now stored on
     184// detections->newSources.
    180185bool psphotRepairLoadedSources (pmConfig *config, const pmFPAview *view) {
    181186
     
    193198    }
    194199
    195     psArray *sources = detections->allSources;
     200    psArray *sources = detections->newSources;
    196201    psAssert (sources, "missing sources?");
    197202
Note: See TracChangeset for help on using the changeset viewer.