Changeset 18230
- Timestamp:
- Jun 19, 2008, 5:31:59 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/pap_branch_080617/ppSub/src/ppSubReadout.c
r17835 r18230 12 12 13 13 #define WCS_TOLERANCE 0.001 // Tolerance for WCS 14 //#define TESTING // For test output14 #define TESTING // For test output 15 15 16 16 … … 304 304 } 305 305 306 psTraceSetLevel("psphot", 6);307 308 306 // Photometry stage 2: find and measure sources on the subtracted image 309 307 if (psMetadataLookupBool(NULL, config->arguments, "PHOTOMETRY")) { … … 314 312 pmReadout *psfRO = pmFPAfileThisReadout(config->files, view, "PSPHOT.PSF.LOAD"); 315 313 if (!psfRO) { 316 psError(PS_ERR_UNEXPECTED_NULL, true, "Unable to find file PSPHOT.PSF.LOAD");314 psError(PS_ERR_UNEXPECTED_NULL, true, "Unable to find readout for file PSPHOT.PSF.LOAD"); 317 315 return false; 318 316 }
Note:
See TracChangeset
for help on using the changeset viewer.
