IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 27803


Ignore:
Timestamp:
Apr 29, 2010, 10:41:44 AM (16 years ago)
Author:
Paul Price
Message:

Exposure times were getting set to zero because in the final combination, the inputMask wasn't being used properly (the summation thought everything was being masked). Thanks to Ken Smith for finding this bug!

File:
1 edited

Legend:

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

    r27696 r27803  
    142142        float exptime = 0.0;            // Summed exposure time
    143143        for (int i = 0; i < options->num; i++) {
    144             if (options->inputMask) {
     144            if (options->inputMask->data.U8[i]) {
    145145                continue;
    146146            }
Note: See TracChangeset for help on using the changeset viewer.