Changeset 30108
- Timestamp:
- Dec 17, 2010, 10:08:59 AM (15 years ago)
- Location:
- branches/eam_branches/ipp-20101205/psphot
- Files:
-
- 5 edited
-
. (modified) (1 prop)
-
src/psphotApResid.c (modified) (1 prop)
-
src/psphotChoosePSF.c (modified) (1 diff)
-
src/psphotGuessModels.c (modified) (1 diff)
-
src/psphotMakeFluxScale.c (modified) (1 prop)
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/psphotApResid.c
- Property svn:mergeinfo set to
-
branches/eam_branches/ipp-20101205/psphot/src/psphotChoosePSF.c
r30097 r30108 249 249 if (!try) { 250 250 // No big deal --- we'll try another model 251 psErrorClear(); 251 if (i < modelNames->n - 1) { 252 psErrorClear(); 253 } 252 254 continue; 253 255 } -
branches/eam_branches/ipp-20101205/psphot/src/psphotGuessModels.c
r29936 r30108 206 206 float Xc = 0.5*readout->image->numCols; 207 207 float Yc = 0.5*readout->image->numRows; 208 pmModel *modelPSF = pmModelFromPSFforXY(psf, Xc, Yc, Io);208 modelPSF = pmModelFromPSFforXY(psf, Xc, Yc, Io); 209 209 if (modelPSF == NULL) { 210 210 psError(PSPHOT_ERR_PSF, false, "Failed to determine PSF model at center of image"); -
branches/eam_branches/ipp-20101205/psphot/src/psphotMakeFluxScale.c
- Property svn:mergeinfo set to
Note:
See TracChangeset
for help on using the changeset viewer.
