- Timestamp:
- May 9, 2013, 11:33:22 AM (13 years ago)
- Location:
- branches/eam_branches/ipp-20130419/ppImage/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20130419/ppImage/src
- Property svn:mergeinfo changed
/trunk/ppImage/src merged: 35523,35528,35531,35533
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20130419/ppImage/src/ppImage.h
r35081 r35552 30 30 bool doMaskLow; // mask low pixels 31 31 bool doMask; // Mask bad pixels 32 bool doAuxMask; // apply auxillary mask 32 33 bool doNonLin; // Non-linearity correction 33 34 bool doOverscan; // Overscan subtraction … … 126 127 psU16 maskstat_magic; 127 128 psU16 maskstat_advisory; 129 130 psString auxVideoMask; // auxillary video mask file 128 131 129 132 } ppImageOptions; … … 312 315 void ppImageRandomGaussianFree(void); 313 316 317 bool ppImageAuxiliaryMask(pmConfig *config, const pmFPAview *view, const ppImageOptions *options, psMetadata *stats); 314 318 315 319 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
