IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20226


Ignore:
Timestamp:
Oct 17, 2008, 10:11:06 AM (18 years ago)
Author:
Paul Price
Message:

Propagate more of the model components. The most important of these
is chisq, since this is written as "PSF_CHISQ" in the CMF file. Most
of the others I've added probably aren't set from reading the source
file, but just in case we choose to add them later.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pswarp/src/pswarpTransformSources.c

    r20115 r20226  
    111111        new->modelPSF->dparams->data.F32[PM_PAR_YPOS] = dyOut;
    112112
     113        new->modelPSF->chisq = model->chisq;
     114        new->modelPSF->chisqNorm = model->chisqNorm;
     115        new->modelPSF->mag = model->mag;
     116        new->modelPSF->nDOF = model->nDOF;
     117        new->modelPSF->nIter = model->nIter;
     118        new->modelPSF->flags = model->flags;
     119        new->modelPSF->radiusFit = model->radiusFit;
     120
    113121        psArrayAdd(outSources, SOURCE_ARRAY_BUFFER, new);
    114122        psFree(new);                // Drop reference
Note: See TracChangeset for help on using the changeset viewer.