IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 10, 2008, 5:35:42 PM (18 years ago)
Author:
Paul Price
Message:

Cleaning.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap_branch_080908/psModules/src/imcombine/pmStack.c

    r19478 r19479  
    88 *  @author GLG, MHPCC
    99 *
    10  *  @version $Revision: 1.38.2.3 $ $Name: not supported by cvs2svn $
    11  *  @date $Date: 2008-09-11 03:35:30 $
     10 *  @version $Revision: 1.38.2.4 $ $Name: not supported by cvs2svn $
     11 *  @date $Date: 2008-09-11 03:35:42 $
    1212 *  Copyright 2004-2007 Institute for Astronomy, University of Hawaii
    1313 *
     
    342342                  float rej2 = PS_SQR(rej); // Rejection level squared
    343343                  for (int i = 0; i < num; i++) {
    344                       pixelVariances->data.F32[i] *= rej2 * varFactors->data.F32[pixelSources->data.U16[i]];;
     344                      pixelVariances->data.F32[i] *= rej2 * varFactors->data.F32[pixelSources->data.U16[i]];
    345345                  }
    346346              }
Note: See TracChangeset for help on using the changeset viewer.