IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 13448


Ignore:
Timestamp:
May 21, 2007, 11:50:34 AM (19 years ago)
Author:
Paul Price
Message:

Adding allocator.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/math/psClip.h

    r11755 r13448  
    44 * @author Paul Price, IfA.
    55 *
    6  * $Revision: 1.3 $ $Name: not supported by cvs2svn $
    7  * $Date: 2007-02-13 00:19:51 $
     6 * $Revision: 1.4 $ $Name: not supported by cvs2svn $
     7 * $Date: 2007-05-21 21:50:34 $
    88 * Copyright 2007 Institute for Astronomy, University of Hawaii
    99 */
     
    3232psClipParams;
    3333
     34/// Allocator
     35psClipParams *psClipParamsAlloc(psStatsOptions meanStat, ///< Stats option to use for mean
     36                                psStatsOptions stdevStat, ///< Stats option to use for standard deviation
     37                                psMaskType masked, ///< Mask value for entries already masked
     38                                psMaskType clipped ///< Mask value to give to clipped entries
     39    );
    3440
    3541
Note: See TracChangeset for help on using the changeset viewer.