IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 11, 2005, 12:25:39 PM (21 years ago)
Author:
gusciora
Message:

....

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/pmReadoutCombine.c

    r4770 r4992  
    55 *  @author GLG, MHPCC
    66 *
    7  *  @version $Revision: 1.25 $ $Name: not supported by cvs2svn $
    8  *  @date $Date: 2005-08-16 01:10:34 $
     7 *  @version $Revision: 1.26 $ $Name: not supported by cvs2svn $
     8 *  @date $Date: 2005-09-11 22:25:39 $
    99 *
    1010 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    102102        PS_ASSERT_READOUT_NON_EMPTY(tmpReadout, output);
    103103        PS_ASSERT_READOUT_TYPE(tmpReadout, PS_TYPE_F32, output);
     104
    104105        outputType = tmpReadout->image->type.type;
    105106
     
    242243            // At this point, we have scanned all input readouts for this
    243244            // 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]);
    244246
    245247            // Determine how many pixels lie between fracLow and fracHigh.
     
    311313                }
    312314                // 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]);
    313316                psStats *rc = psVectorStats(stats,
    314317                                            tmpPixels,
     
    335338
    336339                // 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]);
    337341                psStats *rc = psVectorStats(stats,
    338342                                            tmpPixels,
Note: See TracChangeset for help on using the changeset viewer.