- Timestamp:
- Sep 10, 2008, 5:35:42 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/pap_branch_080908/psModules/src/imcombine/pmStack.c
r19478 r19479 8 8 * @author GLG, MHPCC 9 9 * 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 $ 12 12 * Copyright 2004-2007 Institute for Astronomy, University of Hawaii 13 13 * … … 342 342 float rej2 = PS_SQR(rej); // Rejection level squared 343 343 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]]; 345 345 } 346 346 }
Note:
See TracChangeset
for help on using the changeset viewer.
