IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 14, 2007, 3:23:18 PM (18 years ago)
Author:
Paul Price
Message:

Making it so that the user can select the type of statistic to use when fitting a PSF.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/objects/pmTrend2D.h

    r15696 r15842  
    55 * @author EAM, IfA
    66 *
    7  * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
    8  * @date $Date: 2007-11-27 03:08:38 $
     7 * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
     8 * @date $Date: 2007-12-15 01:23:18 $
    99 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii
    1010 */
     
    1212# ifndef PM_TREND_2D_H
    1313# define PM_TREND_2D_H
     14
     15#include <pslib.h>
    1416
    1517/// @addtogroup Objects Object Detection / Analysis Functions
     
    2628    psPolynomial2D *poly;
    2729    psImageMap *map;
    28     psStats *stats;
     30    psStats *stats;                     // Statistics for clipped fitting
     31    psStatsOptions singleMean, singleStdev; // Staistics for mean and stdev when there's a single pixel
    2932    pmTrend2DMode mode; // POLY_ORD, POLY_CHEB, MAP
    3033} pmTrend2D;
Note: See TracChangeset for help on using the changeset viewer.