IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 17, 2008, 11:38:43 AM (18 years ago)
Author:
Paul Price
Message:

Allow an entire image to be rejected, in which case the entire combined image needs to be recalculated. Also split the pmStackData->pixels into separate inspect and reject parts, to minimise confusion.

File:
1 edited

Legend:

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

    r16685 r17005  
    88 * @author GLG, MHPCC
    99 *
    10  * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
    11  * @date $Date: 2008-02-27 21:16:57 $
     10 * @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
     11 * @date $Date: 2008-03-17 21:38:43 $
    1212 *
    1313 * Copyright 2004-2007 Institute for Astronomy, University of Hawaii
     
    2828typedef struct {
    2929    pmReadout *readout;                 ///< Warped readout (sky cell)
    30     psPixels *pixels;                   ///< Pixels to inspect or reject
    31     float weight;                       ///< Weight to apply
     30    psPixels *reject;                   ///< Pixels to reject
     31    psPixels *inspect;                  ///< Pixels to inspect
     32    float weight;                       ///< Relative weighting for image
    3233} pmStackData;
    3334
     
    4546                    int numIter,        ///< Number of iterations
    4647                    float rej,          ///< Rejection limit (standard deviations)
     48                    bool entire,        ///< Combine entire image even if rejection lists provided?
    4749                    bool useVariance,   ///< Use variance values for rejection?
    4850                    bool safe           ///< Play safe with small numbers of input pixels (mask if N <= 2)?
Note: See TracChangeset for help on using the changeset viewer.