Changeset 23989 for trunk/ppImage/src/ppImageMeasureCrosstalk.c
- Timestamp:
- Apr 28, 2009, 11:21:56 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/ppImage/src/ppImageMeasureCrosstalk.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppImage/src/ppImageMeasureCrosstalk.c
r23903 r23989 149 149 150 150 psStatsInit (stats); 151 psVectorStats (stats, vector, NULL, NULL, 0); 151 if (!psVectorStats (stats, vector, NULL, NULL, 0)) { 152 psError(PS_ERR_UNKNOWN, false, "failure to measure stats"); 153 return false; 154 } 152 155 153 156 float background = psMetadataLookupF32 (&status, cell->analysis, "XTALK.REF");
Note:
See TracChangeset
for help on using the changeset viewer.
