IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 28, 2008, 5:10:17 PM (18 years ago)
Author:
Paul Price
Message:

Merging pap_branch_080328 so we can use the modernised version of ppMerge.

File:
1 edited

Legend:

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

    r13591 r17228  
    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.13 $ $Name: not supported by cvs2svn $
     8 * @date $Date: 2008-03-29 03:10:17 $
    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.