Changeset 15671 for trunk/psastro/src
- Timestamp:
- Nov 20, 2007, 9:19:48 PM (19 years ago)
- Location:
- trunk/psastro/src
- Files:
-
- 4 edited
-
psastroMosaicGetGrads.c (modified) (1 diff)
-
psastroMosaicGradients.c (modified) (2 diffs)
-
psastroMosaicSetMatch.c (modified) (2 diffs)
-
psastroOneChip.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastroMosaicGetGrads.c
r12806 r15671 44 44 psFree (region); 45 45 } 46 psFree (view); 46 47 return (grads); 47 48 } -
trunk/psastro/src/psastroMosaicGradients.c
r15562 r15671 63 63 if (!status) { 64 64 psError(PSASTRO_ERR_UNKNOWN, false, "failed to find single-chip fit order\n"); 65 psFree (gradients); 66 psFree (view); 65 67 return false; 66 68 } … … 80 82 if (!status) { 81 83 psError(PS_ERR_IO, false, "Failed to lookup pixel scale"); 84 psFree (gradients); 85 psFree (view); 82 86 return false; 83 87 } -
trunk/psastro/src/psastroMosaicSetMatch.c
r15562 r15671 15 15 if (!status) { 16 16 psError(PS_ERR_IO, false, "Failed to lookup matching radius: %s", radiusWord); 17 psFree (view); 17 18 return false; 18 19 } … … 21 22 if (iteration == 0) { 22 23 psError(PS_ERR_IO, false, "Invalid match radius for first iteration: %s", radiusWord); 24 psFree (view); 23 25 return false; 24 26 } 25 27 psWarning ("skipping match for iteration %d\n", iteration); 28 psFree (view); 26 29 return true; 27 30 } -
trunk/psastro/src/psastroOneChip.c
r15258 r15671 41 41 } 42 42 43 // find initial offset / rotation 43 // find initial offset / rotation / scale 44 44 pmAstromStats *gridStats = pmAstromGridMatch (gridStars, refstars, recipe); 45 45 if (gridStats == NULL) {
Note:
See TracChangeset
for help on using the changeset viewer.
