Changeset 27838 for branches/tap_branches/pswarp/src/pswarpHeadersLoad.c
- Timestamp:
- May 3, 2010, 8:41:49 AM (16 years ago)
- Location:
- branches/tap_branches
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
pswarp/src/pswarpHeadersLoad.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/tap_branches
- Property svn:mergeinfo changed
-
branches/tap_branches/pswarp/src/pswarpHeadersLoad.c
r21323 r27838 74 74 if (bilevelAstrometry) { 75 75 if (!pmAstromReadBilevelMosaic(input->fpa, phu->header)) { 76 psError( PS_ERR_UNKNOWN, false, "Unable to read bilevel mosaic astrometry for input.");76 psError(psErrorCodeLast(), false, "Unable to read bilevel mosaic astrometry for input."); 77 77 psFree(view); 78 78 return false; … … 92 92 if (bilevelAstrometry) { 93 93 if (!pmAstromReadBilevelChip (chip, hdu->header)) { 94 psError( PS_ERR_UNKNOWN, false, "Unable to read bilevel chip astrometry for input.");94 psError(psErrorCodeLast(), false, "Unable to read bilevel chip astrometry for input."); 95 95 psFree(view); 96 96 return false; … … 99 99 // we use a default FPA pixel scale of 1.0 100 100 if (!pmAstromReadWCS(input->fpa, chip, hdu->header, 1.0)) { 101 psError( PS_ERR_UNKNOWN, false, "Unable to read WCS astrometry for input.");101 psError(psErrorCodeLast(), false, "Unable to read WCS astrometry for input."); 102 102 psFree(view); 103 103 return false;
Note:
See TracChangeset
for help on using the changeset viewer.
