IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 20, 2007, 3:29:23 PM (19 years ago)
Author:
Paul Price
Message:

Mask bad pixels in the combined image.

File:
1 edited

Legend:

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

    r13873 r14356  
    2424
    2525// Allocator
    26 ppMergeOptions *ppMergeOptionsAlloc(void)
     26ppMergeOptions *ppMergeOptionsAlloc(const pmConfig *config)
    2727{
    2828    ppMergeOptions *options = psAlloc(sizeof(ppMergeOptions)); // The options, to return
     
    5959    options->combine->maskVal = 0xff;
    6060    options->combine->weights = false;
     61    options->combine->blank = pmConfigMask("BLANK", config);
    6162    options->satMask = 0x00;
    6263    options->badMask = 0x00;
     
    9697    )
    9798{
    98     ppMergeOptions *options = ppMergeOptionsAlloc(); // The merge options
     99    ppMergeOptions *options = ppMergeOptionsAlloc(config); // The merge options
    99100
    100101    // We need to work out the camera before we can get the recipe.  Take the first input and inspect it.
Note: See TracChangeset for help on using the changeset viewer.