IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 2, 2009, 1:19:29 PM (16 years ago)
Author:
Paul Price
Message:

Don't need debugging fprintf now --- it's doing the right thing here.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap/ppStack/src/ppStackReadout.c

    r26324 r26326  
    266266        if (norm) {
    267267            float normalise = powf(10.0, -0.4 * norm->data.F32[i]); // Normalisation
    268             fprintf(stderr, "Normalising image %d by %f mag = %f\n", i, norm->data.F32[i], normalise);
    269268            psBinaryOp(ro->image, ro->image, "*", psScalarAlloc(normalise, PS_TYPE_F32));
    270269            psBinaryOp(ro->variance, ro->variance, "*", psScalarAlloc(PS_SQR(normalise), PS_TYPE_F32));
Note: See TracChangeset for help on using the changeset viewer.