IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 38556


Ignore:
Timestamp:
Jun 26, 2015, 4:35:50 AM (11 years ago)
Author:
bills
Message:

skip sourcr rather than faulting with segv if modelEXT and !modelPSF

File:
1 edited

Legend:

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

    r38535 r38556  
    357357        // regenerate the PSF if the model is a PSF, or if we need the PSF for a PCM
    358358        if (isPSF || model->isPCM) {
     359            if (!source->modelPSF) continue;
    359360            // the guess central intensity comes from the peak:
    360361            float Io = source->peak->rawFlux;
Note: See TracChangeset for help on using the changeset viewer.