IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 19, 2009, 7:59:50 AM (17 years ago)
Author:
beaumont
Message:

Added visualizations to ppSub. Set up a single variable in pmVisual to control when plots are drawn.

File:
1 edited

Legend:

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

    r21363 r21536  
    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.4.1 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2009-02-19 17:59:50 $
    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.