IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 13838


Ignore:
Timestamp:
Jun 14, 2007, 2:47:22 PM (19 years ago)
Author:
eugene
Message:

catch errors from psphot

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppImage/src/ppImagePhotom.c

    r12821 r13838  
    3636
    3737            // run the actual photometry analysis
    38             psphotReadout (config, view);
     38            if (!psphotReadout (config, view)) {
     39                psError(psErrorCodeLast(), false, "failure in psphotReadout for chip %d, cell %d, readout %d\n", view->chip, view->cell, view->readout);
     40                return false;
     41            }
    3942        }
    4043    }
Note: See TracChangeset for help on using the changeset viewer.