IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 8411


Ignore:
Timestamp:
Aug 17, 2006, 5:42:52 AM (20 years ago)
Author:
rhl
Message:

Provide a more helpful error message

File:
1 edited

Legend:

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

    r8137 r8411  
    271271        psf->ApTrend  = psVectorClipFitPolynomial4D (psf->ApTrend, stats, mask, PSFTRY_MASK_ALL, apResid, dMag, xPos, yPos, r2rflux, flux);
    272272        if (psf->ApTrend == NULL) {
    273             psError(PSPHOT_ERR_PHOTOM, false, "constant");
     273            psError(PSPHOT_ERR_PHOTOM, false, "Failed to measure apTrend");
    274274            return false;
    275275        }
Note: See TracChangeset for help on using the changeset viewer.