IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 27, 2008, 1:28:38 PM (18 years ago)
Author:
Paul Price
Message:

Adding supplementary output: count and stdev images.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap_branch_080320/psModules/src/imcombine/pmReadoutCombine.h

    r13591 r17155  
    55 * @author Paul Price, IfA
    66 *
    7  * @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
    8  * @date $Date: 2007-06-02 03:51:03 $
     7 * @version $Revision: 1.12.24.1 $ $Name: not supported by cvs2svn $
     8 * @date $Date: 2008-03-27 23:28:38 $
    99 * Copyright 2004-2006 Institute for Astronomy, University of Hawaii
    1010 */
     
    2020/// These values define how the combination is performed, and should not vary by detector, so that it can be
    2121/// re-used for multiple combinations.
    22 typedef struct
    23 {
     22typedef struct {
    2423    psStatsOptions combine;             ///< Statistic to use when performing the combination
    2524    psMaskType maskVal;                 ///< Mask value
     
    3130    float rej;                          ///< Rejection threshould for clipping (for CLIPPED_MEAN only)
    3231    bool weights;                       ///< Use the supplied weights (instead of calculated stdev)?
    33 }
    34 pmCombineParams;
     32} pmCombineParams;
    3533
    3634// Allocator for pmCombineParams
Note: See TracChangeset for help on using the changeset viewer.