IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20562


Ignore:
Timestamp:
Nov 6, 2008, 12:12:52 PM (18 years ago)
Author:
eugene
Message:

get the correction sign right

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dvoTools/src/dvoMakeCorrUnbin.c

    r20538 r20562  
    6666        for (int i = 0; i < outData->image->numCols; i++) {
    6767            float value = outData->image->data.F32[j][i];
    68             outData->image->data.F32[j][i] = pow(10.0, +0.4*value);
     68            outData->image->data.F32[j][i] = pow(10.0, -0.4*value);
    6969        }
    7070    }
Note: See TracChangeset for help on using the changeset viewer.