- Timestamp:
- Sep 8, 2021, 4:50:33 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-dev-20210817/ppImage/src/ppImageDetrendPattern.c
r41805 r41807 14 14 15 15 bool ppImageDetrendPatternApply(pmConfig *config, pmChip *chip, const pmFPAview *inputView, 16 constppImageOptions *options)16 ppImageOptions *options) 17 17 { 18 18 pmCell *cell = NULL; … … 277 277 } 278 278 279 bool ppImageDetrendPatternApplyCell (pmConfig *config, pmFPA *fpa, pmChip *chip, pmCell *cell, const pmFPAview *view, const ppImageOptions *options) { 279 // thread safety : 280 bool ppImageDetrendPatternApplyCell (pmConfig *config, pmFPA *fpa, pmChip *chip, pmCell *cell, pmFPAview *view, ppImageOptions *options) { 280 281 281 282 // A very detailed log message. … … 299 300 options->patternRowStdev, options->maskValue, options->darkMask)) { 300 301 psFree (view); 301 return (false);302 return false; 302 303 } 303 304 } 304 305 psFree (view); // supplied view must be freeable 306 return true; 305 307 } 308
Note:
See TracChangeset
for help on using the changeset viewer.
