IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 15, 2008, 10:26:37 AM (18 years ago)
Author:
eugene
Message:

re-org and cleanup of the mask bits to make it consistent with the pmConfigMaskSetBits concepts; ensure mark and mask are correctly used and supplied to psphot

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppImage/src/ppImage.h

    r16084 r18556  
    5656    // make values for abstract concepts of masking
    5757    psMaskType maskValue;               // apply this bit-mask to choose masked bits
     58    psMaskType markValue;               // apply this bit-mask to choose masked bits
    5859    psMaskType satMask;                 // Mask value to give saturated pixels
    5960    psMaskType badMask;                 // Mask value to give bad pixels
     
    101102// Determine what type of camera, and initialise
    102103ppImageOptions *ppImageParseCamera(pmConfig *config);
     104bool ppImageSetMaskBits (pmConfig *config, ppImageOptions *options);
    103105
    104106// Loop over the input
     
    134136bool ppImageMosaicFPA (pmConfig *config, const ppImageOptions *options,
    135137                       const char *outFile, const char *inFile);
     138
     139bool ppImageSetMaskBits (pmConfig *config, ppImageOptions *options);
    136140
    137141void ppImageFileCheck (pmConfig *config);
Note: See TracChangeset for help on using the changeset viewer.