IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 28, 2007, 2:15:32 PM (19 years ago)
Author:
eugene
Message:

clear the error from curve of growth

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/objects/pmPSF.c

    r15016 r15089  
    66 *  @author EAM, IfA
    77 *
    8  *  @version $Revision: 1.31 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2007-09-25 22:05:05 $
     8 *  @version $Revision: 1.32 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2007-09-29 00:15:32 $
    1010 *
    1111 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    434434        if (!pmSourcePhotometryAper (&apMag, model, image, mask, maskVal)) {
    435435            psError(PM_ERR_PHOTOM, false, "Measuring apMag for radius == %g", radius);
     436            psErrorStackPrint (stderr, "failure to get growth curve");
     437            psErrorClear();
    436438            completeGrowthCurve = false;
    437439            break;
Note: See TracChangeset for help on using the changeset viewer.