Changeset 23672 for branches/pap/ppSub/src/ppSubMakePSF.c
- Timestamp:
- Apr 1, 2009, 5:17:21 PM (17 years ago)
- File:
-
- 1 edited
-
branches/pap/ppSub/src/ppSubMakePSF.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap/ppSub/src/ppSubMakePSF.c
r23599 r23672 22 22 #include "ppSub.h" 23 23 24 bool ppSubMakePSF(pmConfig *config, p sMetadata *stats, const pmFPAview *view)24 bool ppSubMakePSF(pmConfig *config, ppSubData *data, const pmFPAview *view) 25 25 { 26 26 psAssert(config, "Require configuration"); … … 87 87 psErrorStackPrint(stderr, "Unable to determine PSF"); 88 88 psWarning("Unable to determine PSF --- suspect bad data quality."); 89 if (stats && psMetadataLookupS32(NULL, stats, "QUALITY") == 0) { 90 psMetadataAddS32(stats, PS_LIST_TAIL, "QUALITY", PS_META_REPLACE, 91 "Unable to determine PSF", psErrorCodeLast()); 92 } 93 psErrorClear(); 94 psphotFilesActivate(config, false); 89 ppSubDataQuality(config, data, psErrorCodeLast(), PPSUB_FILES_PHOT); 90 return true; 95 91 } 96 92
Note:
See TracChangeset
for help on using the changeset viewer.
