Changeset 29398
- Timestamp:
- Oct 13, 2010, 1:40:04 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-20100823/pstamp/src/ppstampMakeStamp.c
- Property svn:mergeinfo set to
r29384 r29398 679 679 static bool setMaskedToNAN(pmConfig *config, psImage *image, psImage *mask, psImage *variance) 680 680 { 681 #ifdef notdef 681 682 bool status; 682 683 psMetadata *masks = psMetadataLookupMetadata(&status, config->recipes, "MASKS"); … … 724 725 } 725 726 } 726 fprintf(stderr, "excised %ld masked pixels\n", numExcised); 727 #endif 728 729 long numCensored; 730 if (!pmCensorMasked(config, image, mask, variance, &numCensored)) { 731 psError(PS_ERR_UNKNOWN, false, "Failed to censor masked pixels.\n"); 732 return false; 733 } 734 735 // XXX: this shouldn't be a fprintf 736 fprintf(stderr, "Censored %ld masked pixels\n", numCensored); 727 737 728 738 return true;
Note:
See TracChangeset
for help on using the changeset viewer.
