Changeset 23753 for trunk/ppSub/src/ppSubMakePSF.c
- Timestamp:
- Apr 8, 2009, 2:33:59 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ppSub/src/ppSubMakePSF.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppSub/src/ppSubMakePSF.c
r23740 r23753 22 22 #include "ppSub.h" 23 23 24 bool ppSubMakePSF(p mConfig *config, ppSubData *data)24 bool ppSubMakePSF(ppSubData *data) 25 25 { 26 psAssert(data, "Require processing data"); 27 pmConfig *config = data->config; // Configuration 26 28 psAssert(config, "Require configuration"); 27 29 … … 105 107 psErrorStackPrint(stderr, "Unable to determine PSF"); 106 108 psWarning("Unable to determine PSF --- suspect bad data quality."); 107 ppSubDataQuality( config,data, PSPHOT_ERR_PSF, PPSUB_FILES_PHOT_SUB | PPSUB_FILES_PHOT_INV);109 ppSubDataQuality(data, PSPHOT_ERR_PSF, PPSUB_FILES_PHOT_SUB | PPSUB_FILES_PHOT_INV); 108 110 psFree(view); 109 111 return true;
Note:
See TracChangeset
for help on using the changeset viewer.
