Changeset 34271 for trunk/psModules/src/astrom/pmAstrometryWCS.c
- Timestamp:
- Aug 1, 2012, 2:32:05 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/astrom/pmAstrometryWCS.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/astrom/pmAstrometryWCS.c
r32808 r34271 565 565 // free an existing toFPA structure 566 566 psFree (chip->toFPA); 567 assert (chip->toFPA == NULL); 567 568 chip->toFPA = toFPA; 568 569 … … 571 572 572 573 psFree (chip->fromFPA); 574 assert (chip->fromFPA == NULL); 573 575 chip->fromFPA = psPlaneTransformInvert(NULL, chip->toFPA, *region, 50); 574 576 psFree (region); … … 707 709 psError(PS_ERR_UNKNOWN, false, "Unable to solve for TPA center."); 708 710 psFree (toTPA); 711 psFree (tpa1); 709 712 psFree (wcs); 710 713 return NULL;
Note:
See TracChangeset
for help on using the changeset viewer.
