IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 31, 2006, 4:47:20 PM (20 years ago)
Author:
magnier
Message:

fixed up low-level issues with sky levels, sky bias

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/rel10_ifa/psModules/src/objects/pmModel.c

    r6556 r6751  
    66 *  @author EAM, IfA
    77 *
    8  *  @version $Revision: 1.1.2.2 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2006-03-09 03:14:23 $
     8 *  @version $Revision: 1.1.2.3 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2006-04-01 02:47:20 $
    1010 *
    1111 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    5050    tmp->chisq = 0.0;
    5151    tmp->nIter = 0;
    52     tmp->radius = 0;
     52    tmp->radiusTMP = 0;
    5353    tmp->status = PM_MODEL_UNTRIED;
    5454
     
    8282    new->nIter  = model->nIter;
    8383    new->status = model->status;
    84     new->radius = model->radius;
     84    new->radiusTMP = model->radiusTMP;
    8585
    8686    for (int i = 0; i < new->params->n; i++) {
Note: See TracChangeset for help on using the changeset viewer.