Changeset 3673 for trunk/stac/src/stacScales.c
- Timestamp:
- Apr 5, 2005, 5:59:11 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/stac/src/stacScales.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/stac/src/stacScales.c
r3666 r3673 121 121 starCoordsTransformed->data[i] = psPlaneTransformApply(NULL, starMap, starCoords->data[i]); 122 122 } 123 psFree(starMap); 123 124 124 125 psArray *stars = psArrayAlloc(images->n); // Array of stellar photometry vectors … … 175 176 masks->data[i] = mask; 176 177 } 178 psFree(starCoords); 179 psFree(starCoordsTransformed); 177 180 178 181 // Get the scales
Note:
See TracChangeset
for help on using the changeset viewer.
