IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 17, 2010, 10:08:59 AM (16 years ago)
Author:
eugene
Message:

merge changes from trunk

Location:
branches/eam_branches/ipp-20101205/psphot
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20101205/psphot

    • Property svn:mergeinfo changed (with no actual effect on merging)
  • branches/eam_branches/ipp-20101205/psphot/src/psphotGuessModels.c

    r29936 r30108  
    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.