IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 14314


Ignore:
Timestamp:
Jul 18, 2007, 5:36:06 PM (19 years ago)
Author:
Paul Price
Message:

Fixing order.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/imcombine/pmSubtraction.c

    r14313 r14314  
    44 *  @author GLG, MHPCC
    55 *
    6  *  @version $Revision: 1.26 $ $Name: not supported by cvs2svn $
    7  *  @date $Date: 2007-07-19 02:33:33 $
     6 *  @version $Revision: 1.27 $ $Name: not supported by cvs2svn $
     7 *  @date $Date: 2007-07-19 03:36:06 $
    88 *
    99 *  Copyright 2004-2007 Institute for Astronomy, University of Hawaii
     
    10851085            for (int y = j; y < j + fullSize; y++) {
    10861086                for (int x = i; x < i + fullSize; x++) {
    1087                     convImage->data.F32[y][x] = background;
    1088 
    10891087                    // Check and propagate the kernel footprint, if required
    10901088                    if (subMask && (subMask->data.PS_TYPE_MASK_DATA[y][x] &
     
    10971095                    } else {
    10981096                        // Convolve the image
     1097                        convImage->data.F32[y][x] = background;
    10991098                        for (int v = -size; v <= size; v++) {
    11001099                            for (int u = -size; u <= size; u++) {
Note: See TracChangeset for help on using the changeset viewer.