Changeset 23989 for trunk/psModules/src/objects/pmSourceMatch.c
- Timestamp:
- Apr 28, 2009, 11:21:56 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/objects/pmSourceMatch.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmSourceMatch.c
r23241 r23989 473 473 return -1; 474 474 } 475 // XXX handle this case better: 476 if (isnan(stats->clippedMean)) { 477 psError(PS_ERR_UNKNOWN, false, "Unable to perform statistics on transparencies."); 478 psFree(stats); 479 return -1; 480 } 475 481 476 482 float thresh = stats->clippedMean + photoLevel * stats->clippedStdev; // Threshold for clouds
Note:
See TracChangeset
for help on using the changeset viewer.
