Changeset 20713
- Timestamp:
- Nov 12, 2008, 6:21:19 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ppStack/src/ppStackMatch.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStack/src/ppStackMatch.c
r20711 r20713 382 382 psLogMsg("ppStack", PS_LOG_INFO, "Correcting convolved image background by %lf (+/- %lf)", 383 383 psStatsGetValue(bg, PS_STAT_ROBUST_MEDIAN), psStatsGetValue(bg, PS_STAT_ROBUST_STDEV)); 384 (void)psBinaryOp(readout->image, readout->image, " +",385 psScalarAlloc( -psStatsGetValue(bg, PS_STAT_ROBUST_MEDIAN), PS_TYPE_F32));384 (void)psBinaryOp(readout->image, readout->image, "-", 385 psScalarAlloc(psStatsGetValue(bg, PS_STAT_ROBUST_MEDIAN), PS_TYPE_F32)); 386 386 *weighting = 1.0 / PS_SQR(psStatsGetValue(bg, PS_STAT_ROBUST_STDEV)); 387 387 psMetadataAddF32(readout->analysis, PS_LIST_TAIL, "PPSTACK.WEIGHTING", 0,
Note:
See TracChangeset
for help on using the changeset viewer.
