Changeset 13411 for trunk/psphot/src/psphotLoadPSF.c
- Timestamp:
- May 17, 2007, 11:53:28 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotLoadPSF.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotLoadPSF.c
r13225 r13411 2 2 3 3 // load an externally supplied psf model 4 pmPSF *psphotLoadPSF (pmConfig *config, pmFPAview *view, psMetadata *recipe) {4 pmPSF *psphotLoadPSF (pmConfig *config, const pmFPAview *view, psMetadata *recipe) { 5 5 6 6 // find the currently selected readout … … 11 11 pmPSF *psf = psMetadataLookupPtr (NULL, readout->analysis, "PSPHOT.PSF"); 12 12 if (psf == NULL) { 13 psLogMsg ("psphot", 3, "no psf supplied for this readout");14 return NULL;13 psLogMsg ("psphot", 3, "no psf supplied for this readout"); 14 return NULL; 15 15 } 16 16
Note:
See TracChangeset
for help on using the changeset viewer.
