Changeset 12492 for trunk/psastro/src/psastroMosaicGetGrads.c
- Timestamp:
- Mar 18, 2007, 12:28:16 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastroMosaicGetGrads.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastroMosaicGetGrads.c
r9574 r12492 15 15 if (!chip->process || !chip->file_exists) { continue; } 16 16 17 psRegion *region = pmChipExtent (chip); 18 17 19 while ((cell = pmFPAviewNextCell (view, fpa, 1)) != NULL) { 18 20 psTrace ("psastro", 4, "Cell %d: %x %x\n", view->cell, cell->file_exists, cell->process); … … 36 38 37 39 // measure the local gradients for this set of stars 38 // XXX update the function prototype to accept an incoming gradient structure to which the new elements are added39 grads = pmAstromMeasureGradients (grads, rawstars, refstars, match, re cipe);40 // the new elements are added to the incoming gradient structure 41 grads = pmAstromMeasureGradients (grads, rawstars, refstars, match, region, 2, 2); 40 42 } 41 43 } 44 psFree (region); 42 45 } 43 46 return (grads);
Note:
See TracChangeset
for help on using the changeset viewer.
