IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20337


Ignore:
Timestamp:
Oct 22, 2008, 2:32:38 PM (18 years ago)
Author:
Paul Price
Message:

Should be an error not to produce a PSF.

File:
1 edited

Legend:

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

    r20330 r20337  
    4949    pmPSF *psf = psphotChoosePSF(readout, sources, recipe);
    5050    if (!psf) {
    51         psWarning("Failed to construct a psf model");
     51        psError(PSPHOT_ERR_PSF, false, "Failed to construct a psf model");
    5252        psFree(sources);
    5353        return psphotReadoutCleanup(config, readout, recipe, detections, NULL, NULL);
Note: See TracChangeset for help on using the changeset viewer.