IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 7, 2013, 1:40:20 PM (13 years ago)
Author:
bills
Message:

Changes to the chip backround and warp background stages.
In chip background stage

Apply an auxillary mask selected for now from hard coded location.
Read input variance and include it in the output data products

In warp background stage

Read and write variance images
Get smf from alternate camRun. For now using a hard coded label
eventually from the warpBackgroundRun

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppBackground/src/ppBackgroundLoop.c

    r28300 r35118  
    135135        pmChip *patternChip = patternFile ? pmFPAviewThisChip(view, patternMosaic) : NULL; // Chip with pattern
    136136        pmChip *bgChip = bgFile ? pmFPAviewThisChip(view, bgFile->fpa) : NULL; // Chip with background model
    137         if (!ppBackgroundRestore(chip, bgChip, patternChip, view, config)) {
     137        if (!ppBackgroundRestore(chip, bgChip, patternChip, view, config, maskBad)) {
    138138            psError(psErrorCodeLast(), false, "Unable to replace background");
    139139            return false;
Note: See TracChangeset for help on using the changeset viewer.