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/ppStack/src/ppStackReadout.c

    r15397 r15408  
    354354
    355355        if (!psphotReadout(config, view)) {
    356             psError(psErrorCodeLast(), false, "Unable to perform photometry on stacked image.\n");
    357             return false;
     356            psWarning("Unable to perform photometry on stacked image.");
     357            psErrorStackPrint(stderr, "Error stack from photometry:");
     358            psErrorClear();
    358359        }
    359360
Note: See TracChangeset for help on using the changeset viewer.