Changeset 16881 for trunk/pswarp/src/pswarpLoop.c
- Timestamp:
- Mar 7, 2008, 4:23:57 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/pswarp/src/pswarpLoop.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pswarp/src/pswarpLoop.c
r16031 r16881 117 117 pmFPAfileIOChecks (config, view, PM_FPA_AFTER); 118 118 } 119 pmFPAfileIOChecks (config, view, PM_FPA_AFTER);120 } 121 pmFPAfileIOChecks (config, view, PM_FPA_AFTER);119 pmFPAfileIOChecks (config, view, PM_FPA_AFTER); 120 } 121 pmFPAfileIOChecks (config, view, PM_FPA_AFTER); 122 122 psFree(view); 123 123 … … 278 278 view->chip = view->cell = view->readout = 0; 279 279 if (!psphotReadout(config, view)) { 280 // Can't do anything about it; let it continue 281 psErrorStackPrint(stderr, "Unable to determine PSF for warped image.\n"); 282 psErrorClear(); 280 psError(PS_ERR_UNKNOWN, false, "Unable to determine PSF for warped image."); 281 return false; 283 282 } 284 283 psFree(view);
Note:
See TracChangeset
for help on using the changeset viewer.
