IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 19, 2010, 5:13:52 PM (16 years ago)
Author:
watersc1
Message:

Merging czw_branch (maskstats and software versions) back into the trunk

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/ppImage/src/ppImageOptions.c

    r26895 r28043  
    4141    options->checkCTE        = false;   // Measure pixel-based variance
    4242    options->applyParity     = false;   // Apply Cell parities
    43 
     43    options->doMaskStats     = false;   // Calculate mask fractions
     44   
    4445    // output files requested
    4546    options->BaseFITS        = false;   // create output image
     
    243244    options->doPatternRow = psMetadataLookupBool(NULL, recipe, "PATTERN.ROW");
    244245    options->doPatternCell = psMetadataLookupBool(NULL, recipe, "PATTERN.CELL");
     246    options->doMaskStats = psMetadataLookupBool(NULL, recipe, "MASK.STATS");
    245247
    246248    options->doStats = false;
     
    341343    options->normClass = psMetadataLookupStr(NULL, recipe, "NORM.CLASS");
    342344
     345    options->maskstat_static   = psMetadataLookupU16(NULL, recipe, "MASKSTAT.STATIC");
     346    options->maskstat_dynamic  = psMetadataLookupU16(NULL, recipe, "MASKSTAT.DYNAMIC");
     347    options->maskstat_magic    = psMetadataLookupU16(NULL, recipe, "MASKSTAT.MAGIC");
     348    options->maskstat_advisory = psMetadataLookupU16(NULL, recipe, "MASKSTAT.ADVISORY");
     349
     350   
    343351    return options;
    344352}
Note: See TracChangeset for help on using the changeset viewer.