IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 16, 2007, 1:51:51 PM (19 years ago)
Author:
Paul Price
Message:

Re-instituting pmImageCombine.[ch], to get ppStac working. Cleaned up and simplified pmCombineImages(); now using a function that does the combination for each pixel. Other functions are not yet tested!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/imcombine/pmImageCombine.h

    r9621 r11115  
    88 *  @author GLG, MHPCC
    99 *
    10  *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
    11  *  @date $Date: 2006-10-18 02:29:15 $
     10 *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
     11 *  @date $Date: 2007-01-16 23:51:51 $
    1212 *
    1313 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    3131    const psPixels *pixels,             ///< Pixels to combine
    3232    psS32 numIter,                      ///< Number of rejection iterations
    33     psF32 sigmaClip,                    ///< Number of standard deviations at which to reject
    34     psStats *stats                      ///< Statistics to use in the combination
     33    psF32 sigmaClip                     ///< Number of standard deviations at which to reject
    3534);
    3635
Note: See TracChangeset for help on using the changeset viewer.