IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 10, 2006, 10:21:36 AM (20 years ago)
Author:
magnier
Message:

adding chisq-flux trend corrections; adding option to use non-poisson errors for fits

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/rel10_ifa/psModules/src/objects/pmPSF.h

    r6556 r6825  
    66 *  @author EAM, IfA
    77 *
    8  *  @version $Revision: 1.1.22.2 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2006-03-09 03:14:23 $
     8 *  @version $Revision: 1.1.22.3 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2006-04-10 20:21:36 $
    1010 *
    1111 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    1515# ifndef PM_PSF_H
    1616# define PM_PSF_H
     17
     18# define PM_PSF_POISSON_WEIGHTS 1
    1719
    1820/** pmPSF data structure
     
    3234    pmModelType type;   ///< PSF Model in use
    3335    psArray *params;   ///< Model parameters (psPolynomial2D)
     36    psPolynomial1D *ChiTrend;  ///< Chisq vs flux fit (correction for systematic errors)
    3437    psPolynomial4D *ApTrend;  ///< ApResid vs (x,y,rflux) (rflux = ten(0.4*mInst)
    3538    pmGrowthCurve *growth;  ///< apMag vs Radius
    36     float ApResid;   ///< ???
    37     float dApResid;   ///< ???
    38     float skyBias;   ///< ???
    39     float skySat;   ///< ???
    40     float chisq;   ///< PSF goodness statistic
     39    float ApResid;   ///< apMag - psfMag (for PSF stars)
     40    float dApResid;   ///< scatter of ApResid
     41    float skyBias;   ///< implied residual sky offset from ApResid fit
     42    float skySat;   ///< roll-over of ApResid fit
     43    float chisq;   ///< PSF goodness statistic (unused??)
    4144    int nPSFstars;   ///< number of stars used to measure PSF
    4245    int nApResid;   ///< number of stars used to measure ApResid
Note: See TracChangeset for help on using the changeset viewer.