IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 7744


Ignore:
Timestamp:
Jun 28, 2006, 6:30:29 PM (20 years ago)
Author:
Paul Price
Message:

Only generate a mask for flats and fringes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppMerge/src/ppMergeCombine.c

    r7735 r7744  
    8585                    // Only reading and writing the first readout in each cell (plane 0)
    8686                    if (pmReadoutReadNext(stack->data[k], fits, 0, options->rows)) {
    87                         pmReadoutSetMask(stack->data[k]);
     87                        // For anything except BIAS and DARK, we want a mask
     88                        if (options->scale || options->zero) {
     89                            pmReadoutSetMask(stack->data[k]);
     90                        }
    8891                        numRead++;
    8992                    }
Note: See TracChangeset for help on using the changeset viewer.