Changeset 30619 for trunk/ppSub/src/ppSubReadoutInverse.c
- Timestamp:
- Feb 13, 2011, 11:43:27 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/ppSub/src/ppSubReadoutInverse.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppSub/src/ppSubReadoutInverse.c
r27789 r30619 36 36 if (!pmAstromWriteWCS(invHDU->header, outFPA, outChip, WCS_TOLERANCE)) { 37 37 psError(psErrorCodeLast(), false, "Unable to write WCS astrometry to PPSUB.INVERSE."); 38 psFree(view); 38 39 return false; 39 40 } … … 41 42 if (!pmAstromReadWCS(invFPA, invChip, invHDU->header, 1.0)) { 42 43 psError(psErrorCodeLast(), false, "Unable to read WCS astrometry."); 44 psFree(view); 43 45 return false; 44 46 } 45 47 48 psFree(view); 46 49 return true; 47 50 }
Note:
See TracChangeset
for help on using the changeset viewer.
