IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20713


Ignore:
Timestamp:
Nov 12, 2008, 6:21:19 PM (17 years ago)
Author:
Paul Price
Message:

Making more clear what's being done.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStack/src/ppStackMatch.c

    r20711 r20713  
    382382        psLogMsg("ppStack", PS_LOG_INFO, "Correcting convolved image background by %lf (+/- %lf)",
    383383                 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));
    386386        *weighting = 1.0 / PS_SQR(psStatsGetValue(bg, PS_STAT_ROBUST_STDEV));
    387387        psMetadataAddF32(readout->analysis, PS_LIST_TAIL, "PPSTACK.WEIGHTING", 0,
Note: See TracChangeset for help on using the changeset viewer.