Changeset 36834 for trunk/psModules/src/astrom/pmAstrometryObjects.c
- Timestamp:
- Jun 7, 2014, 6:37:32 AM (12 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/astrom/pmAstrometryObjects.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/astrom/pmAstrometryObjects.c
r31671 r36834 571 571 psMemSetDeallocator (stats, (psFreeFunc)pmAstromStatsFree); 572 572 573 // stats->center = {0, 0, 0, 0}; 574 // stats->offset = {0, 0, 0, 0}; 575 stats->angle = 0.0; 576 stats->scale = 1.0; 577 stats->minMetric = 0.0; 578 stats->minVar = 0.0; 579 stats->nMatch = 0; 580 stats->nTest = 0; 581 stats->nSigma = 0; 573 stats->center.x = 0; 574 stats->center.y = 0; 575 stats->center.xErr = 0; 576 stats->center.yErr = 0; 577 578 stats->offset.x = 0; 579 stats->offset.y = 0; 580 stats->offset.xErr = 0; 581 stats->offset.yErr = 0; 582 583 stats->angle = 0.0; 584 stats->scale = 1.0; 585 stats->minMetric = 0.0; 586 stats->minVar = 0.0; 587 stats->nMatch = 0; 588 stats->nTest = 0; 589 stats->nSigma = 0; 582 590 583 591 return (stats); … … 914 922 // fprintf (stderr, "sigma: nMatch: %d, nTest: %d, nTen: %d\n", stats->nMatch, stats->nTest, sort->data.U32[sort->n - 10]); 915 923 916 917 psFree (sort); 924 psFree (sort); 918 925 psFree (listNP); 919 926 psFree (gridNP);
Note:
See TracChangeset
for help on using the changeset viewer.
