IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 4, 2006, 3:53:10 PM (20 years ago)
Author:
Paul Price
Message:

Code compiles now. Not yet tested.

File:
1 edited

Legend:

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

    r7064 r7067  
    44#include <psmodules.h>
    55
     6#include "ppMerge.h"
    67#include "ppMergeBackground.h"
    78
     
    150151
    151152                    // Get the background
    152                     psImageStats(bgStats, image, readout->mask, options->maskVal);
     153                    psImageStats(bgStats, image, readout->mask, options->combine->maskVal);
    153154                    background->data.F64[i][cellNum] = getStat(bgStats, options->background);
    154155                }
Note: See TracChangeset for help on using the changeset viewer.