IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 11, 2009, 6:41:28 PM (17 years ago)
Author:
eugene
Message:

adding nPix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20090208/psModules/src/objects/pmSourceFitModel.c

    r21408 r21447  
    66 *  @author GLG, MHPCC
    77 *
    8  *  @version $Revision: 1.30 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2009-02-06 02:31:25 $
     8 *  @version $Revision: 1.30.2.1 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2009-02-12 04:41:28 $
    1010 *
    1111 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    184184    model->chisq = myMin->value;
    185185    model->nIter = myMin->iter;
     186    model->nPix  = y->n;
    186187    model->nDOF  = y->n - nParams;
    187188    model->flags |= PM_MODEL_STATUS_FITTED;
Note: See TracChangeset for help on using the changeset viewer.