Changeset 14340
- Timestamp:
- Jul 20, 2007, 11:18:50 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/imcombine/pmSubtraction.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/imcombine/pmSubtraction.c
r14329 r14340 4 4 * @author GLG, MHPCC 5 5 * 6 * @version $Revision: 1.3 0$ $Name: not supported by cvs2svn $7 * @date $Date: 2007-07-20 01:53:41$6 * @version $Revision: 1.31 $ $Name: not supported by cvs2svn $ 7 * @date $Date: 2007-07-20 21:18:50 $ 8 8 * 9 9 * Copyright 2004-2007 Institute for Astronomy, University of Hawaii … … 577 577 for (int x = stamp->x - footprint; x <= stamp->x + footprint; x++) { 578 578 float invNoise2 = 1.0 / (weight ? weight->data.F32[y][x] : 579 reference->data.F32[y][x]); // Inverse square noise579 input->data.F32[y][x]); // Inverse square noise 580 580 581 581 // Generate the convolutions
Note:
See TracChangeset
for help on using the changeset viewer.
