IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 33842 for trunk


Ignore:
Timestamp:
May 1, 2012, 11:56:50 AM (14 years ago)
Author:
bills
Message:

In psphotReadoutMinimal return failure if psphotGuessModels fails. This
is consistent with psphotReadout.

File:
1 edited

Legend:

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

    r32996 r33842  
    6464    // Construct an initial model for each object, set the radius to fitRadius, set circular
    6565    // fit mask.  NOTE: only applied to sources without guess models
    66     psphotGuessModels (config, view, filerule);
     66    if (!psphotGuessModels (config, view, filerule)) {
     67        psLogMsg ("psphot", 3, "failure to Guess Model");
     68        return psphotReadoutCleanup (config, view, filerule);
     69    }
    6770
    6871    // linear PSF fit to source peaks
Note: See TracChangeset for help on using the changeset viewer.