IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 14624


Ignore:
Timestamp:
Aug 22, 2007, 4:00:29 PM (19 years ago)
Author:
Paul Price
Message:

Whoops, removed necessary definition.

File:
1 edited

Legend:

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

    r14623 r14624  
    44 *  @author GLG, MHPCC
    55 *
    6  *  @version $Revision: 1.45 $ $Name: not supported by cvs2svn $
    7  *  @date $Date: 2007-08-23 01:59:31 $
     6 *  @version $Revision: 1.46 $ $Name: not supported by cvs2svn $
     7 *  @date $Date: 2007-08-23 02:00:29 $
    88 *
    99 *  Copyright 2004-2007 Institute for Astronomy, University of Hawaii
     
    10641064
    10651065    // Convolve the image with the kernel --- we're basically applying a matched filter and then thresholding
     1066    psImage *convolved = NULL;          // Convolved image
    10661067    psPixels *out = NULL;               // List of pixels that should be masked
    10671068    for (int i = 0; i < numRegions; i++) {
Note: See TracChangeset for help on using the changeset viewer.