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/ppBackground.h

    r34800 r35118  
    1313    psString patternName;               // Filename of pattern
    1414    psString backgroundName;            // Filename of background
    15     psString imageName, maskName;       // Filenames of input image/mask
     15    psString imageName;                 // Filenames of input image
     16    psString maskName;                  // Filenames of input mask
     17    psString varianceName;              // Filenames of input variance
     18    psString auxMaskName;               // Filename of auxillary mask
    1619    psString outRoot;                   // Output root name
    1720    psMetadata *stats;                  // Statistics for output
     
    5255    const pmChip *pattern,              // Chip with pattern
    5356    const pmFPAview *view,              // View to data
    54     pmConfig *config                    // Configuration
     57    pmConfig *config,                   // Configuration
     58    psImageMaskType maskBad             // value to use for bad pixels
    5559    );
    5660
Note: See TracChangeset for help on using the changeset viewer.