Changeset 19204
- Timestamp:
- Aug 25, 2008, 3:23:42 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/imcombine/pmSubtractionStamps.c
r19202 r19204 594 594 595 595 int numOut = 0; // Number of sources in output list 596 for (int i = 0; i < num Sources; i++) {596 for (int i = 0; i < numIn; i++) { 597 597 pmSource *source = sources->data[i]; // Source of interest 598 598 if (!source || (source->mode & SOURCE_MASK) || !isfinite(source->psfMag) || … … 610 610 numOut++; 611 611 } 612 x->n = numOut; 613 y->n = numOut; 614 flux->n = numOut; 612 615 613 616 pmSubtractionStampList *stamps = pmSubtractionStampsSet(x, y, flux, NULL, subMask, region,
Note:
See TracChangeset
for help on using the changeset viewer.
