IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 19541


Ignore:
Timestamp:
Sep 12, 2008, 12:43:33 PM (18 years ago)
Author:
Paul Price
Message:

Making use of optimised psPixelsConcatenate.

File:
1 edited

Legend:

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

    r19532 r19541  
    88 *  @author GLG, MHPCC
    99 *
    10  *  @version $Revision: 1.41 $ $Name: not supported by cvs2svn $
    11  *  @date $Date: 2008-09-12 04:12:42 $
     10 *  @version $Revision: 1.42 $ $Name: not supported by cvs2svn $
     11 *  @date $Date: 2008-09-12 22:43:33 $
    1212 *  Copyright 2004-2007 Institute for Astronomy, University of Hawaii
    1313 *
     
    651651            pixels = psPixelsConcatenate(pixels, data->reject);
    652652        }
     653        pixels = psPixelsDuplicates(pixels, pixels);
    653654
    654655        if (entire) {
Note: See TracChangeset for help on using the changeset viewer.