- Timestamp:
- Dec 20, 2010, 2:30:45 PM (16 years ago)
- Location:
- branches/czw_branch/20101203
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20101203
- Property svn:mergeinfo changed
-
branches/czw_branch/20101203/psphot
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20101103/psphot (added) merged: 29660,29824-29825,29904,29914,29918,29920
- Property svn:mergeinfo changed
-
branches/czw_branch/20101203/psphot/src/psphotGuessModels.c
r29605 r30118 12 12 bool status = true; 13 13 14 int num = psMetadataLookupS32 (&status, config->arguments, "PSPHOT.INPUT.NUM"); 15 psAssert (status, "programming error: must define PSPHOT.INPUT.NUM"); 14 int num = psphotFileruleCount(config, filerule); 16 15 17 16 // skip the chisq image (optionally?) … … 207 206 float Xc = 0.5*readout->image->numCols; 208 207 float Yc = 0.5*readout->image->numRows; 209 pmModel *modelPSF = pmModelFromPSFforXY(psf, Xc, Yc, Io);208 modelPSF = pmModelFromPSFforXY(psf, Xc, Yc, Io); 210 209 if (modelPSF == NULL) { 211 210 psError(PSPHOT_ERR_PSF, false, "Failed to determine PSF model at center of image");
Note:
See TracChangeset
for help on using the changeset viewer.
