IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 16620


Ignore:
Timestamp:
Feb 22, 2008, 4:02:59 PM (18 years ago)
Author:
Paul Price
Message:

Updating API to match source, removing old APIs that were commented out.

File:
1 edited

Legend:

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

    r14648 r16620  
    88 * @author GLG, MHPCC
    99 *
    10  * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
    11  * @date $Date: 2007-08-23 23:43:12 $
     10 * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
     11 * @date $Date: 2008-02-23 02:02:59 $
    1212 *
    1313 * Copyright 2004-2007 Institute for Astronomy, University of Hawaii
     
    4343                    psMaskType bad,     ///< Mask value to give rejected pixels
    4444                    int numIter,        ///< Number of iterations
    45                     float rej           ///< Rejection limit (standard deviations)
     45                    float rej,          ///< Rejection limit (standard deviations)
     46                    bool useVariance,   ///< Use variance values for rejection?
     47                    bool safe           ///< Play safe with small numbers of input pixels (mask if N <= 2)?
    4648    );
    47 
    48 #if 0
    49 psImage *pmStackCombine(psImage *combine, ///< Combined image (output)
    50                         psArray **questionablePixels, ///< Array of rejection masks
    51                         const psArray *images, ///< Array of input images
    52                         const psArray *errors, ///< Array of input error images
    53                         const psArray *masks, ///< Array of input masks
    54                         psU32 maskVal,  ///< Mask value
    55                         const psPixels *pixels, ///< Pixels to combine
    56                         psS32 numIter,  ///< Number of rejection iterations
    57                         psF32 sigmaClip ///< Number of standard deviations at which to reject
    58 );
    59 #endif
    60 
    61 #if 0
    62 /// Reject pixles in input images
    63 bool pmStackReject(psArray *input,      ///< Input array of pmStackData
    64                    psMaskType maskVal,  ///< Value to mask
    65                    float extent,        ///< Gaussian convolution extent, in Gaussian sigmas
    66                    float threshold      ///< Rejection threshold, in standard deviations
    67                    );
    68 #endif
    69 
    70 #if 0
    71 psArray *pmStackReject(
    72     const psArray *images,              ///< Array of input images
    73     const psArray *masks,               ///< Array of input image masks
    74     const psArray *errors,              ///< The pixels which were rejected in the combination
    75     const psArray *inToOut,             ///< Transformation from input to output system
    76     const psArray *outToIn,             ///< Transformation from output to input system
    77     psF32 rejThreshold,                 ///< Rejection threshold
    78     psF32 gradLimit                     ///< Gradient limit
    79 );
    80 #endif
    8149
    8250/// @}
Note: See TracChangeset for help on using the changeset viewer.