Changeset 19170 for trunk/psModules/src/imcombine/pmSubtraction.c
- Timestamp:
- Aug 22, 2008, 1:52:28 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/imcombine/pmSubtraction.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/imcombine/pmSubtraction.c
r19164 r19170 698 698 // subtract well, in which case very few (if any) stars will be legitimately rejected for being 699 699 // low. 700 if ( deviations->data.F32[i] - mean> limit) {700 if (fabsf(deviations->data.F32[i] - mean) > limit) { 701 701 // Mask out the stamp in the image so you it's not found again 702 702 psTrace("psModules.imcombine", 3, "Rejecting stamp %d (%d,%d)\n", i,
Note:
See TracChangeset
for help on using the changeset viewer.
