Changeset 18472 for branches/eam_branch_20080706/ppImage/src/ppImage.h
- Timestamp:
- Jul 11, 2008, 8:35:04 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20080706/ppImage/src/ppImage.h
r16084 r18472 56 56 // make values for abstract concepts of masking 57 57 psMaskType maskValue; // apply this bit-mask to choose masked bits 58 psMaskType markValue; // apply this bit-mask to choose masked bits 58 59 psMaskType satMask; // Mask value to give saturated pixels 59 60 psMaskType badMask; // Mask value to give bad pixels … … 101 102 // Determine what type of camera, and initialise 102 103 ppImageOptions *ppImageParseCamera(pmConfig *config); 104 bool ppImageSetMaskBits (pmConfig *config, ppImageOptions *options); 103 105 104 106 // Loop over the input … … 134 136 bool ppImageMosaicFPA (pmConfig *config, const ppImageOptions *options, 135 137 const char *outFile, const char *inFile); 138 139 bool ppImageSetMaskBits (pmConfig *config, ppImageOptions *options); 136 140 137 141 void ppImageFileCheck (pmConfig *config);
Note:
See TracChangeset
for help on using the changeset viewer.
