IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 4, 2011, 1:04:41 PM (15 years ago)
Author:
eugene
Message:

updates to pmPeak to better distinguish peak flux versions; updates to visualization; add bits for substantial suspect masking; consolidate assignment of source position and flux based on peak, moments, etc; improve footprint culling process; fix PSF_QF and PSF_QF_PERFECT calculations; fix source model chisq values

Location:
trunk/psModules
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules

    • Property svn:ignore
      •  

        old new  
        2828ChangeLog
        2929psmodules-*.tar.*
         30a.out.dSYM
  • trunk/psModules/src/objects/pmModel.h

    r30621 r31153  
    3333    psVector *params;                   ///< Paramater values.
    3434    psVector *dparams;                  ///< Parameter errors.
     35    psImage *covar;                     ///< Optional covariance matrix
    3536    float chisq;                        ///< Fit chi-squared.
    3637    float chisqNorm;                    ///< re-normalized fit chi-squared.
     
    3839    float magErr;                       ///< integrated model magnitude error
    3940    int nPix;                           ///< number of pixels used for fit
    40     int nDOF;                           ///< number of degrees of freedom
     41    int nPar;                           ///< number of parameters in fit
     42    int nDOF;                           ///< number of degrees of freedom (nDOF = nPix - nPar)
    4143    int nIter;                          ///< number of iterations to reach min
    4244    pmModelStatus flags;                ///< model status flags
Note: See TracChangeset for help on using the changeset viewer.