IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 4, 2008, 3:36:17 PM (18 years ago)
Author:
Paul Price
Message:

Wrong operation!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/objects/pmFootprintArrayGrow.c

    r18867 r18898  
    33 * @author RHL, Princeton & IfA; EAM, IfA
    44 *
    5  * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
    6  * @date $Date: 2008-08-02 01:29:09 $
     5 * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
     6 * @date $Date: 2008-08-05 01:36:17 $
    77 * Copyright 2006 Institute for Astronomy, University of Hawaii
    88 */
     
    4343#if 1
    4444    // Use a separable convolution: should be faster
    45     idImage = (psImage*)psBinaryOp(idImage, idImage, "MAX", psScalarAlloc(1, PS_TYPE_S32));
     45    idImage = (psImage*)psBinaryOp(idImage, idImage, "MIN", psScalarAlloc(1, PS_TYPE_S32));
    4646    psImage *maskImage = psImageCopy(NULL, idImage, PS_TYPE_MASK);
    4747    psImage *grownIdImage = psImageConvolveMask(NULL, maskImage, 0xff, 0xff, -1, 1, -1, 1);
Note: See TracChangeset for help on using the changeset viewer.