Changeset 26982 for trunk/ppSub/src/ppSubReadoutInverse.c
- Timestamp:
- Feb 17, 2010, 5:36:13 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ppSub/src/ppSubReadoutInverse.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppSub/src/ppSubReadoutInverse.c
r24255 r26982 34 34 pmHDU *invHDU = invFPA->hdu; // Inverse HDU 35 35 if (!pmAstromWriteWCS(invHDU->header, outFPA, outChip, WCS_TOLERANCE)) { 36 psError( PS_ERR_UNKNOWN, false, "Unable to write WCS astrometry to PPSUB.INVERSE.");36 psError(psErrorCodeLast(), false, "Unable to write WCS astrometry to PPSUB.INVERSE."); 37 37 return false; 38 38 } 39 39 // Read from newly written astrometry so that it exists in the "inverse" FPA (for sources) 40 40 if (!pmAstromReadWCS(invFPA, invChip, invHDU->header, 1.0)) { 41 psError( PS_ERR_UNKNOWN, false, "Unable to read WCS astrometry.");41 psError(psErrorCodeLast(), false, "Unable to read WCS astrometry."); 42 42 return false; 43 43 }
Note:
See TracChangeset
for help on using the changeset viewer.
