Changeset 11702 for trunk/psphot/src/psphotTestPSF.c
- Timestamp:
- Feb 7, 2007, 5:52:32 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotTestPSF.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotTestPSF.c
r10096 r11702 74 74 // for this test, require a single model 75 75 psMetadataItem *mdi = psMetadataLookup (recipe, "PSF_MODEL"); 76 if (mdi == NULL) psAbort ("psphotChoosePSF","missing PSF_MODEL selection");77 if (mdi->type != PS_DATA_STRING) psAbort ("psphotChoosePSF","choose a single PSF_MODEL");76 if (mdi == NULL) psAbort("missing PSF_MODEL selection"); 77 if (mdi->type != PS_DATA_STRING) psAbort("choose a single PSF_MODEL"); 78 78 modelName = mdi->data.V; 79 79 … … 95 95 pmModelType type = pmModelSetType (modelName); 96 96 pmPSF *psf = pmPSFAlloc (type, poissonErrors, psfTrendMask); 97 if (psf == NULL) psAbort ("psphotTestPSF","unknown model");97 if (psf == NULL) psAbort("unknown model"); 98 98 99 99 FILE *f = fopen ("params.dat", "w");
Note:
See TracChangeset
for help on using the changeset viewer.
