IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 3, 2011, 3:11:09 PM (15 years ago)
Author:
eugene
Message:

fix the calculation of chisq values for constant errors (re-calculated, do not attempt to correct raw value)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20110213/psModules/src/objects/pmModel.h

    r30705 r30784  
    3939    float magErr;                       ///< integrated model magnitude error
    4040    int nPix;                           ///< number of pixels used for fit
    41     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)
    4243    int nIter;                          ///< number of iterations to reach min
    4344    pmModelStatus flags;                ///< model status flags
Note: See TracChangeset for help on using the changeset viewer.