IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 29, 2007, 11:14:25 AM (19 years ago)
Author:
Paul Price
Message:

Don't make photometry errors fatal --- so that I can get the output
from the main operation, run it through psphot, and track down the
error.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppSub/src/ppSubReadout.c

    r15304 r15408  
    145145
    146146        if (!psphotReadout(config, view)) {
    147             psError(psErrorCodeLast(), false, "Unable to perform photometry on subtracted image.\n");
    148             return false;
     147            psWarning("Unable to perform photometry on subtracted image.");
     148            psErrorStackPrint("Error stack from photometry:");
     149            psErrorClear();
    149150        }
    150151
Note: See TracChangeset for help on using the changeset viewer.