IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 30038


Ignore:
Timestamp:
Dec 14, 2010, 5:27:09 PM (15 years ago)
Author:
bills
Message:

Fix SEGV when "Failed to determine PSF model at (3187.541260,6239.109375); trying image center"

File:
1 edited

Legend:

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

    r29936 r30038  
    206206            float Xc = 0.5*readout->image->numCols;
    207207            float Yc = 0.5*readout->image->numRows;
    208             pmModel *modelPSF = pmModelFromPSFforXY(psf, Xc, Yc, Io);
     208            modelPSF = pmModelFromPSFforXY(psf, Xc, Yc, Io);
    209209            if (modelPSF == NULL) {
    210210                psError(PSPHOT_ERR_PSF, false, "Failed to determine PSF model at center of image");
Note: See TracChangeset for help on using the changeset viewer.