IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 19, 2007, 4:31:41 PM (19 years ago)
Author:
magnier
Message:

adding pmResiduals.c

File:
1 edited

Legend:

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

    r11253 r12931  
    66 * @author EAM, IfA
    77 *
    8  * @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
    9  * @date $Date: 2007-01-24 02:54:15 $
     8 * @version $Revision: 1.11.6.1 $ $Name: not supported by cvs2svn $
     9 * @date $Date: 2007-04-20 02:31:41 $
    1010 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii
    1111 */
     
    4949    // unfitted elements (So, Io, Xo, Yo) and leave them as NULL
    5050    // I am using a new name to catch all refs to params with gcc
    51     psPolynomial1D *ChiTrend;  ///< Chisq vs flux fit (correction for systematic errors)
    52     psPolynomial4D *ApTrend;  ///< ApResid vs (x,y,rflux) (rflux = ten(0.4*mInst))
    53     //pmGrowthCurve *growth;  ///< apMag vs Radius // move to end as gdb is confused by it here
    54     float ApResid;   ///< apMag - psfMag (for PSF stars)
    55     float dApResid;   ///< scatter of ApResid
    56     float skyBias;   ///< implied residual sky offset from ApResid fit
    57     float skySat;   ///< roll-over of ApResid fit
    58     float chisq;   ///< PSF goodness statistic (unused??)
    59     int nPSFstars;   ///< number of stars used to measure PSF
    60     int nApResid;   ///< number of stars used to measure ApResid
     51    psPolynomial1D *ChiTrend;         ///< Chisq vs flux fit (correction for systematic errors)
     52    psPolynomial4D *ApTrend;            ///< ApResid vs (x,y,rflux) (rflux = ten(0.4*mInst))
     53    float ApResid;                      ///< apMag - psfMag (for PSF stars)
     54    float dApResid;                     ///< scatter of ApResid
     55    float skyBias;                      ///< implied residual sky offset from ApResid fit
     56    float skySat;                       ///< roll-over of ApResid fit
     57    float chisq;                        ///< PSF goodness statistic (unused??)
     58    int nPSFstars;                      ///< number of stars used to measure PSF
     59    int nApResid;                       ///< number of stars used to measure ApResid
    6160    bool poissonErrors;
    62     pmGrowthCurve *growth;  ///< apMag vs Radius
     61    pmGrowthCurve *growth;              ///< apMag vs Radius
     62    pmResiduals *residuals;             ///< normalized residual image (no spatial variation)
    6363}
    6464pmPSF;
Note: See TracChangeset for help on using the changeset viewer.