Changeset 23753 for trunk/ppSub/src/ppSubReadoutPhotometry.c
- Timestamp:
- Apr 8, 2009, 2:33:59 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ppSub/src/ppSubReadoutPhotometry.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppSub/src/ppSubReadoutPhotometry.c
r23740 r23753 22 22 #include "ppSub.h" 23 23 24 bool ppSubReadoutPhotometry(const char *name, p mConfig *config, ppSubData *data)24 bool ppSubReadoutPhotometry(const char *name, ppSubData *data) 25 25 { 26 psAssert(data, "Require processing data"); 27 pmConfig *config = data->config; // Configuration 26 28 psAssert(config, "Require configuration"); 27 29 … … 51 53 psErrorStackPrint(stderr, "No PSF available"); 52 54 psWarning("No PSF available --- suspect bad data quality."); 53 ppSubDataQuality( config,data, psErrorCodeLast(), PPSUB_FILES_PHOT_SUB | PPSUB_FILES_PHOT_INV);55 ppSubDataQuality(data, psErrorCodeLast(), PPSUB_FILES_PHOT_SUB | PPSUB_FILES_PHOT_INV); 54 56 return true; 55 57 } … … 94 96 psErrorStackPrint(stderr, "Unable to perform photometry on image"); 95 97 psWarning("Unable to perform photometry on image --- suspect bad data quality."); 96 ppSubDataQuality( config,data, psErrorCodeLast(), PPSUB_FILES_PHOT_SUB | PPSUB_FILES_PHOT_INV);98 ppSubDataQuality(data, psErrorCodeLast(), PPSUB_FILES_PHOT_SUB | PPSUB_FILES_PHOT_INV); 97 99 } 98 100
Note:
See TracChangeset
for help on using the changeset viewer.
