Changeset 4992 for trunk/psModules/src/pmReadoutCombine.c
- Timestamp:
- Sep 11, 2005, 12:25:39 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/pmReadoutCombine.c (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/pmReadoutCombine.c
r4770 r4992 5 5 * @author GLG, MHPCC 6 6 * 7 * @version $Revision: 1.2 5$ $Name: not supported by cvs2svn $8 * @date $Date: 2005-0 8-16 01:10:34$7 * @version $Revision: 1.26 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2005-09-11 22:25:39 $ 9 9 * 10 10 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 102 102 PS_ASSERT_READOUT_NON_EMPTY(tmpReadout, output); 103 103 PS_ASSERT_READOUT_TYPE(tmpReadout, PS_TYPE_F32, output); 104 104 105 outputType = tmpReadout->image->type.type; 105 106 … … 242 243 // At this point, we have scanned all input readouts for this 243 244 // one output pixel. 245 // for (psS32 r = 0; r < numInputs ; r++) printf("(0)tmpPixels->data.F32[%d] is %f\n", r, tmpPixels->data.F32[r]); 244 246 245 247 // Determine how many pixels lie between fracLow and fracHigh. … … 311 313 } 312 314 // Calculate the specified statistic on the stack of pixels. 315 // for (psS32 r = 0; r < numInputs ; r++) printf("(1)tmpPixels->data.F32[%d] is %f\n", r, tmpPixels->data.F32[r]); 313 316 psStats *rc = psVectorStats(stats, 314 317 tmpPixels, … … 335 338 336 339 // Calculate the specified statistic on the stack of pixels. 340 // for (psS32 r = 0; r < numInputs ; r++) printf("(2)tmpPixels->data.F32[%d] is %f\n", r, tmpPixels->data.F32[r]); 337 341 psStats *rc = psVectorStats(stats, 338 342 tmpPixels,
Note:
See TracChangeset
for help on using the changeset viewer.
