- Timestamp:
- Jan 17, 2011, 5:00:30 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20101205/ppSub/src/ppSubReadoutInverse.c
r27789 r30285 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.
